Interface ProxyConfiguration


public interface ProxyConfiguration
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static class  ProxyConfiguration.InterceptorDispatcher
    A static interceptor that guards against method calls before the interceptor is set.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String INTERCEPTOR_FIELD_NAME
    The canonical field name for an interceptor object stored in a proxied object.
  • Method Summary

    Modifier and Type Method Description
    void $$_serenity_set_interceptor​(Interceptor interceptor)
    Defines an interceptor object that specifies the behavior of the proxy object.
  • Field Details

    • INTERCEPTOR_FIELD_NAME

      static final java.lang.String INTERCEPTOR_FIELD_NAME
      The canonical field name for an interceptor object stored in a proxied object.
      See Also:
      Constant Field Values
  • Method Details

    • $$_serenity_set_interceptor

      void $$_serenity_set_interceptor​(Interceptor interceptor)
      Defines an interceptor object that specifies the behavior of the proxy object.
      Parameters:
      interceptor - The interceptor object.