Class Assert


  • public class Assert
    extends Object
    • Constructor Detail

      • Assert

        public Assert()
    • Method Detail

      • notNull

        public static void notNull​(Object value)
      • notNull

        public static void notNull​(Object value,
                                   String name)
      • notEmpty

        public static void notEmpty​(String param,
                                    String name)