Package io.confluent.avro.type
Class VariantLogicalType
java.lang.Object
org.apache.avro.LogicalType
io.confluent.avro.type.VariantLogicalType
public class VariantLogicalType
extends org.apache.avro.LogicalType
-
Field Summary
FieldsFields inherited from class org.apache.avro.LogicalType
LOGICAL_TYPE_PROP -
Method Summary
Modifier and TypeMethodDescriptionstatic VariantLogicalTypeget()voidvalidate(org.apache.avro.Schema schema) Methods inherited from class org.apache.avro.LogicalType
addToSchema, getName
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
get
-
validate
public void validate(org.apache.avro.Schema schema) - Overrides:
validatein classorg.apache.avro.LogicalType
-