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, SHOW_VALIDATED_VALUE_IN_TRACE_LOGS, TEMPORAL_VALIDATION_TOLERANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuiltinConstraints(Set<String> constraints) initializeBeanMetaData(Set<Class<?>> beanMetaDataToInitialize) initializeLocales(Set<Locale> localesToInitialize) protected booleanMethods 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, getShowValidatedValuesInTraceLogs, getTemporalValidationTolerance, getterPropertySelectionStrategy, getTraversableResolver, getValueExtractors, ignoreXmlConfiguration, isAllowMultipleCascadedValidationOnReturnValues, isAllowOverridingMethodAlterParameterConstraint, isAllowParallelMethodsDefineParameterConstraints, isIgnoreXmlConfiguration, isTraversableResolverResultCacheEnabled, localeResolver, locales, messageInterpolator, parameterNameProvider, propertyNodeNameProvider, scriptEvaluatorFactory, showValidatedValuesInTraceLogs, temporalValidationTolerance, thisAsT, traversableResolverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, showValidatedValuesInTraceLogs, temporalValidationToleranceMethods inherited from interface jakarta.validation.Configuration
addMapping, addProperty, addValueExtractor, buildValidatorFactory, clockProvider, constraintValidatorFactory, getBootstrapConfiguration, getDefaultClockProvider, getDefaultConstraintValidatorFactory, getDefaultMessageInterpolator, getDefaultParameterNameProvider, getDefaultTraversableResolver, ignoreXmlConfiguration, messageInterpolator, parameterNameProvider, traversableResolverMethods 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:
builtinConstraintsin interfacePredefinedScopeHibernateValidatorConfiguration
-
initializeBeanMetaData
public PredefinedScopeHibernateValidatorConfiguration initializeBeanMetaData(Set<Class<?>> beanMetaDataToInitialize) - Specified by:
initializeBeanMetaDatain interfacePredefinedScopeHibernateValidatorConfiguration
-
getBuiltinConstraints
-
getBeanClassesToInitialize
-
initializeLocales
public PredefinedScopeHibernateValidatorConfiguration initializeLocales(Set<Locale> localesToInitialize) - Specified by:
initializeLocalesin interfacePredefinedScopeHibernateValidatorConfiguration
-
preloadResourceBundles
protected boolean preloadResourceBundles()- Specified by:
preloadResourceBundlesin classAbstractConfigurationImpl<PredefinedScopeHibernateValidatorConfiguration>
-