public class ConfigGroupEnumerableResource extends org.springframework.core.env.EnumerablePropertySource<ConfigGroup> implements Closeable
| 构造器和说明 |
|---|
ConfigGroupEnumerableResource(ConfigGroup configNode) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
Object |
getProperty(String name) |
String[] |
getPropertyNames() |
public ConfigGroupEnumerableResource(ConfigGroup configNode)
public Object getProperty(String name)
getProperty 在类中 org.springframework.core.env.PropertySource<ConfigGroup>@PreDestroy public void close() throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableIOExceptionpublic String[] getPropertyNames()
getPropertyNames 在类中 org.springframework.core.env.EnumerablePropertySource<ConfigGroup>Copyright © 2018. All rights reserved.