|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TargetClassAware
Minimal interface for exposing the target class behind a proxy.
Implemented by AOP proxy objects and proxy factories
(via Advised
}
as well as by TargetSources
.
AopUtils.getTargetClass(Object)
Method Summary | |
---|---|
Class |
getTargetClass()
Return the target class behind the implementing object (typically a proxy configuration or an actual proxy). |
Method Detail |
---|
Class getTargetClass()
null
if not known
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |