public interface TargetClassAware
Implemented by AOP proxy objects and proxy factories
(via Advised)
as well as by TargetSources.
org.springframework.aop.support.AopUtils#getTargetClass(Object)| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getTargetClass()
Return the target class behind the implementing object
(typically a proxy configuration or an actual proxy).
|
@Nullable Class<?> getTargetClass()
null if not knownCopyright © 2025. All rights reserved.