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>>

    EncryptableConfigurationPropertySourcesPropertySource class.

    Version:
    $Id: $Id
    Author:
    Sergio.U.Bocchio
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource

        org.springframework.core.env.PropertySource.StubPropertySource
    • Field Summary

      • Fields inherited from class org.springframework.core.env.PropertySource

        logger, name, source
    • Constructor Summary

      Constructors 
      Constructor Description
      EncryptableConfigurationPropertySourcesPropertySource​(org.springframework.core.env.PropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>> delegate)
      Constructor for EncryptableConfigurationPropertySourcesPropertySource.
    • Constructor Detail

      • EncryptableConfigurationPropertySourcesPropertySource

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

        Constructor for EncryptableConfigurationPropertySourcesPropertySource.

        Parameters:
        delegate - a PropertySource object
    • Method Detail

      • getDelegate

        public org.springframework.core.env.PropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>> getDelegate()

        getDelegate.

        Specified by:
        getDelegate in interface EncryptablePropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>
        Returns:
        a PropertySource object
      • getProperty

        public Object getProperty​(String name)

        getProperty.

        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>>
        Parameters:
        name - a String object
        Returns:
        a Object object
      • 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>