Uses of Enum Class
io.confluent.kafka.schemaregistry.protobuf.diff.Difference.Type
Packages that use Difference.Type
-
Uses of Difference.Type in io.confluent.kafka.schemaregistry.protobuf.diff
Fields in io.confluent.kafka.schemaregistry.protobuf.diff with type parameters of type Difference.TypeMethods in io.confluent.kafka.schemaregistry.protobuf.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.protobuf.diff with parameters of type Difference.TypeModifier and TypeMethodDescriptionvoidContext.addDifference(Difference.Type type) voidContext.addDifference(String attribute, Difference.Type type) Constructors in io.confluent.kafka.schemaregistry.protobuf.diff with parameters of type Difference.TypeConstructor parameters in io.confluent.kafka.schemaregistry.protobuf.diff with type arguments of type Difference.Type