Class MutableConfigurablePropertyResolver

  • All Implemented Interfaces:
    org.springframework.core.env.ConfigurablePropertyResolver, org.springframework.core.env.PropertyResolver

    public class MutableConfigurablePropertyResolver
    extends Object
    implements org.springframework.core.env.ConfigurablePropertyResolver
    Author:
    boccs002
    • Constructor Summary

      Constructors 
      Constructor Description
      MutableConfigurablePropertyResolver​(org.springframework.core.env.MutablePropertySources propertySources, Function<org.springframework.core.env.MutablePropertySources,​org.springframework.core.env.ConfigurablePropertyResolver> factory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setPropertySources​(org.springframework.core.env.MutablePropertySources propertySources)  
      • Methods inherited from interface org.springframework.core.env.ConfigurablePropertyResolver

        getConversionService, setConversionService, setIgnoreUnresolvableNestedPlaceholders, setPlaceholderPrefix, setPlaceholderSuffix, setRequiredProperties, setValueSeparator, validateRequiredProperties
      • Methods inherited from interface org.springframework.core.env.PropertyResolver

        containsProperty, getProperty, getProperty, getProperty, getProperty, getRequiredProperty, getRequiredProperty, resolvePlaceholders, resolveRequiredPlaceholders
    • Constructor Detail

      • MutableConfigurablePropertyResolver

        public MutableConfigurablePropertyResolver​(org.springframework.core.env.MutablePropertySources propertySources,
                                                   Function<org.springframework.core.env.MutablePropertySources,​org.springframework.core.env.ConfigurablePropertyResolver> factory)
    • Method Detail

      • setPropertySources

        public void setPropertySources​(org.springframework.core.env.MutablePropertySources propertySources)