Uses of Class
org.spf4j.avro.schema.SchemaDiff.Type
-
Packages that use SchemaDiff.Type Package Description org.spf4j.avro.schema -
-
Uses of SchemaDiff.Type in org.spf4j.avro.schema
Methods in org.spf4j.avro.schema that return SchemaDiff.Type Modifier and Type Method Description SchemaDiff.TypeSchemaDiff. getDiffType()SchemaDiff.TypeSchemaDiff.SchemaDiffImpl. getDiffType()SchemaDiff.TypeSchemaDiff.SchemaFieldDiffImpl. getDiffType()static SchemaDiff.TypeSchemaDiff.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaDiff.Type[]SchemaDiff.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spf4j.avro.schema with parameters of type SchemaDiff.Type Modifier and Type Method Description static SchemaDiffSchemaDiff. of(String path, org.apache.avro.Schema.Field left, org.apache.avro.Schema.Field right, SchemaDiff.Type type)static SchemaDiffSchemaDiff. of(String path, org.apache.avro.Schema left, org.apache.avro.Schema right, SchemaDiff.Type type)
-