Uses of Enum
org.apache.avro.Resolver.ErrorAction.ErrorType
Packages that use Resolver.ErrorAction.ErrorType
-
Uses of Resolver.ErrorAction.ErrorType in org.apache.avro
Fields in org.apache.avro declared as Resolver.ErrorAction.ErrorTypeMethods in org.apache.avro that return Resolver.ErrorAction.ErrorTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static Resolver.ErrorAction.ErrorType[]
Resolver.ErrorAction.ErrorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.avro with parameters of type Resolver.ErrorAction.ErrorTypeModifierConstructorDescriptionErrorAction
(Schema w, Schema r, GenericData d, Resolver.ErrorAction.ErrorType e)