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