| FlexObjectConverter |
Converts between Object properties and byte arrays using FlexBuffers.
|
| IntegerFlexMapConverter |
Used to automatically convert Map<Integer, V>.
|
| IntegerLongMapConverter |
Used to automatically convert Map<Integer, Long>.
|
| LongFlexMapConverter |
Used to automatically convert Map<Long, V>.
|
| LongLongMapConverter |
Used to automatically convert Map<Long, Long>.
|
| NullToEmptyStringConverter |
Used as a converter if a property is annotated with @DefaultValue("").
|
| StringFlexMapConverter |
Used to automatically convert Map<String, V>.
|
| StringLongMapConverter |
Used to automatically convert Map<String, Long>.
|
| StringMapConverter |
Converts a String map entity property to a byte array database value using FlexBuffers.
|