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.bind
Methods 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, @Nullable PlaceholdersResolver placeholdersResolver) Create a newBinderinstance for the specified sources.Binder(Iterable<ConfigurationPropertySource> sources, @Nullable PlaceholdersResolver placeholdersResolver, @Nullable List<ConversionService> conversionServices, @Nullable Consumer<PropertyEditorRegistry> propertyEditorInitializer, @Nullable BindHandler defaultBindHandler, @Nullable BindConstructorProvider constructorProvider) Create a newBinderinstance for the specified sources.Binder(Iterable<ConfigurationPropertySource> sources, @Nullable PlaceholdersResolver placeholdersResolver, @Nullable ConversionService conversionService) Create a newBinderinstance for the specified sources.Binder(Iterable<ConfigurationPropertySource> sources, @Nullable PlaceholdersResolver placeholdersResolver, @Nullable ConversionService conversionService, @Nullable Consumer<PropertyEditorRegistry> propertyEditorInitializer) Create a newBinderinstance for the specified sources.Binder(Iterable<ConfigurationPropertySource> sources, @Nullable PlaceholdersResolver placeholdersResolver, @Nullable ConversionService conversionService, @Nullable Consumer<PropertyEditorRegistry> propertyEditorInitializer, @Nullable BindHandler defaultBindHandler) Create a newBinderinstance for the specified sources.Binder(Iterable<ConfigurationPropertySource> sources, @Nullable PlaceholdersResolver placeholdersResolver, @Nullable ConversionService conversionService, @Nullable Consumer<PropertyEditorRegistry> propertyEditorInitializer, @Nullable BindHandler defaultBindHandler, @Nullable BindConstructorProvider constructorProvider) Create a newBinderinstance for the specified sources. -
Uses of ConfigurationPropertySource in org.springframework.boot.context.properties.bind.handler
Constructor 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.source
Subinterfaces 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.Classes in org.springframework.boot.context.properties.source that implement interfaces with type arguments of type ConfigurationPropertySourceModifier and TypeClassDescriptionclassFunction used to determine if aConfigurationPropertySourceshould be included when determining unbound elements.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 @Nullable ConfigurationPropertySourceConfigurationPropertySource.from(PropertySource<?> source) Return a single newConfigurationPropertySourceadapted from the given SpringPropertySourceornullif the source cannot be adapted.@Nullable ConfigurationPropertySourceConfigurationProperty.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(@Nullable 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<@Nullable 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, @Nullable Object underlyingSource) Get for a specific configuration property source in the specified configuration property sources.