Uses of Interface
org.springframework.core.env.PropertySources
Packages that use PropertySources
Package
Description
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
-
Uses of PropertySources in org.springframework.context.support
Methods in org.springframework.context.support that return PropertySourcesModifier and TypeMethodDescriptionPropertySourcesPlaceholderConfigurer.getAppliedPropertySources()Return the property sources that were actually applied duringpost-processing.Methods in org.springframework.context.support with parameters of type PropertySourcesModifier and TypeMethodDescriptionvoidPropertySourcesPlaceholderConfigurer.setPropertySources(PropertySources propertySources) Customize the set ofPropertySourcesto be used by this configurer. -
Uses of PropertySources in org.springframework.core.env
Classes in org.springframework.core.env that implement PropertySourcesModifier and TypeClassDescriptionclassThe default implementation of thePropertySourcesinterface.Constructors in org.springframework.core.env with parameters of type PropertySourcesModifierConstructorDescriptionMutablePropertySources(PropertySources propertySources) Create a newMutablePropertySourcesfrom the given propertySources object, preserving the original order of containedPropertySourceobjects.PropertySourcesPropertyResolver(PropertySources propertySources) Create a new resolver against the given property sources.