public class StandardConfigDataResource extends ConfigDataResource
ConfigDataResource
backed by a Resource
.Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
org.springframework.core.io.Resource |
getResource()
Return the underlying Spring
Resource being loaded. |
int |
hashCode() |
java.lang.String |
toString() |
public org.springframework.core.io.Resource getResource()
Resource
being loaded.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object