public class ParamCheckUtils
extends java.lang.Object
| Constructor and Description |
|---|
ParamCheckUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
bodyIsEmpty(java.lang.String body)
Body is empty boolean.
|
static void |
checkParamsLength(java.lang.Integer argsLength,
java.lang.Integer typesLength)
Check params length.
|
public static boolean bodyIsEmpty(java.lang.String body)
body - the bodypublic static void checkParamsLength(java.lang.Integer argsLength,
java.lang.Integer typesLength)
argsLength - params length.typesLength - types length.Copyright © 2024 The Apache Software Foundation. All rights reserved.