Class PropertyPlaceholderStringValueResolver

  • All Implemented Interfaces:
    org.springframework.util.StringValueResolver

    public class PropertyPlaceholderStringValueResolver
    extends Object
    implements org.springframework.util.StringValueResolver
    • Constructor Detail

      • PropertyPlaceholderStringValueResolver

        public PropertyPlaceholderStringValueResolver​(Map<String,​Object> propertyMap,
                                                      boolean ignoreUnresolvableProperties,
                                                      SystemPropertyMode systemPropertyMode,
                                                      boolean searchSystemEnvironment)
                                               throws org.springframework.beans.BeansException
        Throws:
        org.springframework.beans.BeansException
    • Method Detail

      • resolveStringValue

        public String resolveStringValue​(String property)
                                  throws org.springframework.beans.BeansException
        Specified by:
        resolveStringValue in interface org.springframework.util.StringValueResolver
        Throws:
        org.springframework.beans.BeansException