Uses of Interface
org.spf4j.avro.schema.SchemaDiff
-
Packages that use SchemaDiff Package Description org.spf4j.avro.schema -
-
Uses of SchemaDiff in org.spf4j.avro.schema
Classes in org.spf4j.avro.schema that implement SchemaDiff Modifier and Type Class Description static classSchemaDiff.SchemaDiffImplstatic classSchemaDiff.SchemaFieldDiffImplMethods in org.spf4j.avro.schema that return SchemaDiff 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)Method parameters in org.spf4j.avro.schema with type arguments of type SchemaDiff Modifier and Type Method Description static voidSchemas. diff(org.apache.avro.Schema s1, org.apache.avro.Schema s2, Consumer<SchemaDiff> diffs)
-