public class Constants extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
DateFormat |
date_format |
int |
features |
static int |
features_def |
static int |
features_serialize |
boolean |
get_readonly |
Locale |
locale |
TimeZone |
time_zone |
String |
type_key |
| 限定符和类型 | 方法和说明 |
|---|---|
Constants |
add(Feature... features) |
Constants |
build(Act1<Constants> builder)
构建自己
|
String |
dateToString(Date date) |
static Constants |
def()
默认配置
|
boolean |
hasFeature(Feature feature)
检查是否有特性
|
String |
null_string()
null string 默认值
|
static Constants |
of(Feature... features) |
static Constants |
serialize()
序列化配置
|
Constants |
sub(Feature... features) |
public static int features_def
public static int features_serialize
public DateFormat date_format
public String type_key
public TimeZone time_zone
public Locale locale
public int features
public boolean get_readonly
Copyright © 2020. All rights reserved.