Package org.hibernate.validator.internal.engine
package org.hibernate.validator.internal.engine
Implementations for the core interfaces of Jakarta Bean Validation.
-
ClassesClassDescriptionAbstractConfigurationImpl<T extends BaseHibernateValidatorConfiguration<T>>Hibernate specific
Configurationimplementation.Hibernate specificConfigurationimplementation.A defaultClockProviderimplementation which returns the current system time in the default time zone usingClock.systemDefaultZone().A defaultParameterNameProviderimplementation which returns parameter names obtained from the Java reflection API as mandated by the BV specification.A defaultPropertyNodeNameProviderimplementation which returns the property name.Implementation of the context used during message interpolation.These properties modify the behavior of theValidatorwith respect to the Jakarta Bean Validation specification section 5.6.5.Factory returning initializedValidatorinstances.Contributor of constraint definitions discovered by the Java service loader mechanism.Factory returning initializedValidatorinstances.The main Bean Validation class.