public final class CollectiveValidation extends Object
CollectiveValidation implements PGV validators for the collective in and notIn rules.| Modifier and Type | Method and Description |
|---|---|
static <T> void |
in(String field,
T value,
T[] set) |
static <T> void |
notIn(String field,
T value,
T[] set) |
public static <T> void in(String field, T value, T[] set) throws ValidationException
ValidationExceptionpublic static <T> void notIn(String field, T value, T[] set) throws ValidationException
ValidationExceptionCopyright © 2022. All rights reserved.