Uses of Interface
org.springframework.core.env.PropertyResolver
Packages that use PropertyResolver
Package
Description
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
Generic abstraction for (file-based) resources, used throughout the framework.
Support classes for Spring's resource abstraction.
-
Uses of PropertyResolver in org.springframework.core.env
Subinterfaces of PropertyResolver in org.springframework.core.envModifier and TypeInterfaceDescriptioninterfaceConfiguration interface to be implemented by most if not allEnvironmenttypes.interfaceConfiguration interface to be implemented by most if not allPropertyResolvertypes.interfaceInterface representing the environment in which the current application is running.Classes in org.springframework.core.env that implement PropertyResolverModifier 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. -
Uses of PropertyResolver in org.springframework.core.io
Constructors in org.springframework.core.io with parameters of type PropertyResolverModifierConstructorDescriptionResourceEditor(ResourceLoader resourceLoader, PropertyResolver propertyResolver) Create a new instance of theResourceEditorclass using the givenResourceLoaderandPropertyResolver.ResourceEditor(ResourceLoader resourceLoader, PropertyResolver propertyResolver, boolean ignoreUnresolvablePlaceholders) Create a new instance of theResourceEditorclass using the givenResourceLoader. -
Uses of PropertyResolver in org.springframework.core.io.support
Constructors in org.springframework.core.io.support with parameters of type PropertyResolverModifierConstructorDescriptionResourceArrayPropertyEditor(ResourcePatternResolver resourcePatternResolver, PropertyResolver propertyResolver) Create a new ResourceArrayPropertyEditor with the givenResourcePatternResolverandPropertyResolver(typically anEnvironment).ResourceArrayPropertyEditor(ResourcePatternResolver resourcePatternResolver, PropertyResolver propertyResolver, boolean ignoreUnresolvablePlaceholders) Create a new ResourceArrayPropertyEditor with the givenResourcePatternResolverandPropertyResolver(typically anEnvironment).