Uses of Class
com.github.dozermapper.core.classmap.MappingDirection
-
Packages that use MappingDirection 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.metadata Metadata to query the mapping definition -
-
Uses of MappingDirection in com.github.dozermapper.core.classmap
Fields in com.github.dozermapper.core.classmap declared as MappingDirection Modifier and Type Field Description static MappingDirectionMappingDirection. BI_DIRECTIONALDefault mapping approach when a to b to a' then a == a'static MappingDirectionMappingDirection. ONE_WAYUnidirectional mapping when a to b to a' then a != a'Methods in com.github.dozermapper.core.classmap that return MappingDirection Modifier and Type Method Description MappingDirectionClassMap. getType()static MappingDirectionMappingDirection. valueOf(String mappingDirection)Methods in com.github.dozermapper.core.classmap with parameters of type MappingDirection Modifier and Type Method Description voidClassMap. setType(MappingDirection type) -
Uses of MappingDirection in com.github.dozermapper.core.fieldmap
Methods in com.github.dozermapper.core.fieldmap that return MappingDirection Modifier and Type Method Description MappingDirectionFieldMap. getType()Methods in com.github.dozermapper.core.fieldmap with parameters of type MappingDirection Modifier and Type Method Description voidFieldMap. setType(MappingDirection type) -
Uses of MappingDirection in com.github.dozermapper.core.loader
Methods in com.github.dozermapper.core.loader with parameters of type MappingDirection Modifier and Type Method Description voidDozerBuilder.FieldExclusionBuilder. type(MappingDirection type)voidDozerBuilder.FieldMappingBuilder. type(MappingDirection type)DozerBuilder.MappingBuilderDozerBuilder.MappingBuilder. type(MappingDirection type) -
Uses of MappingDirection in com.github.dozermapper.core.loader.api
Methods in com.github.dozermapper.core.loader.api with parameters of type MappingDirection Modifier and Type Method Description TypeMappingBuilderTypeMappingBuilder. exclude(FieldDefinition field, MappingDirection direction)TypeMappingBuilderTypeMappingBuilder. exclude(String field, MappingDirection direction) -
Uses of MappingDirection in com.github.dozermapper.core.metadata
Methods in com.github.dozermapper.core.metadata that return MappingDirection Modifier and Type Method Description MappingDirectionClassMappingMetadata. getMappingDirection()Used to check if a mapping is bi- or unidirectional.MappingDirectionDozerClassMappingMetadata. getMappingDirection()MappingDirectionDozerFieldMappingMetadata. getMappingDirection()MappingDirectionFieldMappingMetadata. getMappingDirection()Can be used to check whether a mapping in unidirectional or bidirectional.
-