| Package | Description |
|---|---|
| com.github.dozermapper.core.classmap |
Mapping definition used internally for classes
|
| com.github.dozermapper.core.fieldmap |
Mapping definition used internally for fields
|
| com.github.dozermapper.core.loader |
Mapping definition loader
|
| com.github.dozermapper.core.loader.api |
Mapping via API
|
| com.github.dozermapper.core.util |
Utility methods used by the mapper
|
| Modifier and Type | Field and Description |
|---|---|
static RelationshipType |
RelationshipType.CUMULATIVE |
static RelationshipType |
RelationshipType.NON_CUMULATIVE |
| Modifier and Type | Method and Description |
|---|---|
RelationshipType |
Configuration.getRelationshipType() |
RelationshipType |
ClassMap.getRelationshipType() |
static RelationshipType |
RelationshipType.valueOf(String relationshipType) |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setRelationshipType(RelationshipType relationshipType) |
void |
ClassMap.setRelationshipType(RelationshipType relationshipType) |
| Modifier and Type | Method and Description |
|---|---|
RelationshipType |
FieldMap.getRelationshipType() |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldMap.setRelationshipType(RelationshipType relationshipType) |
| Modifier and Type | Method and Description |
|---|---|
DozerBuilder.MappingBuilder |
DozerBuilder.MappingBuilder.relationshipType(RelationshipType type) |
void |
DozerBuilder.FieldMappingBuilder.relationshipType(RelationshipType relationshipType) |
void |
DozerBuilder.ConfigurationBuilder.relationshipType(RelationshipType value) |
| Modifier and Type | Method and Description |
|---|---|
static FieldsMappingOption |
FieldsMappingOptions.collectionStrategy(boolean removeOrphans,
RelationshipType relationshipType) |
static TypeMappingOption |
TypeMappingOptions.relationshipType(RelationshipType value) |
static FieldsMappingOption |
FieldsMappingOptions.relationshipType(RelationshipType relationshipType) |
| Modifier and Type | Field and Description |
|---|---|
static RelationshipType |
DozerConstants.DEFAULT_RELATIONSHIP_TYPE_POLICY |
Copyright © 2005–2021 dozer. All rights reserved.