| 限定符和类型 | 方法和说明 |
|---|---|
static MatchMode |
MatchMode.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MatchMode[] |
MatchMode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static PropertyFilter |
PropertyFilters.matches(String substr,
MatchMode matchMode) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <V> void |
MapUtils.copyKeys(Map<String,V> map,
String substr,
MatchMode matchMode,
Map<String,V> target) |
static void |
MapUtils.copyProperties(Properties src,
String substr,
MatchMode matchMode,
Map<String,String> dest) |
static void |
MapUtils.copyProperties(Properties src,
String substr,
MatchMode matchMode,
Properties dest) |
static <K> void |
MapUtils.copyValues(Map<K,String> map,
String substr,
MatchMode matchMode,
Map<K,String> target) |
static Map<String,String> |
MapUtils.toMap(Properties src,
String substr,
MatchMode matchMode) |
Map<String,String> |
RefreshingProperties.toMap(String substr,
MatchMode mode) |
static <V> Map<String,V> |
MapUtils.toMatchedKeyMap(Map<String,V> m,
String substr,
MatchMode matchMode) |
static <K> Map<K,String> |
MapUtils.toMatchedValueMap(Map<K,String> m,
String substr,
MatchMode matchMode) |
| 限定符和类型 | 方法和说明 |
|---|---|
BasicProperties |
BasicProperties.filter(String substr,
MatchMode mode) |
Map<String,String> |
RefreshingIniConfig.get(String section,
String substr,
MatchMode mode) |
Map<String,String> |
RealtimeRefreshingIniConfig.get(String section,
String substr,
MatchMode mode) |
Map<String,String> |
IniConfig.get(String section,
String substr,
MatchMode mode) |
Map<String,String> |
BasicIniConfig.get(String section,
String substr,
MatchMode mode) |
static Properties |
PropertiesUtils.getProperties(String name,
ClassLoader loader,
String substr,
MatchMode matchMode) |
static Properties |
PropertiesUtils.getProperties(String name,
String substr,
MatchMode matchMode) |
static Map<String,String> |
ResourceUtils.getResource(String name,
ClassLoader loader,
String substr,
MatchMode matchMode) |
static Map<String,String> |
ResourceUtils.getResource(String name,
String substr,
MatchMode matchMode) |
Map<String,String> |
Resource.toMap(String substr,
MatchMode mode) |
Map<String,String> |
RefreshingResource.toMap(String substr,
MatchMode mode) |
Map<String,String> |
RealtimeRefreshingResource.toMap(String substr,
MatchMode mode) |
Map<String,String> |
BasicProperties.toMap(String substr,
MatchMode mode) |
| 限定符和类型 | 方法和说明 |
|---|---|
static MethodFilter |
MethodFilters.matches(String substr,
MatchMode matchMode) |
static FieldFilter |
FieldFilters.matches(String substr,
MatchMode matchMode) |
Copyright © 2020. All rights reserved.