Uses of Enum
org.apache.avro.generic.GenericData.StringType
Packages that use GenericData.StringType
Package
Description
A generic representation for Avro data.
-
Uses of GenericData.StringType in org.apache.avro.compiler.specific
Methods in org.apache.avro.compiler.specific that return GenericData.StringTypeMethods in org.apache.avro.compiler.specific with parameters of type GenericData.StringTypeModifier and TypeMethodDescriptionvoid
ProtocolTask.setStringType
(GenericData.StringType type) Set the string type.void
SpecificCompiler.setStringType
(GenericData.StringType t) Set the Java type to be emitted for string schemas. -
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.