| Modifier and Type | Class and Description |
|---|---|
class |
GuiceTweaker
Spincast plugin made available through a ThreadLocal.
|
class |
SpincastCorePlugin
Spincast core plugin
|
class |
SpincastPluginBase
Suggested base class for a Spincast plugin.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<SpincastPlugin> |
GuiceTweaker.getExtraPlugins() |
| Modifier and Type | Method and Description |
|---|---|
void |
GuiceTweaker.plugin(SpincastPlugin plugin)
Adds an extra plugin to be applied when
the Guice context is created.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<SpincastPlugin> |
SpincastBootstrapper.getDefaultPlugins()
Returns the default plugins, except those already
bound.
|
protected List<SpincastPlugin> |
SpincastBootstrapper.getDefaultPlugins(boolean addCodePlugin)
Returns the default plugins, except those already
bound.
|
protected List<SpincastPlugin> |
SpincastBootstrapper.getPlugins() |
| Modifier and Type | Method and Description |
|---|---|
SpincastBootstrapper |
SpincastBootstrapper.plugin(SpincastPlugin plugin)
Adds a plugin.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SpincastBootstrapper.pluginBound(Class<? extends SpincastPlugin> clazz) |
SpincastBootstrapper |
SpincastBootstrapper.plugins(List<SpincastPlugin> plugins)
Adds some plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastAttemptsLimiterPlugin
Spincast Attempts Limiter plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastConfigPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastCryptoPlugin
Spincast Crypto plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastDateFormatterPlugin
Spincast Date Formatter plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastDictionaryPlugin
Spincast Dictionary plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastFlywayUtilsPlugin
Spincast Flyway Utils plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastFormsProtectionPlugin
Spincast Forms Protection plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastGsonPlugin
Spincast Gson plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastHotSwapPlugin
Spincast HotSwap plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastHttpCachingPlugin
Spincast HTTP Caching plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastHttpClientPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastHttpClientWithWebsocketPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastJacksonJsonPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastJacksonXmlPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastJdbcPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastLocaleResolverPlugin
Spincast Locale Resolver plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastLogbackUtilsPlugin
Spincast Logback Utils plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastOpenApiBottomUpPlugin
Spincast Open API BottomUp plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastPebblePlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastProcessUtilsPlugin
Spincast Process Utils plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastRequestPlugin
Guice module for the Spincast Request plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastResponsePlugin
Spincast Response plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastRoutingPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastScheduledTasksPlugin
Spincast Scheduled Tasks plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastSessionPlugin
Spincast Session plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastSwaggerUiPlugin
Spincast SWagger UI plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastTemplatingAddonPlugin
Spincast Templating Addon plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastTimeZoneResolverPlugin
Spincast TimeZone Resolver plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastUndertowPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastVariablesPlugin
Spincast Variables plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastWatermarkerPlugin
Spincast Watermarker plugin.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<SpincastPlugin> |
AppBasedTestingBase.getExtraPlugins()
The extra required plugins.
|
protected List<SpincastPlugin> |
SpincastTestBase.getGuiceTweakerExtraPlugins()
Extra plugins to be added by the Guice Tweaker.
|
protected List<SpincastPlugin> |
AppBasedTestingBase.getGuiceTweakerExtraPlugins()
The extra required plugins.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<SpincastPlugin> |
NoAppCustomContextTypesTestingBase.getExtraPlugins()
The extra required plugins.
|
protected List<SpincastPlugin> |
NoAppCustomContextTypesTestingBase.getGuiceTweakerExtraPlugins()
We make this final to stay consistent with the
AppBasedTestingBase testing hierarchy:
to add extra plugins, you also need to override the
NoAppCustomContextTypesTestingBase.getExtraPlugins() method here... |
Copyright © 2019. All rights reserved.