Class ParamCheckUtils


  • public class ParamCheckUtils
    extends java.lang.Object
    The type Param check utils.
    • Constructor Summary

      Constructors 
      Constructor Description
      ParamCheckUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParamCheckUtils

        public ParamCheckUtils()
    • Method Detail

      • bodyIsEmpty

        public static boolean bodyIsEmpty​(java.lang.String body)
        Body is empty boolean.
        Parameters:
        body - the body
        Returns:
        the boolean
      • checkParamsLength

        public static void checkParamsLength​(java.lang.Integer argsLength,
                                             java.lang.Integer typesLength)
        Check params length.
        Parameters:
        argsLength - params length.
        typesLength - types length.