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
- 
getResource
Return the underlying SpringResourcebeing loaded.- Returns:
 - the underlying resource
 - Since:
 - 2.4.2
 
 - 
getProfile
Return the profile ornullif the resource is not profile specific.- Returns:
 - the profile or 
null - Since:
 - 2.4.6
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -