Uses of Interface
com.github.dozermapper.core.factory.BeanCreationStrategy
-
Packages that use BeanCreationStrategy Package Description com.github.dozermapper.core.factory Factory methods used by the mapper to create objects -
-
Uses of BeanCreationStrategy in com.github.dozermapper.core.factory
Methods in com.github.dozermapper.core.factory that return BeanCreationStrategy Modifier and Type Method Description BeanCreationStrategyConstructionStrategies. byConstructor()BeanCreationStrategyConstructionStrategies. byCreateMethod()BeanCreationStrategyConstructionStrategies. byGetInstance()BeanCreationStrategyConstructionStrategies. byInterface()BeanCreationStrategyConstructionStrategies. byNoArgObjectConstructor()BeanCreationStrategyConstructionStrategies. jaxbBeansBased()BeanCreationStrategyConstructionStrategies. xmlBeansBased()BeanCreationStrategyConstructionStrategies. xmlGregorianCalendar()Methods in com.github.dozermapper.core.factory with parameters of type BeanCreationStrategy Modifier and Type Method Description voidDestBeanCreator. addPluggedStrategy(BeanCreationStrategy strategy)
-