org.compass.core.util.proxy.extractor
Class SpringProxyExtractor
java.lang.Object
org.compass.core.util.proxy.extractor.SpringProxyExtractor
- All Implemented Interfaces:
- ProxyExtractor
public class SpringProxyExtractor
- extends Object
- implements ProxyExtractor
Uses AopUtils.getTargetClass(Object) in order to get the
wrapped class from the object.
- Author:
- kimchy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringProxyExtractor
public SpringProxyExtractor()
getTargetClass
public Class getTargetClass(Object obj)
- Description copied from interface:
ProxyExtractor
- Returns the actual class of the given object.
- Specified by:
getTargetClass in interface ProxyExtractor
Copyright (c) 2004-2008 The Compass Project.