Interface | Description |
---|---|
ConfigurationSource |
A
ConfigurationSource knows how to read a particular data store, holds details about where and how configuration items are loaded. |
ConfigurationSourceBuilder |
Builder interface for
ConfigurationSource instances. |
ConfigurationSourceType |
Implement this in an enum to add more
ConfigurationSourceType types. |
DefinitionProviderWrapperWithProxyFallback.WithDelegate<T> |
Allows to set a main delegate for the wrapper (decorated definition).
|
DefinitionProviderWrapperWithProxyFallback.WithFallback<T> |
Allows to set a fallback for the decorated definition method invocations.
|
Class | Description |
---|---|
AbstractConfigurationSourceBuilder |
Abstract builder for
ConfigurationSource instances. |
ConfigurationSourceFactory |
This factory provides builders for the default
ConfigurationSource implementations. |
DefinitionProviderWrapperWithProxyFallback<T> |
Encourages
DefinitionProviderWrapperWithProxyFallback.get() method implementation in such a way that it's result uses a 'decorated super-result' as a
safety net for unsuccessful method calls. |
DefinitionProviderWrapperWithProxyFallback.DirectDelegator |
Merely delegates to the bean coming from the wrapped definition provider.
|
DefinitionProviderWrapperWithProxyFallback.FallbackInterceptor |
Delegates to the bean coming from the wrapped definition provider or to the fallback definition in case the return value is null.
|
Deprecation |
Object representation of
MgnlDeprecated . |
Deprecation.Builder |
Builder for
Deprecation . |
MapBasedDefinitionProviderWrapper<T> |
definition provider wrapper which constructs a new version of a provided bean from a Map . |
Enum | Description |
---|---|
ConfigurationSourceTypes |
Basic
ConfigurationSourceType s we know of in core. |
Copyright © 2003–2021 Magnolia International Ltd.. All rights reserved.