Class Validation
java.lang.Object
com.yoti.api.client.spi.remote.util.Validation
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisNullOrEmpty(String value) Deprecated.static voidmatchesPattern(String value, String regex, String name) Deprecated.static voidnotEqualTo(Object value, Object notAllowed, String name) Deprecated.static <T extends Comparable>
voidnotGreaterThan(T value, T limit, String name) Deprecated.static <T extends Comparable>
voidnotLessThan(T value, T limit, String name) Deprecated.static <T> TDeprecated.static voidnotNullOrEmpty(String value, String name) Deprecated.static <T> voidnotNullOrEmpty(Collection<T> value, String name) Deprecated.static <T> voidwithinList(T value, List<T> allowedValues) Deprecated.static <T extends Comparable>
voidwithinRange(T value, T minLimit, T maxLimit, String name) Deprecated.
-
Constructor Details
-
Validation
public Validation()Deprecated.
-
-
Method Details
-
notNull
Deprecated. -
isNullOrEmpty
Deprecated. -
notNullOrEmpty
Deprecated. -
notNullOrEmpty
Deprecated. -
notEqualTo
Deprecated. -
notGreaterThan
Deprecated. -
notLessThan
Deprecated. -
withinRange
Deprecated. -
matchesPattern
Deprecated. -
withinList
Deprecated.
-
Validation