Interface InterceptedBeanProxy<T>

    • Method Detail

      • interceptedTarget

        T interceptedTarget()
        This method will return the target object being proxied.
        Returns:
        The proxy target
      • hasCachedInterceptedTarget

        default boolean hasCachedInterceptedTarget()
        Check if the proxy has the target cached before calling interceptedTarget().
        Returns:
        true if the target is cached