ma.glasnost.orika.test.community.issue137
Class CustomFactory<T>

java.lang.Object
  extended by ma.glasnost.orika.test.community.issue137.CustomFactory<T>
All Implemented Interfaces:
ObjectFactory<T>

public class CustomFactory<T>
extends Object
implements ObjectFactory<T>

Created with IntelliJ IDEA. User: tgruenheit Date: 06.12.13 Time: 20:13 To change this template use File | Settings | File Templates.


Constructor Summary
CustomFactory()
           
 
Method Summary
 T create(Object o, MappingContext mappingContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomFactory

public CustomFactory()
Method Detail

create

public T create(Object o,
                MappingContext mappingContext)
Specified by:
create in interface ObjectFactory<T>


Copyright © 2014 Glasnost. All Rights Reserved.