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
ConstructorsConstructorDescriptionEncryptableConfigurationPropertySourcesPropertySource(org.springframework.core.env.PropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>> delegate) Constructor for EncryptableConfigurationPropertySourcesPropertySource. -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.env.PropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>getDelegate.org.springframework.boot.origin.OrigingetProperty(String name) getProperty.voidrefresh()refresh.Methods inherited from class org.springframework.core.env.PropertySource
containsProperty, equals, getName, getSource, hashCode, named, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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- aPropertySourceobject
-
-
Method Details
-
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
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
- Specified by:
getOriginin interfaceEncryptablePropertySource<Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource>>- Specified by:
getOriginin interfaceorg.springframework.boot.origin.OriginLookup<String>
-