| org.springframework.aop.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.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the target class behind the implementing object
(typically a proxy configuration or an actual proxy).
| |||||||||||
Return the target class behind the implementing object (typically a proxy configuration or an actual proxy).
null if not known