public interface ProxyConfiguration
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProxyConfiguration.InterceptorDispatcher
A static interceptor that guards against method calls before the interceptor is set.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INTERCEPTOR_FIELD_NAME
The canonical field name for an interceptor object stored in a proxied object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
$$_serenity_set_interceptor(Interceptor interceptor)
Defines an interceptor object that specifies the behavior of the proxy object.
|
static final java.lang.String INTERCEPTOR_FIELD_NAME
void $$_serenity_set_interceptor(Interceptor interceptor)
interceptor - The interceptor object.