| Package | Description | 
|---|---|
| org.apache.avro | 
 Avro kernel classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Resolver.Action | 
Resolver.WriterUnion.resolve(Schema w,
       Schema r,
       GenericData d,
       Map<Schema.SeenPair,Resolver.Action> seen)  | 
static Resolver.Action | 
Resolver.ReaderUnion.resolve(Schema w,
       Schema r,
       GenericData d,
       Map<Schema.SeenPair,Resolver.Action> seen)
Returns a  
Resolver.ReaderUnion action for resolving w and r,
 or an Resolver.ErrorAction if there is no branch in the reader that matches
 the writer. | 
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.