Package | Description |
---|---|
cn.orionsec.kit.lang.utils | |
cn.orionsec.kit.lang.utils.reflect |
Modifier and Type | Method and Description |
---|---|
static VariableStyles |
VariableStyles.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableStyles[] |
VariableStyles.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
VariableStyles.convert(String variable,
VariableStyles e)
转化变量命名风格
|
Modifier and Type | Method and Description |
---|---|
static BeanMap |
BeanMap.create(Object o,
VariableStyles variableStyle,
boolean addNull,
String... ignoreFields)
创建 BeanMap
|
static BeanMap |
BeanMap.create(Object o,
VariableStyles variableStyle,
String... ignoreFields) |
Constructor and Description |
---|
BeanMap(Object o,
VariableStyles variableStyle,
boolean addNull,
String... ignoreFields) |
BeanMap(Object o,
VariableStyles variableStyle,
String... ignoreFields) |
Copyright © 2024. All rights reserved.