B C D G I J L M S T U 
所有类 所有程序包

B

Base64Decode(String) - 类 中的静态方法cn.vorbote.commons.SecurityUtil
通过MD5方式加密字符串
Base64Encode(String) - 类 中的静态方法cn.vorbote.commons.SecurityUtil
通过Base64方式加密字符串

C

CaseUtil - cn.vorbote.commons中的类
 
CaseUtil() - 类 的构造器cn.vorbote.commons.CaseUtil
 
cn.vorbote.commons - 程序包 cn.vorbote.commons
 

D

DateToString(Date, String) - 类 中的静态方法cn.vorbote.commons.DateUtil
Transfer Date to String
DateUtil - cn.vorbote.commons中的类
 
DateUtil() - 类 的构造器cn.vorbote.commons.DateUtil
 

G

GetAddress(HttpServletRequest) - 类 中的静态方法cn.vorbote.commons.IpUtil
Get the IP address from request
GetFieldValue(String, Object) - 类 中的静态方法cn.vorbote.commons.MapUtil
Get the specified field value, equivalent to obj.getFieldName

I

IpUtil - cn.vorbote.commons中的类
This Util is made up for get ip address, the ip address will only be used in the log.
IpUtil() - 类 的构造器cn.vorbote.commons.IpUtil
 
IsBlank(String) - 类 中的静态方法cn.vorbote.commons.StringUtil
判断字符串是否不为空白
IsEmpty(String) - 类 中的静态方法cn.vorbote.commons.StringUtil
判断字符串是否为空
IsNotEmpty(String) - 类 中的静态方法cn.vorbote.commons.StringUtil
判断字符串是否不为空

J

JAVA_TIMESTAMP - 类 中的静态变量cn.vorbote.commons.DateUtil
 

L

LowerCamel(String) - 类 中的静态方法cn.vorbote.commons.CaseUtil
Transfer underlined string to camel string

M

MapUtil - cn.vorbote.commons中的类
This util class can be used for automatic conversion between dictionaries/maps and objects
MapUtil() - 类 的构造器cn.vorbote.commons.MapUtil
 
Md5Encrypt(String) - 类 中的静态方法cn.vorbote.commons.SecurityUtil
通过MD5方式加密字符串

S

SecurityUtil - cn.vorbote.commons中的类
This tool class can convert String to Base64-String or MD5-String
SecurityUtil() - 类 的构造器cn.vorbote.commons.SecurityUtil
 
SetFieldValue(String, Object, Object) - 类 中的静态方法cn.vorbote.commons.MapUtil
Set the specified field value, which is equivalent to obj.setFieldName(fieldValue)
SetMap(Object) - 类 中的静态方法cn.vorbote.commons.MapUtil
Dynamically convert object to dictionary/map
SetObject(Map<String, Object>, Object) - 类 中的静态方法cn.vorbote.commons.MapUtil
Convert Map to Object
StringUtil - cn.vorbote.commons中的类
This is the string util
StringUtil() - 类 的构造器cn.vorbote.commons.StringUtil
 

T

TimestampToDate(String) - 类 中的静态方法cn.vorbote.commons.DateUtil
Transfer timestamp to class java.util.Date

U

Underline(String) - 类 中的静态方法cn.vorbote.commons.CaseUtil
Transfer camel strings to underlined string
UNIX_TIMESTAMP - 类 中的静态变量cn.vorbote.commons.DateUtil
 
B C D G I J L M S T U 
所有类 所有程序包