Interface | Description |
---|---|
InvocationSwitcher |
The InvocationSwitcher is used in conjunction with the
SwitchingInvocationHandler . |
Class | Description |
---|---|
AbstractDelegatedMethodInterceptor<T> | |
AppPropertiesInvocationSwitcherImpl |
An
InvocationSwitcher whose return value comes from a specific flag in ApplicationProperties . |
SwitchingInvocationAdapter<T> |
The SwitchingInvocationAdapter returns a proxy that allows for dynamic determination of
which class implementation to be called on when invoking a specified method.
|
SwitchingInvocationHandler<T> |
An
InvocationHandler that switches between two delegates (an "enabled" one and
a "disabled" one), based on the return value of InvocationSwitcher.isEnabled() . |
Copyright © 2002-2019 Atlassian. All Rights Reserved.