java.lang.Object
cn.virens.common.mapper.example.util.Util

public class Util extends Object
  • 字段详细资料

  • 构造器详细资料

    • Util

      public Util()
  • 方法详细资料

    • notNull

      public static String notNull(Object object) throws APIException
      判断不为null
      参数:
      object - 值
      返回:
      无效返回值
      抛出:
      APIException - 条件空异常
    • isEmpty

      public static boolean isEmpty(Object value) throws APIException
      判断是否为空
      参数:
      value - 值
      返回:
      是否为空
      抛出:
      APIException - 一般异常
    • isNotEmpty

      public static boolean isNotEmpty(Object value) throws APIException
      判断是否不为空
      参数:
      value - 值
      返回:
      是否不为空
      抛出:
      APIException - 一般异常