|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.util.proxy.extractor.SpringProxyExtractor
public class SpringProxyExtractor
Uses AopUtils.getTargetClass(Object) in order to get the
wrapped class from the object.
| Constructor Summary | |
|---|---|
SpringProxyExtractor()
|
|
| Method Summary | |
|---|---|
void |
configure(CompassSettings settings)
Configure using the given settings. |
Class |
getTargetClass(Object obj)
Returns the actual class of the given object. |
void |
initalizeProxy(Object obj)
Initializes the proxy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpringProxyExtractor()
| Method Detail |
|---|
public void configure(CompassSettings settings)
throws CompassException
CompassConfigurable
configure in interface CompassConfigurablesettings - The settings for the configured object
CompassExceptionpublic Class getTargetClass(Object obj)
ProxyExtractor
getTargetClass in interface ProxyExtractorpublic void initalizeProxy(Object obj)
ProxyExtractor
initalizeProxy in interface ProxyExtractor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||