T - the source typepublic interface PropertySource<T>
The underlying source object may be of any type T that encapsulates
properties such as Properties objects, Map objects,
even with zookeeper remote config source.
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsProperty(String property) |
List<String> |
getAllPropertyNames() |
String |
getName() |
Optional<Object> |
getProperty(String property) |
T |
getSource() |
Copyright © 2021. All rights reserved.