T
- The declaring typepublic interface InterceptedProxy<T> extends Intercepted, io.micronaut.inject.qualifiers.Qualified<T>, io.micronaut.inject.proxy.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.
|
T interceptedTarget()
interceptedTarget
in interface io.micronaut.inject.proxy.InterceptedBeanProxy<T>
default boolean hasCachedInterceptedTarget()
interceptedTarget()
.hasCachedInterceptedTarget
in interface io.micronaut.inject.proxy.InterceptedBeanProxy<T>