Class PropertySourcesConfig

  • All Implemented Interfaces:
    grails.config.Config, grails.config.ConfigMap, java.lang.Iterable<java.util.Map.Entry<java.lang.String,​java.lang.Object>>, java.util.Map<java.lang.String,​java.lang.Object>, org.springframework.core.env.PropertyResolver

    public class PropertySourcesConfig
    extends NavigableMapConfig
    Since:
    3.0
    • Field Detail

      • propertySources

        protected org.springframework.core.env.PropertySources propertySources
      • propertySourcesPropertyResolver

        protected org.springframework.core.env.PropertySourcesPropertyResolver propertySourcesPropertyResolver
    • Constructor Detail

      • PropertySourcesConfig

        public PropertySourcesConfig​(org.springframework.core.env.PropertySources propertySources)
      • PropertySourcesConfig

        public PropertySourcesConfig()
      • PropertySourcesConfig

        public PropertySourcesConfig​(java.util.Map<java.lang.String,​java.lang.Object> mapPropertySource)
      • PropertySourcesConfig

        public PropertySourcesConfig​(org.springframework.core.env.PropertySource propertySource)
    • Method Detail

      • getPropertySources

        public org.springframework.core.env.PropertySources getPropertySources()
      • refresh

        public void refresh()
      • initializeFromPropertySources

        protected void initializeFromPropertySources​(org.springframework.core.env.PropertySources propertySources)
      • setClassLoader

        public void setClassLoader​(java.lang.ClassLoader classLoader)
      • setConversionService

        public void setConversionService​(org.springframework.core.convert.support.ConfigurableConversionService conversionService)
      • resolvePlaceholders

        public java.lang.String resolvePlaceholders​(java.lang.String text)
      • resolveRequiredPlaceholders

        public java.lang.String resolveRequiredPlaceholders​(java.lang.String text)
                                                     throws java.lang.IllegalArgumentException
        Throws:
        java.lang.IllegalArgumentException