| AbstractSchema |
|
| AbstractStructSchema |
minimal abstract StructSchema
|
| AvroBaseStructSchema |
This is a base schema implementation for Avro Based `Struct` types.
|
| AvroSchema |
An AVRO schema implementation.
|
| BooleanSchema |
A schema for `Boolean`.
|
| ByteBufferSchema |
A bytebuffer schema is effectively a `BYTES` schema.
|
| ByteBufSchema |
A variant `Bytes` schema that takes ByteBuf.
|
| ByteSchema |
A schema for 'Byte'.
|
| BytesSchema |
A schema for bytes array.
|
| DateSchema |
A schema for `java.util.Date` or `java.sql.Date`.
|
| DoubleSchema |
A schema for `Double`.
|
| FloatSchema |
A schema for `Float`.
|
| InstantSchema |
A schema for `java.time.Instant`.
|
| IntSchema |
A schema for `Integer`.
|
| JSONSchema |
A schema implementation to deal with json data.
|
| LocalDateSchema |
A schema for `java.time.LocalDate`.
|
| LocalDateTimeSchema |
A schema for `java.time.LocalDateTime`.
|
| LocalTimeSchema |
A schema for `java.time.LocalTime`.
|
| LongSchema |
A schema for `Long`.
|
| ProtobufNativeSchema |
A schema implementation to deal with protobuf generated messages.
|
| ProtobufSchema |
A schema implementation to deal with protobuf generated messages.
|
| ShortSchema |
A schema for `Short`.
|
| StringSchema |
Schema definition for Strings encoded in UTF-8 format.
|
| TimeSchema |
A schema for `java.sql.Time`.
|
| TimestampSchema |
A schema for `java.sql.Timestamp`.
|