Interface InterceptedBean
- All Known Subinterfaces:
HotSwappableInterceptedProxy<T>, Intercepted, InterceptedBeanProxy<T>, InterceptedProxy<T>, Introduced
An internal interface implemented by generated proxy classes.
Inject aware version of AOP interface.
- Since:
- 3.5.0
- Author:
- Denis Stepanov
-
Method Summary
Modifier and TypeMethodDescriptiondefault ExecutableMethod<?,?>[] Returns a defensive copy of the generated executable methods used by the proxy invocation chain.
-
Method Details
-
interceptedMethods
Returns a defensive copy of the generated executable methods used by the proxy invocation chain.- Returns:
- The generated executable methods copy
- Since:
- 5.1.0
-