Class StandardConfigDataResource
java.lang.Object
org.springframework.boot.context.config.ConfigDataResource
org.springframework.boot.context.config.StandardConfigDataResource
ConfigDataResource backed by a Resource.- Since:
- 2.4.0
- Author:
- Madhura Bhave, Phillip Webb
- 
Method Details- 
getResourceReturn the underlying SpringResourcebeing loaded.- Returns:
- the underlying resource
- Since:
- 2.4.2
 
- 
getProfileReturn the profile ornullif the resource is not profile specific.- Returns:
- the profile or null
- Since:
- 2.4.6
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-