Class PropertyProcessorChain
- java.lang.Object
-
- org.springframework.core.env.PropertySource<T>
-
- org.springframework.core.env.EnumerablePropertySource<Object>
-
- com.cyberark.conjur.springboot.service.PropertyProcessorChain
-
- Direct Known Subclasses:
CustomPropertySourceChain,DefaultPropertySourceChain
public abstract class PropertyProcessorChain extends org.springframework.core.env.EnumerablePropertySource<Object>
PropertySource to be used as a placeholder in cases where an actual property source cannot be eagerly initialized at application context creation time.
-
-
Constructor Summary
Constructors Constructor Description PropertyProcessorChain(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetProperty(String name)Method which resolves @value annotation queries and return result in the form of byte array.voidsetNextChain(PropertyProcessorChain processChain)-
Methods inherited from class org.springframework.core.env.EnumerablePropertySource
containsProperty, getPropertyNames
-
-
-
-
Constructor Detail
-
PropertyProcessorChain
public PropertyProcessorChain(String name)
-
-
Method Detail
-
setNextChain
public void setNextChain(PropertyProcessorChain processChain)
-
-