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
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.env.PropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>getDelegate()getDelegate.org.springframework.boot.origin.OrigingetOrigin(String name)ObjectgetProperty(String name)getProperty.voidrefresh()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 Detail
-
EncryptableConfigurationPropertySourcesPropertySource
public EncryptableConfigurationPropertySourcesPropertySource(org.springframework.core.env.PropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>> delegate)
Constructor for EncryptableConfigurationPropertySourcesPropertySource.
- Parameters:
delegate- aPropertySourceobject
-
-
Method Detail
-
getDelegate
public org.springframework.core.env.PropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>> getDelegate()
getDelegate.
- Specified by:
getDelegatein interfaceEncryptablePropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>- Returns:
- a
PropertySourceobject
-
refresh
public void refresh()
refresh.
- Specified by:
refreshin interfaceEncryptablePropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>
-
getProperty
public Object getProperty(String name)
getProperty.
- Specified by:
getPropertyin interfaceEncryptablePropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>- Specified by:
getPropertyin classorg.springframework.core.env.PropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>- Parameters:
name- aStringobject- Returns:
- a
Objectobject
-
getOrigin
public org.springframework.boot.origin.Origin getOrigin(String name)
- Specified by:
getOriginin interfaceEncryptablePropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>- Specified by:
getOriginin interfaceorg.springframework.boot.origin.OriginLookup<String>
-
-