Class Resolver.DoNothing

java.lang.Object
org.apache.avro.Resolver.Action
org.apache.avro.Resolver.DoNothing
Enclosing class:
Resolver

public static class Resolver.DoNothing extends Resolver.Action
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.