Package org.springframework.boot.origin
Class TextResourceOrigin
java.lang.Object
org.springframework.boot.origin.TextResourceOrigin
- All Implemented Interfaces:
- Origin
Origin for an item loaded from a text resource. Provides access to the original
 Resource that loaded the text and a TextResourceOrigin.Location within it. If the provided
 resource provides an Origin (e.g. it is an OriginTrackedResource), then
 it will be used as the origin parent.- Since:
- 2.0.0
- Author:
- Madhura Bhave, Phillip Webb
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classA location (line and column number) within the resource.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
TextResourceOrigin
 
- 
- 
Method Details- 
getResourceReturn the resource where the property originated.- Returns:
- the text resource or null
 
- 
getLocationReturn the location of the property within the source (if known).- Returns:
- the location or null
 
- 
getParentDescription copied from interface:OriginReturn the parent origin for this instance if there is one. The parent origin provides the origin of the item that created this one.
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-