public class AvroWithTypeByStructureVisitor<T> extends AvroWithPartnerByStructureVisitor<Type,T>
Constructor and Description |
---|
AvroWithTypeByStructureVisitor() |
Modifier and Type | Method and Description |
---|---|
protected Type |
arrayElementType(Type arrayType) |
protected Pair<java.lang.String,Type> |
fieldNameAndType(Type structType,
int pos) |
protected boolean |
isMapType(Type type) |
protected boolean |
isStringType(Type type) |
protected Type |
mapKeyType(Type mapType) |
protected Type |
mapValueType(Type mapType) |
protected Type |
nullType() |
protected boolean isMapType(Type type)
isMapType
in class AvroWithPartnerByStructureVisitor<Type,T>
protected boolean isStringType(Type type)
isStringType
in class AvroWithPartnerByStructureVisitor<Type,T>
protected Type arrayElementType(Type arrayType)
arrayElementType
in class AvroWithPartnerByStructureVisitor<Type,T>
protected Type mapKeyType(Type mapType)
mapKeyType
in class AvroWithPartnerByStructureVisitor<Type,T>
protected Type mapValueType(Type mapType)
mapValueType
in class AvroWithPartnerByStructureVisitor<Type,T>
protected Pair<java.lang.String,Type> fieldNameAndType(Type structType, int pos)
fieldNameAndType
in class AvroWithPartnerByStructureVisitor<Type,T>
protected Type nullType()
nullType
in class AvroWithPartnerByStructureVisitor<Type,T>