public final class MappingDirection extends Object
| Modifier and Type | Field and Description |
|---|---|
static MappingDirection |
BI_DIRECTIONAL
Default mapping approach when a to b to a' then a == a'
|
static MappingDirection |
ONE_WAY
Unidirectional mapping when a to b to a' then a != a'
|
public static final MappingDirection BI_DIRECTIONAL
public static final MappingDirection ONE_WAY
public static MappingDirection valueOf(String mappingDirection)
Copyright © 2005–2021 dozer. All rights reserved.