NullValueMappingStrategy |
nullValueIterableMappingStrategy() |
The strategy to be applied when null is passed as source argument value to an IterableMapping of
this mapper.
|
NullValueMappingStrategy |
nullValueIterableMappingStrategy() |
The strategy to be applied when null is passed as source argument value to an IterableMapping .
|
NullValueMappingStrategy |
nullValueMapMappingStrategy() |
The strategy to be applied when null is passed as source argument value to a MapMapping of this
mapper.
|
NullValueMappingStrategy |
nullValueMapMappingStrategy() |
The strategy to be applied when null is passed as source argument value to a MapMapping .
|
NullValueMappingStrategy |
nullValueMappingStrategy() |
The strategy to be applied when null is passed as source bean argument value to this bean mapping.
|
NullValueMappingStrategy |
nullValueMappingStrategy() |
The strategy to be applied when null is passed as source value to this iterable mapping.
|
NullValueMappingStrategy |
nullValueMappingStrategy() |
The strategy to be applied when null is passed as source value to this map mapping.
|
NullValueMappingStrategy |
nullValueMappingStrategy() |
The strategy to be applied when null is passed as source argument value to the methods of this mapper.
|
NullValueMappingStrategy |
nullValueMappingStrategy() |
The strategy to be applied when null is passed as source argument value to mapping methods.
|
static NullValueMappingStrategy |
NullValueMappingStrategy.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static NullValueMappingStrategy[] |
NullValueMappingStrategy.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|