Class GroupValidatorModelHandler<T extends GroupValidator>

java.lang.Object
ch.tocco.nice2.validate.api.reader.handlers.validation.AbstractValidatorModelHandler<T>
ch.tocco.nice2.validate.api.reader.handlers.validation.GroupValidatorModelHandler<T>
All Implemented Interfaces:
ValidatorReceivable
Direct Known Subclasses:
AndGroupValidatorModelHandler

public abstract class GroupValidatorModelHandler<T extends GroupValidator> extends AbstractValidatorModelHandler<T> implements ValidatorReceivable
Handles the validations tag with children as well as the group tag.

Technically it's the same, but visually and from inheritance it makes sense to name them differently. Otherwise we'd either have to name them both "validations-group", or stick a first "group" tag into the "validations" tag.