| Package | Description |
|---|---|
| com.github.dozermapper.core.builder.model.jaxb |
JAXB model that describes the mapping definitions
|
| Modifier and Type | Field and Description |
|---|---|
protected Relationship |
FieldDefinition.relationshipType |
protected Relationship |
MappingDefinition.relationshipType |
protected Relationship |
ConfigurationDefinition.relationshipType |
| Modifier and Type | Method and Description |
|---|---|
static Relationship |
Relationship.fromValue(String value) |
static Relationship |
Relationship.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Relationship[] |
Relationship.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FieldDefinition |
FieldDefinition.withRelationshipType(Relationship relationshipType) |
MappingDefinition |
MappingDefinition.withRelationshipType(Relationship relationshipType) |
ConfigurationDefinition |
ConfigurationDefinition.withRelationshipType(Relationship relationshipType) |
Copyright © 2005–2021 dozer. All rights reserved.