Uses of Interface
org.springframework.core.env.ConfigurablePropertyResolver
Packages that use ConfigurablePropertyResolver
Package
Description
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
-
Uses of ConfigurablePropertyResolver in org.springframework.core.env
Subinterfaces of ConfigurablePropertyResolver in org.springframework.core.envModifier and TypeInterfaceDescriptioninterfaceConfiguration interface to be implemented by most if not allEnvironmenttypes.Classes in org.springframework.core.env that implement ConfigurablePropertyResolverModifier and TypeClassDescriptionclassAbstract base class forEnvironmentimplementations.classAbstract base class for resolving properties against any underlying source.classPropertyResolverimplementation that resolves property values against an underlying set ofPropertySources.classEnvironmentimplementation suitable for use in 'standard' (i.e.Methods in org.springframework.core.env that return ConfigurablePropertyResolverModifier and TypeMethodDescriptionprotected ConfigurablePropertyResolverAbstractEnvironment.createPropertyResolver(MutablePropertySources propertySources) Factory method used to create theConfigurablePropertyResolverused by thisEnvironment.protected final ConfigurablePropertyResolverAbstractEnvironment.getPropertyResolver()Return theConfigurablePropertyResolverused by theEnvironment.