Package org.apache.iceberg.avro
Class AvroWithPartnerVisitor.FieldIDAccessors
java.lang.Object
org.apache.iceberg.avro.AvroWithPartnerVisitor.FieldIDAccessors
- All Implemented Interfaces:
- AvroWithPartnerVisitor.PartnerAccessors<Type>
- Enclosing class:
- AvroWithPartnerVisitor<P,- R> 
public static class AvroWithPartnerVisitor.FieldIDAccessors
extends Object
implements AvroWithPartnerVisitor.PartnerAccessors<Type>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfieldPartner(Type partner, Integer fieldId, String name) get()listElementPartner(Type partner) mapKeyPartner(Type partner) mapValuePartner(Type partner) 
- 
Constructor Details- 
FieldIDAccessorspublic FieldIDAccessors()
 
- 
- 
Method Details- 
get
- 
fieldPartner- Specified by:
- fieldPartnerin interface- AvroWithPartnerVisitor.PartnerAccessors<Type>
 
- 
mapKeyPartner- Specified by:
- mapKeyPartnerin interface- AvroWithPartnerVisitor.PartnerAccessors<Type>
 
- 
mapValuePartner- Specified by:
- mapValuePartnerin interface- AvroWithPartnerVisitor.PartnerAccessors<Type>
 
- 
listElementPartner- Specified by:
- listElementPartnerin interface- AvroWithPartnerVisitor.PartnerAccessors<Type>
 
 
-