Package net.thucydides.core.steps
Interface ProxyConfiguration
public interface ProxyConfiguration
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classProxyConfiguration.InterceptorDispatcherA static interceptor that guards against method calls before the interceptor is set. -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringINTERCEPTOR_FIELD_NAMEThe 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_NAMEThe canonical field name for an interceptor object stored in a proxied object.- See Also:
- Constant Field Values
-
-
Method Details
-
$$_serenity_set_interceptor
Defines an interceptor object that specifies the behavior of the proxy object.- Parameters:
interceptor- The interceptor object.
-