Uses of Interface
org.springframework.boot.context.properties.source.ConfigurationPropertySource
Packages that use ConfigurationPropertySource
Package
Description
Support for 
@ConfigurationProperties binding.General 
BindHandler implementations.Sources for external configuration properties.
- 
Uses of ConfigurationPropertySource in org.springframework.boot.context.properties.bindMethods in org.springframework.boot.context.properties.bind that return types with arguments of type ConfigurationPropertySourceConstructors in org.springframework.boot.context.properties.bind with parameters of type ConfigurationPropertySourceModifierConstructorDescriptionBinder(ConfigurationPropertySource... sources) Create a newBinderinstance for the specified sources.Constructor parameters in org.springframework.boot.context.properties.bind with type arguments of type ConfigurationPropertySourceModifierConstructorDescriptionBinder(Iterable<ConfigurationPropertySource> sources) Create a newBinderinstance for the specified sources.Binder(Iterable<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver) Create a newBinderinstance for the specified sources.Binder(Iterable<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver, List<ConversionService> conversionServices, Consumer<PropertyEditorRegistry> propertyEditorInitializer, BindHandler defaultBindHandler, BindConstructorProvider constructorProvider) Create a newBinderinstance for the specified sources.Binder(Iterable<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver, ConversionService conversionService) Create a newBinderinstance for the specified sources.Binder(Iterable<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver, ConversionService conversionService, Consumer<PropertyEditorRegistry> propertyEditorInitializer) Create a newBinderinstance for the specified sources.Binder(Iterable<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver, ConversionService conversionService, Consumer<PropertyEditorRegistry> propertyEditorInitializer, BindHandler defaultBindHandler) Create a newBinderinstance for the specified sources.Binder(Iterable<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver, ConversionService conversionService, Consumer<PropertyEditorRegistry> propertyEditorInitializer, BindHandler defaultBindHandler, BindConstructorProvider constructorProvider) Create a newBinderinstance for the specified sources.
- 
Uses of ConfigurationPropertySource in org.springframework.boot.context.properties.bind.handlerConstructor parameters in org.springframework.boot.context.properties.bind.handler with type arguments of type ConfigurationPropertySourceModifierConstructorDescriptionNoUnboundElementsBindHandler(BindHandler parent, Function<ConfigurationPropertySource, Boolean> filter) 
- 
Uses of ConfigurationPropertySource in org.springframework.boot.context.properties.sourceSubinterfaces of ConfigurationPropertySource in org.springframework.boot.context.properties.sourceModifier and TypeInterfaceDescriptioninterfaceAConfigurationPropertySourcewith a fullyIterableset of entries.Classes in org.springframework.boot.context.properties.source that implement ConfigurationPropertySourceModifier and TypeClassDescriptionclassAConfigurationPropertySourcebacked by aMapand using standard name mapping rules.Methods in org.springframework.boot.context.properties.source that return ConfigurationPropertySourceModifier and TypeMethodDescriptiondefault ConfigurationPropertySourceConfigurationPropertySource.filter(Predicate<ConfigurationPropertyName> filter) Return a filtered variant of this source, containing only names that match the givenPredicate.static ConfigurationPropertySourceConfigurationPropertySource.from(PropertySource<?> source) Return a single newConfigurationPropertySourceadapted from the given SpringPropertySourceornullif the source cannot be adapted.ConfigurationProperty.getSource()Return theConfigurationPropertySourcethat provided the property ornullif the source is unknown.default ConfigurationPropertySourceConfigurationPropertySource.withAliases(ConfigurationPropertyNameAliases aliases) Return a variant of this source that supports name aliases.default ConfigurationPropertySourceConfigurationPropertySource.withPrefix(String prefix) Return a variant of this source that supports a prefix.Methods in org.springframework.boot.context.properties.source that return types with arguments of type ConfigurationPropertySourceModifier and TypeMethodDescriptionstatic Iterable<ConfigurationPropertySource>ConfigurationPropertySources.from(Iterable<PropertySource<?>> sources) ReturnIterablecontaining newConfigurationPropertySourceinstances adapted from the given SpringPropertySources.static Iterable<ConfigurationPropertySource>ConfigurationPropertySources.from(PropertySource<?> source) ReturnIterablecontaining a single newConfigurationPropertySourceadapted from the given SpringPropertySource.static Iterable<ConfigurationPropertySource>ConfigurationPropertySources.get(Environment environment) Return a set ofConfigurationPropertySourceinstances that have previously beenattachedto theEnvironment.Methods in org.springframework.boot.context.properties.source with parameters of type ConfigurationPropertySourceModifier and TypeMethodDescriptionUnboundElementsSourceFilter.apply(ConfigurationPropertySource configurationPropertySource) Method parameters in org.springframework.boot.context.properties.source with type arguments of type ConfigurationPropertySourceModifier and TypeMethodDescriptionstatic ConfigurationPropertyCachingConfigurationPropertyCaching.get(Iterable<ConfigurationPropertySource> sources) Get for all specified configuration property sources.static ConfigurationPropertyCachingConfigurationPropertyCaching.get(Iterable<ConfigurationPropertySource> sources, Object underlyingSource) Get for a specific configuration property source in the specified configuration property sources.