ma.glasnost.orika.impl
Class DefaultConstructorObjectFactory<T>
java.lang.Object
ma.glasnost.orika.impl.DefaultConstructorObjectFactory<T>
- All Implemented Interfaces:
- ObjectFactory<T>
public class DefaultConstructorObjectFactory<T>
- extends Object
- implements ObjectFactory<T>
DefaultConstructorObjectFactory is used for types which should be instantiated
using their default constructor.
- Author:
- matt.deboer@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultConstructorObjectFactory
public DefaultConstructorObjectFactory(Class<T> type)
create
public T create(Object source,
MappingContext mappingContext)
- Specified by:
create in interface ObjectFactory<T>
Copyright © 2013 Glasnost. All Rights Reserved.