Class EncryptableMutablePropertySourcesWrapper

  • All Implemented Interfaces:
    Iterable<org.springframework.core.env.PropertySource<?>>, org.springframework.core.env.PropertySources

    public class EncryptableMutablePropertySourcesWrapper
    extends org.springframework.core.env.MutablePropertySources
    • Method Detail

      • addFirst

        public void addFirst​(org.springframework.core.env.PropertySource<?> propertySource)
        Overrides:
        addFirst in class org.springframework.core.env.MutablePropertySources
      • addLast

        public void addLast​(org.springframework.core.env.PropertySource<?> propertySource)
        Overrides:
        addLast in class org.springframework.core.env.MutablePropertySources
      • addBefore

        public void addBefore​(String relativePropertySourceName,
                              org.springframework.core.env.PropertySource<?> propertySource)
        Overrides:
        addBefore in class org.springframework.core.env.MutablePropertySources
      • addAfter

        public void addAfter​(String relativePropertySourceName,
                             org.springframework.core.env.PropertySource<?> propertySource)
        Overrides:
        addAfter in class org.springframework.core.env.MutablePropertySources
      • replace

        public void replace​(String name,
                            org.springframework.core.env.PropertySource<?> propertySource)
        Overrides:
        replace in class org.springframework.core.env.MutablePropertySources
      • remove

        public org.springframework.core.env.PropertySource<?> remove​(String name)
        Overrides:
        remove in class org.springframework.core.env.MutablePropertySources