Packages

implicit object NonEquivalenceRelation extends EquivalenceRelation

An equivalence relation which *never* considers schemas equal.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NonEquivalenceRelation
  2. EquivalenceRelation
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def fuse(kind1: JsonSchema[_], kind2: JsonSchema[_]): Boolean

    Returns true if the two schemas should be considered equivalent.

    Returns true if the two schemas should be considered equivalent.

    kind1

    the first schema to compare

    kind2

    the second schem to compare

    Definition Classes
    NonEquivalenceRelationEquivalenceRelation