public class ValidationUtils extends Object
| Constructor and Description |
|---|
ValidationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
ensureNotBlank(String string,
String name) |
static <T extends Collection<?>> |
ensureNotEmpty(T collection,
String name) |
static <T> T |
ensureNotNull(T object,
String name) |
Copyright © 2023. All rights reserved.