Interface InterceptedBean

All Known Subinterfaces:
HotSwappableInterceptedProxy<T>, Intercepted, InterceptedBeanProxy<T>, InterceptedProxy<T>, Introduced

@Internal public interface InterceptedBean
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 Type
    Method
    Description
    default ExecutableMethod<?,?>[]
    Returns a defensive copy of the generated executable methods used by the proxy invocation chain.
  • Method Details

    • interceptedMethods

      default ExecutableMethod<?,?>[] 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