Uses of Interface
jakarta.validation.spi.BootstrapState
Packages that use BootstrapState
Package
Description
Package containing objects specific to the interaction between the
Jakarta Bean Validation bootstrapping process and Jakarta Bean Validation providers.
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator
and allow to configure it.
Implementations for the core interfaces of Jakarta Bean Validation.
-
Uses of BootstrapState in jakarta.validation.spi
Methods in jakarta.validation.spi with parameters of type BootstrapStateModifier and TypeMethodDescriptionValidationProvider.createGenericConfiguration(BootstrapState state) Returns aConfigurationinstance.ValidationProvider.createSpecializedConfiguration(BootstrapState state) -
Uses of BootstrapState in org.hibernate.validator
Methods in org.hibernate.validator with parameters of type BootstrapStateModifier and TypeMethodDescriptionHibernateValidator.createGenericConfiguration(BootstrapState state) PredefinedScopeHibernateValidator.createGenericConfiguration(BootstrapState state) HibernateValidator.createSpecializedConfiguration(BootstrapState state) PredefinedScopeHibernateValidator.createSpecializedConfiguration(BootstrapState state) -
Uses of BootstrapState in org.hibernate.validator.internal.engine
Constructors in org.hibernate.validator.internal.engine with parameters of type BootstrapState