@PublicEvolving public interface DataTypeVisitor<R>
DataType
. The visitor transforms a data type into instances of
R
.Modifier and Type | Method and Description |
---|---|
R |
visit(AtomicDataType atomicDataType) |
R |
visit(CollectionDataType collectionDataType) |
R |
visit(FieldsDataType fieldsDataType) |
R |
visit(KeyValueDataType keyValueDataType) |
R visit(AtomicDataType atomicDataType)
R visit(CollectionDataType collectionDataType)
R visit(FieldsDataType fieldsDataType)
R visit(KeyValueDataType keyValueDataType)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.