| 构造器和说明 |
|---|
ConfigTree(org.springframework.core.env.ConfigurableEnvironment environment,
String prefix) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsProperty(String key) |
String |
getPrefix() |
Map<String,Object> |
getProperties() |
<T> T |
getProperty(String key) |
<T> T |
getProperty(String key,
T defaultValue) |
ConfigTree |
subTree(String prefix) |
public ConfigTree(org.springframework.core.env.ConfigurableEnvironment environment,
String prefix)
Copyright © 2013–2018. All rights reserved.