| Package | Description |
|---|---|
| ma.glasnost.orika.metadata |
| Modifier and Type | Method and Description |
|---|---|
MappingDirection |
FieldMap.getDirection() |
static MappingDirection |
MappingDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MappingDirection[] |
MappingDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClassMapBuilderForMaps<A,B> |
ClassMapBuilderForMaps.byDefault(MappingDirection direction,
DefaultFieldMapper... withDefaults)
Configures this class-map builder to employ the default property mapping
behavior to any properties that have not already been mapped or excluded;
if any DefaultFieldMapper instances are passed, they will be used (instead of
those configured on the builder) to attempt a property name match if a direct
match is not found.
|
ClassMapBuilder<A,B> |
ClassMapBuilder.byDefault(MappingDirection direction,
DefaultFieldMapper... withDefaults)
Configures this class-map builder to employ the default property mapping
behavior to any properties that have not already been mapped or excluded;
if any DefaultFieldMapper instances are passed, they will be used
(instead of those configured on the builder) to attempt a property name
match if a direct match is not found.
|
ClassMapBuilder<A,B> |
ScoringClassMapBuilder.byDefault(MappingDirection direction,
DefaultFieldMapper... withDefaults) |
ClassMapBuilder<A,B> |
CaseInsensitiveClassMapBuilder.byDefault(MappingDirection direction,
DefaultFieldMapper... withDefaults) |
FieldMapBuilder<A,B> |
FieldMapBuilder.direction(MappingDirection direction)
Specify that the configured field mapping (property) should only be used
when mapping in the direction from A to B
|
| Constructor and Description |
|---|
FieldMap(Property a,
Property b,
Property aInverse,
Property bInverse,
MappingDirection mappingDirection,
boolean excluded,
String converterId,
boolean byDefault,
Boolean sourceMappedOnNull,
Boolean destinationMappedOnNull) |
Copyright © 2017 Glasnost. All Rights Reserved.