|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MappingDirection | |
|---|---|
| org.dozer.classmap | |
| org.dozer.fieldmap | |
| org.dozer.loader | |
| Uses of MappingDirection in org.dozer.classmap |
|---|
| Fields in org.dozer.classmap declared as MappingDirection | |
|---|---|
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' |
| Methods in org.dozer.classmap that return MappingDirection | |
|---|---|
MappingDirection |
ClassMap.getType()
|
static MappingDirection |
MappingDirection.valueOf(String mappingDirection)
|
| Methods in org.dozer.classmap with parameters of type MappingDirection | |
|---|---|
void |
ClassMap.setType(MappingDirection type)
|
| Uses of MappingDirection in org.dozer.fieldmap |
|---|
| Methods in org.dozer.fieldmap that return MappingDirection | |
|---|---|
MappingDirection |
FieldMap.getType()
|
| Methods in org.dozer.fieldmap with parameters of type MappingDirection | |
|---|---|
void |
FieldMap.setType(MappingDirection type)
|
| Uses of MappingDirection in org.dozer.loader |
|---|
| Methods in org.dozer.loader with parameters of type MappingDirection | |
|---|---|
DozerBuilder.MappingBuilder |
DozerBuilder.MappingBuilder.type(MappingDirection type)
|
void |
DozerBuilder.FieldExclusionBuilder.type(MappingDirection type)
|
void |
DozerBuilder.FieldMappingBuilder.type(MappingDirection type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||