public static final class AvroSchemaCompatibility.Incompatibility extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLocation()
Returns a
JSON
Pointer describing the node location within the schema's JSON document
tree where the incompatibility was encountered.
|
String |
getMessage()
Returns a human-readable message with more details about what failed.
|
org.apache.avro.Schema |
getReaderFragment()
Returns the fragment of the reader schema that failed compatibility check.
|
AvroSchemaCompatibility.SchemaIncompatibilityType |
getType()
Returns the SchemaIncompatibilityType.
|
org.apache.avro.Schema |
getWriterFragment()
Returns the fragment of the writer schema that failed compatibility check.
|
int |
hashCode() |
String |
toString() |
public AvroSchemaCompatibility.SchemaIncompatibilityType getType()
public org.apache.avro.Schema getReaderFragment()
public org.apache.avro.Schema getWriterFragment()
public String getMessage()
getType()public String getLocation()
Copyright © 2024 The Apache Software Foundation. All rights reserved.