Package net.thucydides.core.steps
Interface ProxyConfiguration
public interface ProxyConfiguration
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
A static interceptor that guards against method calls before the interceptor is set. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The canonical field name for an interceptor object stored in a proxied object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
$$_serenity_set_interceptor
(Interceptor interceptor) Defines an interceptor object that specifies the behavior of the proxy object.
-
Field Details
-
INTERCEPTOR_FIELD_NAME
The canonical field name for an interceptor object stored in a proxied object.- See Also:
-
-
Method Details
-
$$_serenity_set_interceptor
Defines an interceptor object that specifies the behavior of the proxy object.- Parameters:
interceptor
- The interceptor object.
-