|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object gboat2.web.util.ParameterUtil
public abstract class ParameterUtil
参数工具类
方法摘要 | |
---|---|
static Parameter |
getParameter(String jsonOfParameter)
初始化参数或者获得参数的值 |
static Parameter |
getParameterByCode(String code)
根据code |
static String |
getValueByCode(String code)
根据code 获取参数值 |
static boolean |
hasCodeByCode(String code)
判断是否已经存在code |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
方法详细信息 |
---|
public static Parameter getParameter(String jsonOfParameter)
jsonOfParameter
-
public static Parameter getParameterByCode(String code)
code
-
public static String getValueByCode(String code)
code
-
public static boolean hasCodeByCode(String code)
code
-
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |