public class SystemEnvConfigSource extends AbstractConfigSource
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| 构造器和说明 |
|---|
SystemEnvConfigSource() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
doGetConfig(String key) |
String |
getName() |
int |
getOrder()
Get the order value of this object.
|
boolean |
hasKey(String key) |
changeValueType, getConfig, getEffectiveKey, getStringConfigpublic String doGetConfig(String key)
doGetConfig 在类中 AbstractConfigSourcepublic boolean hasKey(String key)
hasKey 在类中 AbstractConfigSourcepublic String getName()
public int getOrder()
OrderedHigher values are interpreted as lower priority. As a consequence,
the object with the lowest value has the highest priority (somewhat
analogous to Servlet load-on-startup values).
Same order values will result in arbitrary sort positions for the affected objects.
Ordered.HIGHEST_PRECEDENCE,
Ordered.LOWEST_PRECEDENCECopyright © 2021. All rights reserved.