See: Description
Interface | Description |
---|---|
Convention |
Defines a convention to be applied when mapping a class.
|
InstanceCreator<T> |
Provides access for setting data and the creation of a class instances.
|
InstanceCreatorFactory<T> |
The factory for creating
InstanceCreator instances |
PropertyAccessor<T> |
Provides access for getting and setting property data.
|
PropertyCodecProvider |
A variant of
CodecProvider that generates codecs for PojoCodec . |
PropertyCodecRegistry |
A variant of
CodecRegistry that generates codecs for PojoCodec . |
PropertySerialization<T> |
An interface allowing a
PropertyModel to determine if a value should be serialized. |
TypeWithTypeParameters<T> |
A combination of a type and its type parameters.
|
Enum | Description |
---|---|
PojoBuilderHelper.PropertyTypeCheck |