public final class ConstructionStrategies extends Object
Constructor and Description |
---|
ConstructionStrategies() |
Modifier and Type | Method and Description |
---|---|
static BeanCreationStrategy |
byConstructor() |
static BeanCreationStrategy |
byCreateMethod() |
static org.dozer.factory.ConstructionStrategies.ByFactory |
byFactory() |
static BeanCreationStrategy |
byGetInstance() |
static BeanCreationStrategy |
byInterface() |
static BeanCreationStrategy |
xmlBeansBased() |
static BeanCreationStrategy |
xmlGregorianCalendar() |
public static BeanCreationStrategy byCreateMethod()
public static BeanCreationStrategy byGetInstance()
public static BeanCreationStrategy byInterface()
public static BeanCreationStrategy xmlBeansBased()
public static BeanCreationStrategy byConstructor()
public static org.dozer.factory.ConstructionStrategies.ByFactory byFactory()
public static BeanCreationStrategy xmlGregorianCalendar()
Copyright © 2005-2014 dozer. All Rights Reserved.