Package org.thymeleaf.util
Class Validate
Object
org.thymeleaf.util.Validate
- Since:
- 1.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcontainsNoEmpties(Iterable<String> collection, String message) static voidcontainsNoNulls(Iterable<?> collection, String message) static voidcontainsNoNulls(Object[] array, String message) static voidstatic voidstatic voidstatic voidnotEmpty(Collection<?> object, String message) static void
-
Method Details
-
notNull
-
notEmpty
-
notEmpty
-
notEmpty
-
containsNoNulls
-
containsNoEmpties
-
containsNoNulls
-
isTrue
-