Uses of Interface
com.github.cowwoc.requirements10.java.validator.ObjectValidator
Packages that use ObjectValidator
Package
Description
-
Uses of ObjectValidator in com.github.cowwoc.requirements10.java
Methods in com.github.cowwoc.requirements10.java that return ObjectValidatorModifier and TypeMethodDescriptionstatic <T> ObjectValidator
<T> DefaultJavaValidators.checkIf
(T value) Validates the state of anObject
static <T> ObjectValidator
<T> Validates the state of anObject
<T> ObjectValidator
<T> JavaCheckIf.checkIf
(T value) Validates the state of anObject
.<T> ObjectValidator
<T> Validates the state of anObject
.static <T> ObjectValidator
<T> DefaultJavaValidators.requireThat
(T value, String name) Validates the state of anObject
.<T> ObjectValidator
<T> JavaRequireThat.requireThat
(T value, String name) Validates the state of anObject
.static <T> ObjectValidator
<T> DefaultJavaValidators.that
(T value) Validates the state of anObject
.static <T> ObjectValidator
<T> Validates the state of anObject
.<T> ObjectValidator
<T> JavaAssertThat.that
(T value) Validates the state of anObject
.<T> ObjectValidator
<T> Validates the state of anObject
. -
Uses of ObjectValidator in com.github.cowwoc.requirements10.java.validator.component
Methods in com.github.cowwoc.requirements10.java.validator.component that return ObjectValidatorModifier and TypeMethodDescription<U> ObjectValidator
<U> ObjectComponent.isInstanceOf
(GenericType<U> expected) Ensures that the object is an instance of a class.<U> ObjectValidator
<U> ObjectComponent.isInstanceOf
(Class<U> expected) Ensures that the object is an instance of a class.