Interface ObjectArrayValidator<T,E>
- Type Parameters:
T
- the type of the arrayE
- the type of elements in the array
- All Superinterfaces:
ArrayComponent<ObjectArrayValidator<T,
,E>, T, E> ObjectComponent<ObjectArrayValidator<T,
,E>, T> ValidatorComponent<ObjectArrayValidator<T,
E>, T>
public interface ObjectArrayValidator<T,E>
extends ValidatorComponent<ObjectArrayValidator<T,E>,T>, ObjectComponent<ObjectArrayValidator<T,E>,T>, ArrayComponent<ObjectArrayValidator<T,E>,T,E>
Validates the state of an
Object[]
.-
Method Summary
Methods declared in interface com.github.cowwoc.requirements10.java.validator.component.ArrayComponent
contains, contains, containsAll, containsAll, containsAll, containsAll, containsAny, containsAny, containsAny, containsAny, containsExactly, containsExactly, containsExactly, containsExactly, doesNotContain, doesNotContain, doesNotContainAll, doesNotContainAll, doesNotContainAll, doesNotContainAll, doesNotContainAny, doesNotContainAny, doesNotContainAny, doesNotContainAny, doesNotContainDuplicates, doesNotContainExactly, doesNotContainExactly, doesNotContainExactly, doesNotContainExactly, isEmpty, isNotEmpty, isSorted, length
Methods declared in interface com.github.cowwoc.requirements10.java.validator.component.ObjectComponent
getValue, isEqualTo, isEqualTo, isInstanceOf, isInstanceOf, isNotEqualTo, isNotEqualTo, isNotInstanceOf, isNotInstanceOf, isNotNull, isNull, isReferenceEqualTo, isReferenceNotEqualTo
Methods declared in interface com.github.cowwoc.requirements10.java.validator.component.ValidatorComponent
and, elseGetFailures, elseThrow, getContext, getContextAsString, getName, getValueOrDefault, validationFailed, withContext