Class EncryptableConfigurationPropertySourcesPropertySource

  • All Implemented Interfaces:
    EncryptablePropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>, org.springframework.boot.origin.OriginLookup<String>

    public class EncryptableConfigurationPropertySourcesPropertySource
    extends org.springframework.core.env.PropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>
    implements EncryptablePropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>
    • Constructor Detail

      • EncryptableConfigurationPropertySourcesPropertySource

        public EncryptableConfigurationPropertySourcesPropertySource​(org.springframework.core.env.PropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>> delegate)
    • Method Detail

      • getDelegate

        public org.springframework.core.env.PropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>> getDelegate()
        Specified by:
        getDelegate in interface EncryptablePropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>
      • getProperty

        public Object getProperty​(String name)
        Specified by:
        getProperty in interface EncryptablePropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>
        Specified by:
        getProperty in class org.springframework.core.env.PropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>
      • getOrigin

        public org.springframework.boot.origin.Origin getOrigin​(String name)
        Specified by:
        getOrigin in interface EncryptablePropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>
        Specified by:
        getOrigin in interface org.springframework.boot.origin.OriginLookup<String>