T - the resulting Typepublic interface TypeConverter<T>
Type.convert(List, TypeConverter)| Modifier and Type | Method and Description |
|---|---|
T |
convertGroupType(List<GroupType> path,
GroupType groupType,
List<T> children) |
T |
convertMessageType(MessageType messageType,
List<T> children) |
T |
convertPrimitiveType(List<GroupType> path,
PrimitiveType primitiveType) |
T convertPrimitiveType(List<GroupType> path, PrimitiveType primitiveType)
path - the path to that nodeprimitiveType - the type to convertT convertGroupType(List<GroupType> path, GroupType groupType, List<T> children)
path - the path to that nodegroupType - the type to convertchildren - its children already convertedT convertMessageType(MessageType messageType, List<T> children)
messageType - the type to convertchildren - its children already convertedCopyright © 2024 The Apache Software Foundation. All rights reserved.