索引

A B C D E F G H I J L M N O P R S T U V Z 
常量字段值|所有程序包|所有类和接口

A

AMPERSAND - 类中的静态变量 cn.datastacks.durian.Constant
连字符
ASTERISK - 类中的静态变量 cn.datastacks.durian.Constant
*

B

Bean - cn.datastacks.durian中的类
对象工具类:字典转换或填充对象,字典键名称与对象属性名称一一对应。
BOOLEAN_ARRAY - 类中的静态变量 cn.datastacks.durian.Json
布尔数组
BOOLEAN_EMPTY_ARRAY - 类中的静态变量 cn.datastacks.durian.Constant
空布尔数组
BOOLEAN_LIST - 类中的静态变量 cn.datastacks.durian.Json
布尔列表
BOOLEAN_MAP - 类中的静态变量 cn.datastacks.durian.Json
布尔字典

C

cn.datastacks.durian - 程序包 cn.datastacks.durian
 
COLON - 类中的静态变量 cn.datastacks.durian.Constant
:
COMMA - 类中的静态变量 cn.datastacks.durian.Constant
,
Constant - cn.datastacks.durian中的类
常量工具类
convert(Class<T>, Map<String, Object>) - 类中的静态方法 cn.datastacks.durian.Bean
字典转换为对象
converts(Class<T>, List<Map<String, Object>>) - 类中的静态方法 cn.datastacks.durian.Bean
字典列表转换为对象列表,一个字典实例对应一个对象实例。

D

DASH - 类中的静态变量 cn.datastacks.durian.Constant
-
date() - 类中的静态方法 cn.datastacks.durian.Datetime
获取当前日期
datetime() - 类中的静态方法 cn.datastacks.durian.Datetime
获取当前日期和时间
Datetime - cn.datastacks.durian中的类
日期和时间工具类
DOUBLE_ARRAY - 类中的静态变量 cn.datastacks.durian.Json
双精度浮点数数组
DOUBLE_COLON - 类中的静态变量 cn.datastacks.durian.Constant
::
DOUBLE_EMPTY_ARRAY - 类中的静态变量 cn.datastacks.durian.Constant
空双精度浮点数数组
DOUBLE_LIST - 类中的静态变量 cn.datastacks.durian.Json
双精度浮点数列表
DOUBLE_MAP - 类中的静态变量 cn.datastacks.durian.Json
双精度浮点数字典

E

EMPTY - 类中的静态变量 cn.datastacks.durian.Constant
空白
EQUAL - 类中的静态变量 cn.datastacks.durian.Constant
=

F

FLOAT_ARRAY - 类中的静态变量 cn.datastacks.durian.Json
单精度浮点数数组
FLOAT_EMPTY_ARRAY - 类中的静态变量 cn.datastacks.durian.Constant
空单精度浮点数数组
FLOAT_LIST - 类中的静态变量 cn.datastacks.durian.Json
单精度浮点数列表
FLOAT_MAP - 类中的静态变量 cn.datastacks.durian.Json
单精度浮点数字典
format(LocalDateTime) - 类中的静态方法 cn.datastacks.durian.Datetime
格式化日期和时间
fromJson(String, Class<T>) - 类中的静态方法 cn.datastacks.durian.Json
Json 字符串转换成对象
fromJson(String, Type) - 类中的静态方法 cn.datastacks.durian.Json
Json 字符串转换成对象
FULL_STOP - 类中的静态变量 cn.datastacks.durian.Constant
.

G

generate(String) - 类中的静态方法 cn.datastacks.durian.Md5
计算给定字符串的 MD5 值。
get() - 类中的静态方法 cn.datastacks.durian.Uuid
获取 UUID

H

HTTP - 类中的静态变量 cn.datastacks.durian.Constant
http
HTTPS - 类中的静态变量 cn.datastacks.durian.Constant
https

I

INT_ARRAY - 类中的静态变量 cn.datastacks.durian.Json
整数数组
INT_EMPTY_ARRAY - 类中的静态变量 cn.datastacks.durian.Constant
空整数数组
INT_LIST - 类中的静态变量 cn.datastacks.durian.Json
整数列表
INT_MAP - 类中的静态变量 cn.datastacks.durian.Json
整数字典
isDatetime(String) - 类中的静态方法 cn.datastacks.durian.Datetime
检查字符串是否为日期和时间格式
isJson(String) - 类中的静态方法 cn.datastacks.durian.Json
检查字符串是否是 Json,包括:基本数据类型、对象、数组或 null
isJsonArray(String) - 类中的静态方法 cn.datastacks.durian.Json
检查字符串是否是 Json 数组
isJsonNull(String) - 类中的静态方法 cn.datastacks.durian.Json
检查字符串是否是 Json null
isJsonObject(String) - 类中的静态方法 cn.datastacks.durian.Json
检查字符串是否是 Json 对象
isJsonPrimitive(String) - 类中的静态方法 cn.datastacks.durian.Json
检查字符串是否是 Json 基本数据类型

