T
- The declaring typepublic interface InterceptedProxy<T> extends Intercepted, Qualified<T>, InterceptedBeanProxy<T>
Intercepted
that proxies another instance.Modifier and Type | Method and Description |
---|---|
default boolean |
hasCachedInterceptedTarget()
Check if the proxy has the target cached before calling
interceptedTarget() . |
T |
interceptedTarget()
This method will return the target object being proxied.
|
$withBeanQualifier
T interceptedTarget()
interceptedTarget
in interface InterceptedBeanProxy<T>
default boolean hasCachedInterceptedTarget()
interceptedTarget()
.hasCachedInterceptedTarget
in interface InterceptedBeanProxy<T>