Interface ObjectValidator<T>

Type Parameters:
T - the type of the value that is being validated
All Superinterfaces:
ObjectComponent<ObjectValidator<T>, T>, ValidatorComponent<ObjectValidator<T>, T>

public interface ObjectValidator<T> extends ValidatorComponent<ObjectValidator<T>, T>, ObjectComponent<ObjectValidator<T>, T>
Validates the state of an Object.