public interface AvroSchemaTypelessReader<T> extends AvroSchemaVisitor<T>
Schema
which could generate reader without type, but that reader should
only call to skip.Modifier and Type | Method and Description |
---|---|
default T |
primitive(org.apache.avro.Schema primitive) |
default T |
visit(org.apache.avro.Schema schema) |
T |
visitArray(org.apache.avro.Schema schema) |
T |
visitDecimal() |
T |
visitMap(org.apache.avro.Schema schema) |
T |
visitRecord(org.apache.avro.Schema schema) |
T |
visitTimestampMicros() |
T |
visitTimestampMillis() |
T |
visitUnion(org.apache.avro.Schema schema) |
primitive, visit, visitArray, visitArrayMap, visitBigInt, visitBoolean, visitBytes, visitDecimal, visitDouble, visitFloat, visitInt, visitMap, visitRecord, visitSmallInt, visitString, visitTimestampMicros, visitTimestampMillis, visitTinyInt, visitUnion
default T visit(org.apache.avro.Schema schema)
default T primitive(org.apache.avro.Schema primitive)
T visitUnion(org.apache.avro.Schema schema)
T visitTimestampMillis()
T visitTimestampMicros()
T visitDecimal()
T visitArray(org.apache.avro.Schema schema)
T visitMap(org.apache.avro.Schema schema)
T visitRecord(org.apache.avro.Schema schema)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.