Uses of Class
org.hibernate.validator.internal.engine.valuecontext.ValueContext
-
Packages that use ValueContext 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.engine.valuecontext org.hibernate.validator.internal.metadata.core Core classes of the internal model used for representing constraints and related metadata. -
-
Uses of ValueContext in org.hibernate.validator.internal.engine.constraintvalidation
Methods in org.hibernate.validator.internal.engine.constraintvalidation with parameters of type ValueContext 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)protected <V> Optional<ConstraintValidatorContextImpl>ConstraintTree. validateSingleConstraint(ValueContext<?,?> valueContext, ConstraintValidatorContextImpl constraintValidatorContext, ConstraintValidator<A,V> validator) -
Uses of ValueContext in org.hibernate.validator.internal.engine.validationcontext
Methods in org.hibernate.validator.internal.engine.validationcontext with parameters of type ValueContext Modifier and Type Method Description voidValidationContext. addConstraintFailure(ValueContext<?,?> valueContext, ConstraintViolationCreationContext constraintViolationCreationContext, ConstraintDescriptor<?> descriptor)protected ConstraintViolation<T>ParameterExecutableValidationContext. createConstraintViolation(String messageTemplate, String interpolatedMessage, Path propertyPath, ConstraintDescriptor<?> constraintDescriptor, ValueContext<?,?> valueContext, ConstraintViolationCreationContext constraintViolationCreationContext)protected ConstraintViolation<T>ReturnValueExecutableValidationContext. createConstraintViolation(String messageTemplate, String interpolatedMessage, Path propertyPath, ConstraintDescriptor<?> constraintDescriptor, ValueContext<?,?> valueContext, ConstraintViolationCreationContext constraintViolationCreationContext)voidBaseBeanValidationContext. markCurrentBeanAsProcessed(ValueContext<?,?> valueContext) -
Uses of ValueContext in org.hibernate.validator.internal.engine.valuecontext
Subclasses of ValueContext in org.hibernate.validator.internal.engine.valuecontext Modifier and Type Class Description classBeanValueContext<T,V>Methods in org.hibernate.validator.internal.engine.valuecontext that return ValueContext Modifier and Type Method Description static <T,V>
ValueContext<T,V>ValueContexts. getLocalExecutionContextForExecutable(ExecutableParameterNameProvider parameterNameProvider, T value, Validatable validatable, PathImpl propertyPath)Creates a value context for validating an executable. -
Uses of ValueContext in org.hibernate.validator.internal.metadata.core
Methods in org.hibernate.validator.internal.metadata.core with parameters of type ValueContext Modifier and Type Method Description booleanMetaConstraint. validateConstraint(ValidationContext<?> validationContext, ValueContext<?,Object> valueContext)
-