public class CodingUtils extends Object
| Constructor and Description |
|---|
CodingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertListNotNullOrEmpty(List param,
String paramName) |
static void |
assertParameterNotNull(Object param,
String paramName) |
static void |
assertStringNotNullOrEmpty(String param,
String paramName) |
static boolean |
isNullOrEmpty(String value) |
Copyright © 2024. All Rights Reserved.