org.compass.core.util.proxy.extractor
Class ProxyExtractorHelper
java.lang.Object
org.compass.core.util.proxy.extractor.ProxyExtractorHelper
- All Implemented Interfaces:
- CompassConfigurable
public class ProxyExtractorHelper
- extends Object
- implements CompassConfigurable
A helper class that based on which jars exists in the classpath, tries to get the actual
class out of an object.
Order in which libraries are used: SpringProxyExtractor,
HibernateProxyExtractor.
- Author:
- kimchy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyExtractorHelper
public ProxyExtractorHelper()
configure
public void configure(CompassSettings settings)
throws CompassException
- Description copied from interface:
CompassConfigurable
- Configure using the given settings.
- Specified by:
configure in interface CompassConfigurable
- Parameters:
settings - The settings for the configured object
- Throws:
CompassException
getTargetClass
public Class getTargetClass(Object obj)
initializeProxy
public void initializeProxy(Object obj)
Copyright (c) 2004-2008 The Compass Project.