Uses of Enum Class
io.confluent.kafka.schemaregistry.json.diff.Difference.Type
Packages that use Difference.Type
-
Uses of Difference.Type in io.confluent.kafka.schemaregistry.json.diff
Fields in io.confluent.kafka.schemaregistry.json.diff with type parameters of type Difference.TypeModifier and TypeFieldDescriptionstatic final Set<Difference.Type>SchemaDiff.COMPATIBLE_CHANGES_LENIENTstatic final Set<Difference.Type>SchemaDiff.COMPATIBLE_CHANGES_STRICTMethods in io.confluent.kafka.schemaregistry.json.diff that return Difference.TypeModifier and TypeMethodDescriptionDifference.getType()static Difference.TypeReturns the enum constant of this class with the specified name.static Difference.Type[]Difference.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.confluent.kafka.schemaregistry.json.diff with parameters of type Difference.TypeModifier and TypeMethodDescriptionvoidContext.addDifference(Difference.Type type) voidContext.addDifference(String attribute, Difference.Type type) Method parameters in io.confluent.kafka.schemaregistry.json.diff with type arguments of type Difference.TypeModifier and TypeMethodDescriptionstatic List<Difference>SchemaDiff.compare(Set<Difference.Type> compatibleChanges, org.everit.json.schema.Schema original, org.everit.json.schema.Schema update) Constructors in io.confluent.kafka.schemaregistry.json.diff with parameters of type Difference.TypeConstructor parameters in io.confluent.kafka.schemaregistry.json.diff with type arguments of type Difference.Type