Class ParameterPreconditions


  • public final class ParameterPreconditions
    extends Object
    • Method Detail

      • checkNotBlank

        public static void checkNotBlank​(String parameterName,
                                         String parameterValue)
      • checkNotBlank

        public static void checkNotBlank​(String parameterName,
                                         String[] parameterValue)
      • checkNotNull

        public static void checkNotNull​(String parameterName,
                                        Object parameterValue)
      • checkNotNull

        public static void checkNotNull​(String parameterName,
                                        Object[] parameterValue)