Uses of Interface
jakarta.validation.spi.BootstrapState
-
Packages that use BootstrapState Package Description jakarta.validation.spi Package containing objects specific to the interaction between the Jakarta Bean Validation bootstrapping process and Jakarta Bean Validation providers.org.hibernate.validator Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator and allow to configure it.org.hibernate.validator.internal.engine 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 BootstrapState Modifier and Type Method Description Configuration<?>ValidationProvider. createGenericConfiguration(BootstrapState state)Returns aConfigurationinstance.TValidationProvider. createSpecializedConfiguration(BootstrapState state) -
Uses of BootstrapState in org.hibernate.validator
Methods in org.hibernate.validator with parameters of type BootstrapState Modifier and Type Method Description Configuration<?>HibernateValidator. createGenericConfiguration(BootstrapState state)Configuration<?>PredefinedScopeHibernateValidator. createGenericConfiguration(BootstrapState state)HibernateValidatorConfigurationHibernateValidator. createSpecializedConfiguration(BootstrapState state)PredefinedScopeHibernateValidatorConfigurationPredefinedScopeHibernateValidator. createSpecializedConfiguration(BootstrapState state) -
Uses of BootstrapState in org.hibernate.validator.internal.engine
Constructors in org.hibernate.validator.internal.engine with parameters of type BootstrapState Constructor Description AbstractConfigurationImpl(BootstrapState state)ConfigurationImpl(BootstrapState state)PredefinedScopeConfigurationImpl(BootstrapState state)
-