| 程序包 | 说明 |
|---|---|
| com.github.houbb.heaven.support.tuple.impl | |
| com.github.houbb.heaven.util.lang.reflect |
反射相关工具包
Created: 2019-02-20 21:19
Project: heaven
|
| com.github.houbb.heaven.util.util |
java.util 相关工具包
Created: 2019-02-20 21:19
Project: heaven
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <A,B> Pair<A,B> |
Pair.of(A a,
B b)
初始化二元运算符
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Pair<Type,Type> |
TypeUtil.getMapKeyValueType(Type mapType)
根据 map 的类型,获取对应的 key/value 类型
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Pair<String,String> |
PropertyUtil.getPropertyPair(String text)
对字符串进行分割
|
static Pair<String,String> |
PlaceholderUtil.parsePlaceholder(String rawPlaceholder)
转换占位符
|
Copyright © 2024. All rights reserved.