org.dozer.factory
Class DestBeanCreator
java.lang.Object
org.dozer.factory.DestBeanCreator
public final class DestBeanCreator
- extends Object
Internal class that contains the logic used to create a new instance of the destination object being mapped. Performs
various checks to determine how the destination object instance is created. Only intended for internal use.
- Author:
- tierney.matt, garsombke.franz, dmitry.buzdin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static <T> T create(Class<T> targetClass)
create
public static Object create(Class<?> targetClass,
Class<?> alternateClass)
create
public static Object create(BeanCreationDirective directive)
setStoredFactories
public static void setStoredFactories(Map<String,BeanFactory> factories)
Copyright © 2005-2011 dozer. All Rights Reserved.