org.dozer.factory
Class ConstructionStrategies

java.lang.Object
  extended by org.dozer.factory.ConstructionStrategies

public final class ConstructionStrategies
extends Object

Author:
Dmitry Buzdin

Constructor Summary
ConstructionStrategies()
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructionStrategies

public ConstructionStrategies()
Method Detail

byCreateMethod

public static BeanCreationStrategy byCreateMethod()

byGetInstance

public static BeanCreationStrategy byGetInstance()

byInterface

public static BeanCreationStrategy byInterface()

xmlBeansBased

public static BeanCreationStrategy xmlBeansBased()

byConstructor

public static BeanCreationStrategy byConstructor()

byFactory

public static org.dozer.factory.ConstructionStrategies.ByFactory byFactory()

xmlGregorianCalendar

public static BeanCreationStrategy xmlGregorianCalendar()


Copyright © 2005-2011 dozer. All Rights Reserved.