Interface ProxyConfiguration


public interface ProxyConfiguration
  • Nested Class Summary

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

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

    Modifier and Type
    Method
    Description
    void
    Defines an interceptor object that specifies the behavior of the proxy object.
  • Field Details

    • INTERCEPTOR_FIELD_NAME

      static final String INTERCEPTOR_FIELD_NAME
      The canonical field name for an interceptor object stored in a proxied object.
      See Also:
  • 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.