Package org.solidcoding.validation.api
Class Verifications
- java.lang.Object
-
- org.solidcoding.validation.api.Verifications
-
public final class Verifications extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> ValidationBuilder<T>verifyThat(T value)
-
-
-
Method Detail
-
verifyThat
public static <T> ValidationBuilder<T> verifyThat(T value)
- Type Parameters:
T- the type of the value.- Parameters:
value- the value on which to apply the rules.- Returns:
- a Validator to add rules to.
-
-