Package org.hibernate.validator.internal.engine
Implementations for the core interfaces of Jakarta Bean Validation.
-
Class Summary Class Description AbstractConfigurationImpl<T extends BaseHibernateValidatorConfiguration<T>> Hibernate specificConfigurationimplementation.ConfigurationImpl Hibernate specificConfigurationimplementation.ConstraintCreationContext ConstraintViolationImpl<T> DefaultClockProvider A defaultClockProviderimplementation which returns the current system time in the default time zone usingClock.systemDefaultZone().DefaultParameterNameProvider A defaultParameterNameProviderimplementation which returns parameter names obtained from the Java reflection API as mandated by the BV specification.DefaultPropertyNodeNameProvider A defaultPropertyNodeNameProviderimplementation which returns the property name.MessageInterpolatorContext Implementation of the context used during message interpolation.MethodValidationConfiguration These properties modify the behavior of theValidatorwith respect to the Jakarta Bean Validation specification section 5.6.5.MethodValidationConfiguration.Builder PredefinedScopeConfigurationImpl PredefinedScopeValidatorContextImpl PredefinedScopeValidatorFactoryImpl Factory returning initializedValidatorinstances.ServiceLoaderBasedConstraintMappingContributor Contributor of constraint definitions discovered by the Java service loader mechanism.ValidatorContextImpl ValidatorFactoryImpl Factory returning initializedValidatorinstances.ValidatorFactoryScopedContext ValidatorImpl The main Bean Validation class.