Uses of Interface
org.hibernate.validator.internal.engine.validationcontext.ValidationContext
Packages that use ValidationContext
Package
Description
Classes dealing with the representation of constraints and the management/instantitation of constraint
validators.
Contains various implementation of validation contexts and supporting classes.
Core classes of the internal model used for representing constraints and related metadata.
-
Uses of ValidationContext in org.hibernate.validator.internal.engine.constraintvalidation
Methods in org.hibernate.validator.internal.engine.constraintvalidation with parameters of type ValidationContextModifier and TypeMethodDescriptionprotected final jakarta.validation.ConstraintValidator<A,
?> ConstraintTree.getInitializedConstraintValidator
(ValidationContext<?> validationContext, ValueContext<?, ?> valueContext) final boolean
ConstraintTree.validateConstraints
(ValidationContext<?> validationContext, ValueContext<?, ?> valueContext) protected abstract void
ConstraintTree.validateConstraints
(ValidationContext<?> validationContext, ValueContext<?, ?> valueContext, Collection<ConstraintValidatorContextImpl> violatedConstraintValidatorContexts) -
Uses of ValidationContext in org.hibernate.validator.internal.engine.validationcontext
Subinterfaces of ValidationContext in org.hibernate.validator.internal.engine.validationcontextModifier and TypeInterfaceDescriptioninterface
Interface that exposes contextual information required for a validation call related to a bean.interface
Extension ofBaseBeanValidationContext
for executable validation.Classes in org.hibernate.validator.internal.engine.validationcontext that implement ValidationContextModifier and TypeClassDescriptionclass
Implementation ofAbstractValidationContext
for executable's parameter validation.class
Implementation ofAbstractValidationContext
for executable's return value validation. -
Uses of ValidationContext in org.hibernate.validator.internal.metadata.core
Methods in org.hibernate.validator.internal.metadata.core with parameters of type ValidationContextModifier and TypeMethodDescriptionboolean
MetaConstraint.validateConstraint
(ValidationContext<?> validationContext, ValueContext<?, Object> valueContext)