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 Constructor Description PredefinedScopeConfigurationImpl(BootstrapState state)PredefinedScopeConfigurationImpl(ValidationProvider<?> validationProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PredefinedScopeHibernateValidatorConfigurationbuiltinConstraints(Set<String> constraints)Set<Class<?>>getBeanClassesToInitialize()Set<String>getBuiltinConstraints()PredefinedScopeHibernateValidatorConfigurationinitializeBeanMetaData(Set<Class<?>> beanMetaDataToInitialize)PredefinedScopeHibernateValidatorConfigurationinitializeLocales(Set<Locale> localesToInitialize)protected booleanpreloadResourceBundles()-
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, getShowValidatedValuesInTraceLogs, getTemporalValidationTolerance, getterPropertySelectionStrategy, getTraversableResolver, getValueExtractors, ignoreXmlConfiguration, isAllowMultipleCascadedValidationOnReturnValues, isAllowOverridingMethodAlterParameterConstraint, isAllowParallelMethodsDefineParameterConstraints, isIgnoreXmlConfiguration, isTraversableResolverResultCacheEnabled, localeResolver, locales, messageInterpolator, parameterNameProvider, propertyNodeNameProvider, scriptEvaluatorFactory, showValidatedValuesInTraceLogs, 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, showValidatedValuesInTraceLogs, 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 Detail
-
PredefinedScopeConfigurationImpl
public PredefinedScopeConfigurationImpl(BootstrapState state)
-
PredefinedScopeConfigurationImpl
public PredefinedScopeConfigurationImpl(ValidationProvider<?> validationProvider)
-
-
Method Detail
-
builtinConstraints
public PredefinedScopeHibernateValidatorConfiguration builtinConstraints(Set<String> constraints)
- Specified by:
builtinConstraintsin interfacePredefinedScopeHibernateValidatorConfiguration
-
initializeBeanMetaData
public PredefinedScopeHibernateValidatorConfiguration initializeBeanMetaData(Set<Class<?>> beanMetaDataToInitialize)
- Specified by:
initializeBeanMetaDatain interfacePredefinedScopeHibernateValidatorConfiguration
-
initializeLocales
public PredefinedScopeHibernateValidatorConfiguration initializeLocales(Set<Locale> localesToInitialize)
- Specified by:
initializeLocalesin interfacePredefinedScopeHibernateValidatorConfiguration
-
preloadResourceBundles
protected boolean preloadResourceBundles()
- Specified by:
preloadResourceBundlesin classAbstractConfigurationImpl<PredefinedScopeHibernateValidatorConfiguration>
-
-