| Interface | Description |
|---|---|
| InvocationSwitcher |
The InvocationSwitcher is used in conjunction with the
SwitchingInvocationHandler. |
| Class | Description |
|---|---|
| AbstractComponentAdaptor<T> |
A convenience class for implementing a Pico
ComponentAdapter. |
| AbstractDelegatedMethodInterceptor<T> | |
| AbstractSwitchingInvocationAdaptor<T> | |
| AppPropertiesComponentAdaptor<T> |
A Pico
ComponentAdapter that switches between two implementations of
a given interface based on whether a particular flag is set in ApplicationProperties. |
| AppPropertiesInvocationSwitcherImpl |
An
InvocationSwitcher whose return value comes from a specific flag in ApplicationProperties. |
| DateTimeFormatterProvider | |
| I18nHelperProvider | |
| PicoContainerFactory |
Factory methods for setting up Pico with behaviours desired in Jira.
|
| SimpleSwitchingComponentAdaptor<T> |
A simple component adapter that will pull the implementation of the object from the container.
|
| 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> |
Copyright © 2002-2018 Atlassian. All Rights Reserved.