Interface ValidatorFactoryCustomizer

  • All Known Subinterfaces:
    HibernateValidatorFactoryCustomizer

    public interface ValidatorFactoryCustomizer
    Meant to be implemented by a CDI bean that provides arbitrary customization for the default ValidatorFactory.

    All implementations that are registered as CDI beans are taken into account when producing the default ValidatorFactory.

    Customizers are applied in the order of Priority.

    • Method Detail

      • customize

        void customize​(org.hibernate.validator.BaseHibernateValidatorConfiguration<?> configuration)