Uses of Class
com.github.dozermapper.core.factory.BeanCreationDirective
-
Packages that use BeanCreationDirective Package Description com.github.dozermapper.core Core mapping APIcom.github.dozermapper.core.builder Build mappings via different API extensionscom.github.dozermapper.core.factory Factory methods used by the mapper to create objects -
-
Uses of BeanCreationDirective in com.github.dozermapper.core
Methods in com.github.dozermapper.core with parameters of type BeanCreationDirective Modifier and Type Method Description TBeanGeneralCreationStrategy. create(BeanCreationDirective directive)booleanBeanGeneralCreationStrategy. isApplicable(BeanCreationDirective directive) -
Uses of BeanCreationDirective in com.github.dozermapper.core.builder
Methods in com.github.dozermapper.core.builder with parameters of type BeanCreationDirective Modifier and Type Method Description BeanBuilderDestBeanBuilderCreator. create(BeanCreationDirective directive) -
Uses of BeanCreationDirective in com.github.dozermapper.core.factory
Methods in com.github.dozermapper.core.factory with parameters of type BeanCreationDirective Modifier and Type Method Description ObjectDestBeanCreator. create(BeanCreationDirective directive)
-