Package org.springframework.boot.origin
Class PropertySourceOrigin
java.lang.Object
org.springframework.boot.origin.PropertySourceOrigin
- All Implemented Interfaces:
- Origin
Origin from a PropertySource.- Since:
- 2.0.0
- Author:
- Phillip Webb
- 
Constructor SummaryConstructorsConstructorDescriptionPropertySourceOrigin(PropertySource<?> propertySource, String propertyName) Create a newPropertySourceOrigininstance.
- 
Method SummaryModifier and TypeMethodDescriptionstatic Originget(PropertySource<?> propertySource, String name) Return the property name that was used when obtaining the original value from theproperty source.Return the originPropertySource.toString()
- 
Constructor Details- 
PropertySourceOriginCreate a newPropertySourceOrigininstance.- Parameters:
- propertySource- the property source
- propertyName- the name from the property source
 
 
- 
- 
Method Details- 
getPropertySourceReturn the originPropertySource.- Returns:
- the origin property source
 
- 
getPropertyNameReturn the property name that was used when obtaining the original value from theproperty source.- Returns:
- the origin property name
 
- 
toString
- 
getGet anOriginfor the givenPropertySourceandpropertyName. Will either return anOriginLookupresult or aPropertySourceOrigin.- Parameters:
- propertySource- the origin property source
- name- the property name
- Returns:
- the property origin
 
 
-