Package org.apache.avro
Class Resolver.DoNothing
java.lang.Object
org.apache.avro.Resolver.Action
org.apache.avro.Resolver.DoNothing
- Enclosing class:
Resolver
In this case, there's nothing to be done for resolution: the two schemas are
effectively the same. This action will be generated only for
primitive types and fixed types, and not for any other kind of schema.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.avro.Resolver.Action
Resolver.Action.Type
-
Field Summary
Fields inherited from class org.apache.avro.Resolver.Action
conversion, logicalType, reader, type, writer
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DoNothing
-