public final class ParamUtil extends Object
Constructor and Description |
---|
ParamUtil() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
convert(T t)
对传入的参数进行非空处理
|
static String |
trim(String str)
对字符串进行非空和空格处理
|
static String |
undefined(String str)
对参数进行非空和空格处理,并对undefined值的数据进行过滤
|
Copyright © 2021. All rights reserved.