Interface ValidatorRegistry<V,​SELF>

    • Method Detail

      • add

        SELF add​(Validator<? super V> validator)
        Parameters:
        validator - the AbstractValidator to add to this builder.
        Returns:
        this build instance for fluent API calls.