Class EncryptableConfigurationPropertySourcesPropertySource

java.lang.Object
org.springframework.core.env.PropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>
com.ulisesbocchio.jasyptspringboot.wrapper.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.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.core.env.PropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>
    getDelegate.
    org.springframework.boot.origin.Origin
    getProperty.
    void
    refresh.

    Methods inherited from class org.springframework.core.env.PropertySource

    containsProperty, equals, getName, getSource, hashCode, named, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.ulisesbocchio.jasyptspringboot.EncryptablePropertySource

    getPrefix, getProperty, isImmutable
  • Constructor Details

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

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

      public void refresh()

      refresh.

      Specified by:
      refresh in interface EncryptablePropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>
    • 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>