Uses of Class
com.github.dozermapper.core.classmap.RelationshipType
-
Packages that use RelationshipType Package Description com.github.dozermapper.core.classmap Mapping definition used internally for classescom.github.dozermapper.core.fieldmap Mapping definition used internally for fieldscom.github.dozermapper.core.loader Mapping definition loadercom.github.dozermapper.core.loader.api Mapping via APIcom.github.dozermapper.core.util Utility methods used by the mapper -
-
Uses of RelationshipType in com.github.dozermapper.core.classmap
Fields in com.github.dozermapper.core.classmap declared as RelationshipType Modifier and Type Field Description static RelationshipTypeRelationshipType. CUMULATIVEstatic RelationshipTypeRelationshipType. NON_CUMULATIVEMethods in com.github.dozermapper.core.classmap that return RelationshipType Modifier and Type Method Description RelationshipTypeClassMap. getRelationshipType()RelationshipTypeConfiguration. getRelationshipType()static RelationshipTypeRelationshipType. valueOf(String relationshipType)Methods in com.github.dozermapper.core.classmap with parameters of type RelationshipType Modifier and Type Method Description voidClassMap. setRelationshipType(RelationshipType relationshipType)voidConfiguration. setRelationshipType(RelationshipType relationshipType) -
Uses of RelationshipType in com.github.dozermapper.core.fieldmap
Methods in com.github.dozermapper.core.fieldmap that return RelationshipType Modifier and Type Method Description RelationshipTypeFieldMap. getRelationshipType()Methods in com.github.dozermapper.core.fieldmap with parameters of type RelationshipType Modifier and Type Method Description voidFieldMap. setRelationshipType(RelationshipType relationshipType) -
Uses of RelationshipType in com.github.dozermapper.core.loader
Methods in com.github.dozermapper.core.loader with parameters of type RelationshipType Modifier and Type Method Description voidDozerBuilder.ConfigurationBuilder. relationshipType(RelationshipType value)voidDozerBuilder.FieldMappingBuilder. relationshipType(RelationshipType relationshipType)DozerBuilder.MappingBuilderDozerBuilder.MappingBuilder. relationshipType(RelationshipType type) -
Uses of RelationshipType in com.github.dozermapper.core.loader.api
Methods in com.github.dozermapper.core.loader.api with parameters of type RelationshipType Modifier and Type Method Description static FieldsMappingOptionFieldsMappingOptions. collectionStrategy(boolean removeOrphans, RelationshipType relationshipType)static FieldsMappingOptionFieldsMappingOptions. relationshipType(RelationshipType relationshipType)static TypeMappingOptionTypeMappingOptions. relationshipType(RelationshipType value) -
Uses of RelationshipType in com.github.dozermapper.core.util
Fields in com.github.dozermapper.core.util declared as RelationshipType Modifier and Type Field Description static RelationshipTypeDozerConstants. DEFAULT_RELATIONSHIP_TYPE_POLICY
-