| Package | Description |
|---|---|
| com.at.avro.config | |
| com.at.avro.formatters |
| Modifier and Type | Method and Description |
|---|---|
<T> Formatter<T> |
FormatterConfig.getFormatter(T dto) |
| Modifier and Type | Method and Description |
|---|---|
<T> FormatterConfig.Builder |
FormatterConfig.Builder.setFormatter(Class<T> dtoClass,
Formatter<T> formatter) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayFormatter |
class |
DateFormatter |
class |
DecimalFormatter |
class |
EnumFormatter |
class |
FieldFormatter |
class |
PrimitiveFormatter |
class |
SchemaFormatter
Writes avro schema json based on AvroSchema bean.
|
class |
TypeFormatter
Writes avro field type info.
|
Copyright © 2021. All rights reserved.