Uses of Interface
org.hibernate.validator.internal.engine.validationcontext.ValidationContext
-
Packages that use ValidationContext Package Description org.hibernate.validator.internal.engine.constraintvalidation Classes dealing with the representation of constraints and the management/instantitation of constraint validators.org.hibernate.validator.internal.engine.validationcontext Contains various implementation of validation contexts and supporting classes.org.hibernate.validator.internal.metadata.core 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 ValidationContext Modifier and Type Method Description protected ConstraintValidator<A,?>ConstraintTree. getInitializedConstraintValidator(ValidationContext<?> validationContext, ValueContext<?,?> valueContext)booleanConstraintTree. validateConstraints(ValidationContext<?> validationContext, ValueContext<?,?> valueContext)protected abstract voidConstraintTree. 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.validationcontext Modifier and Type Interface Description interfaceBaseBeanValidationContext<T>Interface that exposes contextual information required for a validation call related to a bean.interfaceExecutableValidationContext<T>Extension ofBaseBeanValidationContextfor executable validation.Classes in org.hibernate.validator.internal.engine.validationcontext that implement ValidationContext Modifier and Type Class Description classParameterExecutableValidationContext<T>Implementation ofAbstractValidationContextfor executable's parameter validation.classReturnValueExecutableValidationContext<T>Implementation ofAbstractValidationContextfor 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 ValidationContext Modifier and Type Method Description booleanMetaConstraint. validateConstraint(ValidationContext<?> validationContext, ValueContext<?,Object> valueContext)
-