Class OriginTrackedCompositePropertySource
- java.lang.Object
-
- org.springframework.core.env.PropertySource<T>
-
- org.springframework.core.env.EnumerablePropertySource<Object>
-
- org.springframework.core.env.CompositePropertySource
-
- com.ulisesbocchio.jasyptspringboot.wrapper.OriginTrackedCompositePropertySource
-
- All Implemented Interfaces:
org.springframework.boot.origin.OriginLookup<String>
public class OriginTrackedCompositePropertySource extends org.springframework.core.env.CompositePropertySource implements org.springframework.boot.origin.OriginLookup<String>
OriginTrackedCompositePropertySource class.
- Version:
- $Id: $Id
- Author:
- Sergio.U.Bocchio
-
-
Constructor Summary
Constructors Constructor Description OriginTrackedCompositePropertySource(String name)Create a newCompositePropertySource.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.boot.origin.OrigingetOrigin(String name)-
Methods inherited from class org.springframework.core.env.CompositePropertySource
addFirstPropertySource, addPropertySource, containsProperty, getProperty, getPropertyNames, getPropertySources, toString
-
Methods inherited from class org.springframework.core.env.PropertySource
equals, getName, getSource, hashCode, named
-
-
-
-
Constructor Detail
-
OriginTrackedCompositePropertySource
public OriginTrackedCompositePropertySource(String name)
Create a newCompositePropertySource.- Parameters:
name- the name of the property source
-
-