Uses of Interface
org.hibernate.validator.PredefinedScopeHibernateValidatorConfiguration
Packages that use PredefinedScopeHibernateValidatorConfiguration
Package
Description
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator
and allow to configure it.
-
Uses of PredefinedScopeHibernateValidatorConfiguration in org.hibernate.validator
Subinterfaces with type arguments of type PredefinedScopeHibernateValidatorConfiguration in org.hibernate.validatorModifier and TypeInterfaceDescriptioninterfaceExtension ofHibernateValidatorConfigurationwith additional methods dedicated to defining the predefined scope of bean validation e.g. validated classes, constraint validators...Classes in org.hibernate.validator that implement interfaces with type arguments of type PredefinedScopeHibernateValidatorConfigurationModifier and TypeClassDescriptionclassImplementation ofValidationProviderlimiting validation to a predefined scope.Methods in org.hibernate.validator that return PredefinedScopeHibernateValidatorConfigurationModifier and TypeMethodDescriptionPredefinedScopeHibernateValidatorConfiguration.builtinConstraints(Set<String> constraints) PredefinedScopeHibernateValidator.createSpecializedConfiguration(BootstrapState state) PredefinedScopeHibernateValidatorConfiguration.includeBeansAndConstraintsDefinedOnlyInXml(boolean include) Specify whether to append thebuilt-in constraintsandbeans to initializewith constraints and beans provided only through XML mapping.PredefinedScopeHibernateValidatorConfiguration.initializeBeanMetaData(Set<Class<?>> beanClassesToInitialize)