Uses of Interface
io.github.cowwoc.requirements13.java.validator.ObjectValidator
Packages that use ObjectValidator
Package
Description
-
Uses of ObjectValidator in io.github.cowwoc.requirements13.java
Methods in io.github.cowwoc.requirements13.java that return ObjectValidatorModifier and TypeMethodDescriptionstatic <T> ObjectValidator<T> DefaultJavaValidators.checkIf(T value) Validates the state of anObjectstatic <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 io.github.cowwoc.requirements13.java.validator
Subinterfaces with type arguments of type ObjectValidator in io.github.cowwoc.requirements13.java.validator -
Uses of ObjectValidator in io.github.cowwoc.requirements13.java.validator.component
Methods in io.github.cowwoc.requirements13.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.