org.dozer.util
Class NoProxyResolver

java.lang.Object
  extended by org.dozer.util.NoProxyResolver
All Implemented Interfaces:
DozerProxyResolver

public class NoProxyResolver
extends Object
implements DozerProxyResolver

No Proxy behavior strategy. In cases when there are no proxied objects (XmlBeans for example) this mode should be configured in dozer.properties for maximum performance. Configured per Dozer Mapper instance.

Author:
Dmitry Buzdin

Constructor Summary
NoProxyResolver()
           
 
Method Summary
 Class<?> getRealClass(Class<?> clazz)
           
<T> T
unenhanceObject(T object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoProxyResolver

public NoProxyResolver()
Method Detail

unenhanceObject

public <T> T unenhanceObject(T object)
Specified by:
unenhanceObject in interface DozerProxyResolver

getRealClass

public Class<?> getRealClass(Class<?> clazz)
Specified by:
getRealClass in interface DozerProxyResolver


Copyright © 2005-2011 dozer. All Rights Reserved.