Package io.quarkus.hibernate.validator
Interface HibernateValidatorFactoryCustomizer
- All Superinterfaces:
ValidatorFactoryCustomizer
@Deprecated(forRemoval=true)
public interface HibernateValidatorFactoryCustomizer
extends ValidatorFactoryCustomizer
Deprecated, for removal: This API element is subject to removal in a future version.
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 Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.hibernate.validator.BaseHibernateValidatorConfiguration<?> configuration) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
customize
void customize(org.hibernate.validator.BaseHibernateValidatorConfiguration<?> configuration) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
customizein interfaceValidatorFactoryCustomizer
-
ValidatorFactoryCustomizerinstead.