Uses of Interface
org.springframework.boot.context.properties.source.ConfigurationPropertySource
Package
Description
Support for
@ConfigurationProperties
binding.General
BindHandler
implementations.Sources for external configuration properties.
-
Uses of ConfigurationPropertySource in org.springframework.boot.context.properties.bind
ModifierConstructorDescriptionBinder
(ConfigurationPropertySource... sources) Create a newBinder
instance for the specified sources.ModifierConstructorDescriptionBinder
(Iterable<ConfigurationPropertySource> sources) Create a newBinder
instance for the specified sources.Binder
(Iterable<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver) Create a newBinder
instance for the specified sources.Binder
(Iterable<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver, List<ConversionService> conversionServices, Consumer<PropertyEditorRegistry> propertyEditorInitializer, BindHandler defaultBindHandler, BindConstructorProvider constructorProvider) Create a newBinder
instance for the specified sources.Binder
(Iterable<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver, ConversionService conversionService) Create a newBinder
instance for the specified sources.Binder
(Iterable<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver, ConversionService conversionService, Consumer<PropertyEditorRegistry> propertyEditorInitializer) Create a newBinder
instance for the specified sources.Binder
(Iterable<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver, ConversionService conversionService, Consumer<PropertyEditorRegistry> propertyEditorInitializer, BindHandler defaultBindHandler) Create a newBinder
instance for the specified sources.Binder
(Iterable<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver, ConversionService conversionService, Consumer<PropertyEditorRegistry> propertyEditorInitializer, BindHandler defaultBindHandler, BindConstructorProvider constructorProvider) Create a newBinder
instance for the specified sources. -
Uses of ConfigurationPropertySource in org.springframework.boot.context.properties.bind.handler
ModifierConstructorDescriptionNoUnboundElementsBindHandler
(BindHandler parent, Function<ConfigurationPropertySource, Boolean> filter) -
Uses of ConfigurationPropertySource in org.springframework.boot.context.properties.source
Modifier and TypeInterfaceDescriptioninterface
AConfigurationPropertySource
with a fullyIterable
set of entries.Modifier and TypeClassDescriptionclass
AConfigurationPropertySource
backed by aMap
and using standard name mapping rules.Modifier and TypeMethodDescriptiondefault ConfigurationPropertySource
ConfigurationPropertySource.filter
(Predicate<ConfigurationPropertyName> filter) Return a filtered variant of this source, containing only names that match the givenPredicate
.static ConfigurationPropertySource
ConfigurationPropertySource.from
(PropertySource<?> source) Return a single newConfigurationPropertySource
adapted from the given SpringPropertySource
ornull
if the source cannot be adapted.ConfigurationProperty.getSource()
Return theConfigurationPropertySource
that provided the property ornull
if the source is unknown.default ConfigurationPropertySource
ConfigurationPropertySource.withAliases
(ConfigurationPropertyNameAliases aliases) Return a variant of this source that supports name aliases.default ConfigurationPropertySource
ConfigurationPropertySource.withPrefix
(String prefix) Return a variant of this source that supports a prefix.Modifier and TypeMethodDescriptionstatic Iterable<ConfigurationPropertySource>
ConfigurationPropertySources.from
(Iterable<PropertySource<?>> sources) ReturnIterable
containing newConfigurationPropertySource
instances adapted from the given SpringPropertySources
.static Iterable<ConfigurationPropertySource>
ConfigurationPropertySources.from
(PropertySource<?> source) ReturnIterable
containing a single newConfigurationPropertySource
adapted from the given SpringPropertySource
.static Iterable<ConfigurationPropertySource>
ConfigurationPropertySources.get
(Environment environment) Return a set ofConfigurationPropertySource
instances that have previously beenattached
to theEnvironment
.Modifier and TypeMethodDescriptionUnboundElementsSourceFilter.apply
(ConfigurationPropertySource configurationPropertySource) Modifier and TypeMethodDescriptionstatic ConfigurationPropertyCaching
ConfigurationPropertyCaching.get
(Iterable<ConfigurationPropertySource> sources) Get for all specified configuration property sources.static ConfigurationPropertyCaching
ConfigurationPropertyCaching.get
(Iterable<ConfigurationPropertySource> sources, Object underlyingSource) Get for a specific configuration property source in the specified configuration property sources.