Interface ObjectArrayValidator<T,E>

Type Parameters:
T - the type of the array
E - 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[].