| 程序包 | 说明 |
|---|---|
| org.coodex.config | |
| org.coodex.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static String[] |
Config.getArray(String key,
String delim,
Common.Supplier<String[]> supplier,
String... namespaces) |
<T> T |
AbstractConfiguration.getValue(String key,
Common.Supplier<T> defaultValueSupplier,
String... namespace) |
static <T> T |
Config.getValue(String key,
Common.Supplier<T> defaultValueSupplier,
String... namespace) |
<T> T |
Configuration.getValue(String key,
Common.Supplier<T> defaultValueSupplier,
String... namespace) |
| 限定符和类型 | 方法和说明 |
|---|---|
<TR> TR |
TransactionalRunner.apply(Common.Supplier<TR> supplier) |
int |
Profile.getInt(String key,
Common.Supplier<Integer> v) |
long |
Profile.getLong(String key,
Common.Supplier<Long> v) |
String |
Profile.getString(String key,
Common.Supplier<String> supplier) |
String[] |
Profile.getStrList(String key,
Common.Supplier<String[]> supplier) |
String[] |
Profile.getStrList(String key,
String delim,
Common.Supplier<String[]> supplier) |
Tracer |
Tracer.named(Common.Supplier<String> nameSupplier) |
static String[] |
Common.toArray(String str,
String delim,
Common.Supplier<String[]> v) |
static boolean |
Common.toBool(String str,
Common.Supplier<Boolean> v) |
static int |
Common.toInt(String str,
Common.Supplier<Integer> valueSupplier) |
static long |
Common.toLong(String str,
Common.Supplier<Long> value) |
Copyright © 2020. All rights reserved.