Package | Description |
---|---|
org.dozer.classmap | |
org.dozer.fieldmap | |
org.dozer.loader | |
org.dozer.loader.api | |
org.dozer.util |
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-2014 dozer. All Rights Reserved.