Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
PredefinedScopeHibernateValidatorConfiguration |
PredefinedScopeHibernateValidatorConfiguration.builtinConstraints(Set<String> constraints) |
PredefinedScopeHibernateValidatorConfiguration |
PredefinedScopeHibernateValidator.createSpecializedConfiguration(BootstrapState state) |
PredefinedScopeHibernateValidatorConfiguration |
PredefinedScopeHibernateValidatorConfiguration.initializeBeanMetaData(Set<Class<?>> beanClassesToInitialize) |
PredefinedScopeHibernateValidatorConfiguration |
PredefinedScopeHibernateValidatorConfiguration.initializeLocales(Set<Locale> locales)
Deprecated.
Planned for removal, use
BaseHibernateValidatorConfiguration.locales(Set) instead. |
Modifier and Type | Class and Description |
---|---|
class |
PredefinedScopeConfigurationImpl |
Modifier and Type | Method and Description |
---|---|
PredefinedScopeHibernateValidatorConfiguration |
PredefinedScopeConfigurationImpl.builtinConstraints(Set<String> constraints) |
PredefinedScopeHibernateValidatorConfiguration |
PredefinedScopeConfigurationImpl.initializeBeanMetaData(Set<Class<?>> beanMetaDataToInitialize) |
PredefinedScopeHibernateValidatorConfiguration |
PredefinedScopeConfigurationImpl.initializeLocales(Set<Locale> localesToInitialize) |
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved