Interface ProxyConfiguration


  • public interface ProxyConfiguration
    • Field Detail

      • INTERCEPTOR_FIELD_NAME

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

      • $$_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.