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 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, lengthMethods declared in interface ObjectComponent
getValue, isEqualTo, isEqualTo, isInstanceOf, isInstanceOf, isNotEqualTo, isNotEqualTo, isNotInstanceOf, isNotInstanceOf, isNotNull, isNull, isReferenceEqualTo, isReferenceNotEqualToMethods declared in interface ValidatorComponent
and, elseGetFailures, elseThrow, getContext, getContextAsString, getName, getValueOrDefault, validationFailed, withContext