Class PredefinedScopeConfigurationImpl
java.lang.Object
org.hibernate.validator.internal.engine.AbstractConfigurationImpl<PredefinedScopeHibernateValidatorConfiguration>
org.hibernate.validator.internal.engine.PredefinedScopeConfigurationImpl
- All Implemented Interfaces:
Configuration<PredefinedScopeHibernateValidatorConfiguration>
,ConfigurationState
,BaseHibernateValidatorConfiguration<PredefinedScopeHibernateValidatorConfiguration>
,PredefinedScopeHibernateValidatorConfiguration
public class PredefinedScopeConfigurationImpl
extends AbstractConfigurationImpl<PredefinedScopeHibernateValidatorConfiguration>
implements PredefinedScopeHibernateValidatorConfiguration, ConfigurationState
- Author:
- Guillaume Smet
-
Field Summary
Fields inherited from interface org.hibernate.validator.BaseHibernateValidatorConfiguration
ALLOW_MULTIPLE_CASCADED_VALIDATION_ON_RESULT, ALLOW_PARALLEL_METHODS_DEFINE_PARAMETER_CONSTRAINTS, ALLOW_PARAMETER_CONSTRAINT_OVERRIDE, CONSTRAINT_EXPRESSION_LANGUAGE_FEATURE_LEVEL, CONSTRAINT_MAPPING_CONTRIBUTOR, CONSTRAINT_MAPPING_CONTRIBUTORS, CUSTOM_VIOLATION_EXPRESSION_LANGUAGE_FEATURE_LEVEL, ENABLE_TRAVERSABLE_RESOLVER_RESULT_CACHE, FAIL_FAST, GETTER_PROPERTY_SELECTION_STRATEGY_CLASSNAME, LOCALE_RESOLVER_CLASSNAME, PROPERTY_NODE_NAME_PROVIDER_CLASSNAME, SCRIPT_EVALUATOR_FACTORY_CLASSNAME, TEMPORAL_VALIDATION_TOLERANCE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuiltinConstraints
(Set<String> constraints) initializeBeanMetaData
(Set<Class<?>> beanMetaDataToInitialize) initializeLocales
(Set<Locale> localesToInitialize) protected boolean
Methods inherited from class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
addMapping, addMapping, addProperty, addValueExtractor, allowMultipleCascadedValidationOnReturnValues, allowOverridingMethodAlterParameterConstraint, allowParallelMethodsDefineParameterConstraints, beanMetaDataClassNormalizer, buildValidatorFactory, clockProvider, constraintExpressionLanguageFeatureLevel, constraintValidatorFactory, constraintValidatorPayload, createConstraintMapping, customViolationExpressionLanguageFeatureLevel, defaultLocale, enableTraversableResolverResultCache, externalClassLoader, failFast, getBeanMetaDataClassNormalizer, getBootstrapConfiguration, getClockProvider, getConstraintExpressionLanguageFeatureLevel, getConstraintValidatorFactory, getConstraintValidatorPayload, getCustomViolationExpressionLanguageFeatureLevel, getDefaultClockProvider, getDefaultConstraintValidatorFactory, getDefaultMessageInterpolator, getDefaultParameterNameProvider, getDefaultResourceBundleLocator, getDefaultTraversableResolver, getDefaultValueExtractors, getExternalClassLoader, getFailFast, getGetterPropertySelectionStrategy, getLocaleResolver, getMappingStreams, getMessageInterpolator, getMethodValidationConfiguration, getParameterNameProvider, getProgrammaticMappings, getProperties, getPropertyNodeNameProvider, getScriptEvaluatorFactory, getTemporalValidationTolerance, getterPropertySelectionStrategy, getTraversableResolver, getValueExtractors, ignoreXmlConfiguration, isAllowMultipleCascadedValidationOnReturnValues, isAllowOverridingMethodAlterParameterConstraint, isAllowParallelMethodsDefineParameterConstraints, isIgnoreXmlConfiguration, isTraversableResolverResultCacheEnabled, localeResolver, locales, messageInterpolator, parameterNameProvider, propertyNodeNameProvider, scriptEvaluatorFactory, temporalValidationTolerance, thisAsT, traversableResolver
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.validator.BaseHibernateValidatorConfiguration
addMapping, allowMultipleCascadedValidationOnReturnValues, allowOverridingMethodAlterParameterConstraint, allowParallelMethodsDefineParameterConstraints, beanMetaDataClassNormalizer, constraintExpressionLanguageFeatureLevel, constraintValidatorPayload, createConstraintMapping, customViolationExpressionLanguageFeatureLevel, defaultLocale, enableTraversableResolverResultCache, externalClassLoader, failFast, getDefaultResourceBundleLocator, getDefaultValueExtractors, getterPropertySelectionStrategy, localeResolver, locales, locales, propertyNodeNameProvider, scriptEvaluatorFactory, temporalValidationTolerance
Methods inherited from interface jakarta.validation.Configuration
addMapping, addProperty, addValueExtractor, buildValidatorFactory, clockProvider, constraintValidatorFactory, getBootstrapConfiguration, getDefaultClockProvider, getDefaultConstraintValidatorFactory, getDefaultMessageInterpolator, getDefaultParameterNameProvider, getDefaultTraversableResolver, ignoreXmlConfiguration, messageInterpolator, parameterNameProvider, traversableResolver
Methods inherited from interface jakarta.validation.spi.ConfigurationState
getClockProvider, getConstraintValidatorFactory, getMappingStreams, getMessageInterpolator, getParameterNameProvider, getProperties, getTraversableResolver, getValueExtractors, isIgnoreXmlConfiguration
-
Constructor Details
-
PredefinedScopeConfigurationImpl
-
PredefinedScopeConfigurationImpl
-
-
Method Details
-
builtinConstraints
- Specified by:
builtinConstraints
in interfacePredefinedScopeHibernateValidatorConfiguration
-
initializeBeanMetaData
public PredefinedScopeHibernateValidatorConfiguration initializeBeanMetaData(Set<Class<?>> beanMetaDataToInitialize) - Specified by:
initializeBeanMetaData
in interfacePredefinedScopeHibernateValidatorConfiguration
-
getBuiltinConstraints
-
getBeanClassesToInitialize
-
initializeLocales
public PredefinedScopeHibernateValidatorConfiguration initializeLocales(Set<Locale> localesToInitialize) - Specified by:
initializeLocales
in interfacePredefinedScopeHibernateValidatorConfiguration
-
preloadResourceBundles
protected boolean preloadResourceBundles()- Specified by:
preloadResourceBundles
in classAbstractConfigurationImpl<PredefinedScopeHibernateValidatorConfiguration>
-