Class PropertyValueDescriptor
- java.lang.Object
-
- org.springframework.cloud.config.environment.PropertyValueDescriptor
-
public final class PropertyValueDescriptor extends Object
A description of a property's value, including its origin if available.
-
-
Constructor Summary
Constructors Constructor Description PropertyValueDescriptor(Object value, String origin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOrigin()ObjectgetValue()voidsetOrigin(String origin)StringtoString()Places in config server call to string expecting to get the value.
-