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 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 String INTERCEPTOR_FIELD_NAME
void $$_serenity_set_interceptor(Interceptor interceptor)
interceptor
- The interceptor object.Copyright © 2021. All rights reserved.