Class ConstructionStrategies
- java.lang.Object
-
- com.github.dozermapper.core.factory.ConstructionStrategies
-
public final class ConstructionStrategies extends Object
-
-
Constructor Summary
Constructors Constructor Description ConstructionStrategies(BeanContainer beanContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeanCreationStrategybyConstructor()BeanCreationStrategybyCreateMethod()com.github.dozermapper.core.factory.ConstructionStrategies.ByFactorybyFactory()BeanCreationStrategybyGetInstance()BeanCreationStrategybyInterface()BeanCreationStrategybyNoArgObjectConstructor()BeanCreationStrategyjaxbBeansBased()BeanCreationStrategyxmlBeansBased()BeanCreationStrategyxmlGregorianCalendar()
-
-
-
Constructor Detail
-
ConstructionStrategies
public ConstructionStrategies(BeanContainer beanContainer)
-
-
Method Detail
-
byCreateMethod
public BeanCreationStrategy byCreateMethod()
-
byGetInstance
public BeanCreationStrategy byGetInstance()
-
byInterface
public BeanCreationStrategy byInterface()
-
xmlBeansBased
public BeanCreationStrategy xmlBeansBased()
-
jaxbBeansBased
public BeanCreationStrategy jaxbBeansBased()
-
byConstructor
public BeanCreationStrategy byConstructor()
-
byNoArgObjectConstructor
public BeanCreationStrategy byNoArgObjectConstructor()
-
byFactory
public com.github.dozermapper.core.factory.ConstructionStrategies.ByFactory byFactory()
-
xmlGregorianCalendar
public BeanCreationStrategy xmlGregorianCalendar()
-
-