Uses of Enum
org.apache.avro.generic.GenericData.StringType
Packages that use GenericData.StringType
-
Uses of GenericData.StringType in org.apache.avro.generic
Methods in org.apache.avro.generic that return GenericData.StringTypeModifier and TypeMethodDescriptionstatic GenericData.StringType
Returns the enum constant of this type with the specified name.static GenericData.StringType[]
GenericData.StringType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.avro.generic with parameters of type GenericData.StringTypeModifier and TypeMethodDescriptionstatic void
GenericData.setStringType
(Schema s, GenericData.StringType stringType) Set the Java type to be used when reading this schema.