J

Json - cn.datastacks.durian中的类
Json 工具类:Json 和 对象(数组)之间的相互转换。

L

LEFT_BRACE - 类中的静态变量 cn.datastacks.durian.Constant
{
LEFT_BRACKET - 类中的静态变量 cn.datastacks.durian.Constant
[
LEFT_PARENTHESIS - 类中的静态变量 cn.datastacks.durian.Constant
(
LINE_THROUGH - 类中的静态变量 cn.datastacks.durian.Constant
-
LOCAL_DATE - 类中的静态变量 cn.datastacks.durian.Constant
年-月-日
LOCAL_DATE_TIME - 类中的静态变量 cn.datastacks.durian.Constant
年-月-日 时:分:秒
LONG_ARRAY - 类中的静态变量 cn.datastacks.durian.Json
长整数数组
LONG_EMPTY_ARRAY - 类中的静态变量 cn.datastacks.durian.Constant
空长整数数组
LONG_LIST - 类中的静态变量 cn.datastacks.durian.Json
长整数列表
LONG_MAP - 类中的静态变量 cn.datastacks.durian.Json
长整数字典

M

Md5 - cn.datastacks.durian中的类
MD5 工具类:计算给定字符串的 MD5 值。
MD5 - 类中的静态变量 cn.datastacks.durian.Constant
MD5

N

NEGATIVE_ONE - 类中的静态变量 cn.datastacks.durian.Constant
-1
NEWLINE - 类中的静态变量 cn.datastacks.durian.Constant
\n
now() - 类中的静态方法 cn.datastacks.durian.Datetime
获取当前日期和时间

O

OBJECT_ARRAY - 类中的静态变量 cn.datastacks.durian.Json
对象数组
OBJECT_LIST - 类中的静态变量 cn.datastacks.durian.Json
对象列表
OBJECT_MAP - 类中的静态变量 cn.datastacks.durian.Json
对象字典

P

parse(String) - 类中的静态方法 cn.datastacks.durian.Datetime
解析日期和时间
parse(String) - 类中的静态方法 cn.datastacks.durian.Json
Json 字符串解析成 Json 分析树
populate(Object, Map<String, Object>) - 类中的静态方法 cn.datastacks.durian.Bean
使用字典填充对象
populates(List<T>, List<Map<String, Object>>) - 类中的静态方法 cn.datastacks.durian.Bean
使用字典列表填充对象列表
POSITIVE_ONE - 类中的静态变量 cn.datastacks.durian.Constant
1

R

RIGHT_BRACE - 类中的静态变量 cn.datastacks.durian.Constant
}
RIGHT_BRACKET - 类中的静态变量 cn.datastacks.durian.Constant
]
RIGHT_PARENTHESIS - 类中的静态变量 cn.datastacks.durian.Constant
)

S

SEMICOLON - 类中的静态变量 cn.datastacks.durian.Constant
;
SLASH - 类中的静态变量 cn.datastacks.durian.Constant
/
SPACE - 类中的静态变量 cn.datastacks.durian.Constant
空格
STRING_ARRAY - 类中的静态变量 cn.datastacks.durian.Json
字符串数组
STRING_EMPTY_ARRAY - 类中的静态变量 cn.datastacks.durian.Constant
空字符串数组
STRING_LIST - 类中的静态变量 cn.datastacks.durian.Json
字符串列表
STRING_MAP - 类中的静态变量 cn.datastacks.durian.Json
字符串字典

T

toJson(Object) - 类中的静态方法 cn.datastacks.durian.Json
对象转换成 Json 字符串

U

UNDERLINE - 类中的静态变量 cn.datastacks.durian.Constant
_
Uuid - cn.datastacks.durian中的类
UUID 工具类

V

VERTICAL_BAR - 类中的静态变量 cn.datastacks.durian.Constant
|

Z

ZERO - 类中的静态变量 cn.datastacks.durian.Constant
0
A B C D E F G H I J L M N O P R S T U V Z 
常量字段值|所有程序包|所有类和接口