| Package | Description |
|---|---|
| org.dozer.classmap | |
| org.dozer.fieldmap | |
| org.dozer.loader | |
| org.dozer.metadata |
| Modifier and Type | Field and Description |
|---|---|
static MappingDirection |
MappingDirection.BI_DIRECTIONAL
Default mapping approach when a -> b -> a' then a == a'
|
static MappingDirection |
MappingDirection.ONE_WAY
Unidirectional mapping when a -> b -> a' then a != a'
|
| Modifier and Type | Method and Description |
|---|---|
MappingDirection |
ClassMap.getType() |
static MappingDirection |
MappingDirection.valueOf(String mappingDirection) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassMap.setType(MappingDirection type) |
| Modifier and Type | Method and Description |
|---|---|
MappingDirection |
FieldMap.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldMap.setType(MappingDirection type) |
| Modifier and Type | Method and Description |
|---|---|
DozerBuilder.MappingBuilder |
DozerBuilder.MappingBuilder.type(MappingDirection type) |
void |
DozerBuilder.FieldExclusionBuilder.type(MappingDirection type) |
void |
DozerBuilder.FieldMappingBuilder.type(MappingDirection type) |
| Modifier and Type | Method and Description |
|---|---|
MappingDirection |
FieldMappingMetadata.getMappingDirection()
Can be used to check whether a mapping in unidirectional or bidirectional.
|
MappingDirection |
DozerFieldMappingMetadata.getMappingDirection() |
MappingDirection |
DozerClassMappingMetadata.getMappingDirection() |
MappingDirection |
ClassMappingMetadata.getMappingDirection()
Used to check if a mapping is bi- or unidirectional.
|
Copyright © 2005-2014 dozer. All Rights Reserved.