Class MappingDirection
- java.lang.Object
-
- com.github.dozermapper.core.classmap.MappingDirection
-
public final class MappingDirection extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static MappingDirectionBI_DIRECTIONALDefault mapping approach when a to b to a' then a == a'static MappingDirectionONE_WAYUnidirectional mapping when a to b to a' then a != a'
-
-
-
Field Detail
-
BI_DIRECTIONAL
public static final MappingDirection BI_DIRECTIONAL
Default mapping approach when a to b to a' then a == a'
-
ONE_WAY
public static final MappingDirection ONE_WAY
Unidirectional mapping when a to b to a' then a != a'
-
-
Method Detail
-
valueOf
public static MappingDirection valueOf(String mappingDirection)
-
-