public class ParametersValidator
extends java.lang.Object
Constructor and Description |
---|
ParametersValidator() |
Modifier and Type | Method and Description |
---|---|
static void |
notEmpty(java.util.Collection<?> col) |
static void |
notNull(java.lang.Object obj) |
static void |
notNullAndNotEmpty(java.lang.String str) |
static void |
nullOrNotEmpty(java.lang.String str) |
public static void notNull(java.lang.Object obj) throws ServerFault
ServerFault
public static void notNullAndNotEmpty(java.lang.String str) throws ServerFault
ServerFault
public static void nullOrNotEmpty(java.lang.String str) throws ServerFault
ServerFault
public static void notEmpty(java.util.Collection<?> col) throws ServerFault
ServerFault
Copyright © 2021. All Rights Reserved.