Uses of Class
com.github.dozermapper.core.classmap.generator.MappingType
-
Packages that use MappingType Package Description com.github.dozermapper.core.classmap.generator Generators to resolve the different types and their fields -
-
Uses of MappingType in com.github.dozermapper.core.classmap.generator
Methods in com.github.dozermapper.core.classmap.generator that return MappingType Modifier and Type Method Description static MappingTypeMappingType. valueOf(String name)Returns the enum constant of this type with the specified name.static MappingType[]MappingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.dozermapper.core.classmap.generator with parameters of type MappingType Modifier and Type Method Description static voidGeneratorUtils. addGenericMapping(MappingType mappingType, ClassMap classMap, Configuration configuration, String srcName, String destName, BeanContainer beanContainer, DestBeanCreator destBeanCreator, PropertyDescriptorFactory propertyDescriptorFactory)
-