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