Package org.spf4j.avro.schema
Class SchemaDiff.SchemaFieldDiffImpl
- java.lang.Object
-
- org.spf4j.avro.schema.SchemaDiff.SchemaFieldDiffImpl
-
- All Implemented Interfaces:
SchemaDiff
- Enclosing interface:
- SchemaDiff
public static final class SchemaDiff.SchemaFieldDiffImpl extends Object implements SchemaDiff
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spf4j.avro.schema.SchemaDiff
SchemaDiff.SchemaDiffImpl, SchemaDiff.SchemaFieldDiffImpl, SchemaDiff.Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaDiff.TypegetDiffType()org.apache.avro.SchemagetLeft()org.apache.avro.Schema.FieldgetLeftField()StringgetPath()org.apache.avro.SchemagetRight()org.apache.avro.Schema.FieldgetRightField()StringtoString()
-
-
-
Method Detail
-
getPath
public String getPath()
- Specified by:
getPathin interfaceSchemaDiff
-
getDiffType
public SchemaDiff.Type getDiffType()
- Specified by:
getDiffTypein interfaceSchemaDiff
-
getLeft
public org.apache.avro.Schema getLeft()
- Specified by:
getLeftin interfaceSchemaDiff
-
getRight
public org.apache.avro.Schema getRight()
- Specified by:
getRightin interfaceSchemaDiff
-
getLeftField
public org.apache.avro.Schema.Field getLeftField()
- Specified by:
getLeftFieldin interfaceSchemaDiff
-
getRightField
public org.apache.avro.Schema.Field getRightField()
- Specified by:
getRightFieldin interfaceSchemaDiff
-
-