public class DefaultPropertiesConfigParser.TextResourceOrigin extends DefaultPropertiesConfigParser.Origin
| 限定符和类型 | 字段和说明 |
|---|---|
private DefaultPropertiesConfigParser.Location |
location |
private org.springframework.core.io.Resource |
resource |
| 构造器和说明 |
|---|
TextResourceOrigin(org.springframework.core.io.Resource resource,
DefaultPropertiesConfigParser.Location location) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
DefaultPropertiesConfigParser.Location |
getLocation()
Return the location of the property within the source (if known).
|
org.springframework.core.io.Resource |
getResource()
Return the resource where the property originated.
|
int |
hashCode() |
String |
toString() |
fromprivate final org.springframework.core.io.Resource resource
private final DefaultPropertiesConfigParser.Location location
public TextResourceOrigin(org.springframework.core.io.Resource resource,
DefaultPropertiesConfigParser.Location location)
public org.springframework.core.io.Resource getResource()
nullpublic DefaultPropertiesConfigParser.Location getLocation()
nullCopyright © 2021 Zodiac. All rights reserved.