public final class MappingDirection extends Object
Modifier and Type | Field and Description |
---|---|
static MappingDirection |
BI_DIRECTIONAL
Default mapping approach when a -> b -> a' then a == a'
|
static MappingDirection |
ONE_WAY
Unidirectional mapping when a -> b -> a' then a != a'
|
Constructor and Description |
---|
MappingDirection() |
public static final MappingDirection BI_DIRECTIONAL
public static final MappingDirection ONE_WAY
public static MappingDirection valueOf(String mappingDirection)
Copyright © 2005-2014 dozer. All Rights Reserved.