class Validation

Entry point for the Validator component.

Methods

createValidator()

Creates a new validator.

createValidatorBuilder()

Creates a configurable builder for validator objects.

Details

static ValidatorInterface createValidator()

Creates a new validator.

If you want to configure the validator, use {@link createValidatorBuilder()} instead.

Return Value

ValidatorInterface The new validator

static ValidatorBuilder createValidatorBuilder()

Creates a configurable builder for validator objects.

Return Value

ValidatorBuilder The new builder