Class ConfigurationImpl
java.lang.Object
org.hibernate.validator.internal.engine.AbstractConfigurationImpl<HibernateValidatorConfiguration>
org.hibernate.validator.internal.engine.ConfigurationImpl
- All Implemented Interfaces:
Configuration<HibernateValidatorConfiguration>,ConfigurationState,BaseHibernateValidatorConfiguration<HibernateValidatorConfiguration>,HibernateValidatorConfiguration
public class ConfigurationImpl
extends AbstractConfigurationImpl<HibernateValidatorConfiguration>
implements HibernateValidatorConfiguration, ConfigurationState
Hibernate specific
Configuration implementation.- Author:
- Emmanuel Bernard, Hardy Ferentschik, Gunnar Morling, Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI, Chris Beckey <cbeckey@paypal.com>, 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
ConstructorsConstructorDescriptionConfigurationImpl(BootstrapState state) ConfigurationImpl(ValidationProvider<?> provider) -
Method Summary
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, 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
-
ConfigurationImpl
-
ConfigurationImpl
-
-
Method Details
-
preloadResourceBundles
protected boolean preloadResourceBundles()- Specified by:
preloadResourceBundlesin classAbstractConfigurationImpl<HibernateValidatorConfiguration>
-