Package | Description |
---|---|
org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-380.
|
org.hibernate.validator.internal.engine.constraintvalidation |
Classes dealing with the representation of constraints and the management/instantitation of constraint
validators.
|
org.hibernate.validator.internal.metadata.core |
Core classes of the internal model used for representing constraints and related metadata.
|
Modifier and Type | Method and Description |
---|---|
static <T,V> ValueContext<T,V> |
ValueContext.getLocalExecutionContext(BeanMetaDataManager beanMetaDataManager,
ExecutableParameterNameProvider parameterNameProvider,
Class<T> rootBeanType,
Validatable validatable,
PathImpl propertyPath) |
static <T,V> ValueContext<T,V> |
ValueContext.getLocalExecutionContext(BeanMetaDataManager beanMetaDataManager,
ExecutableParameterNameProvider parameterNameProvider,
T value,
Validatable validatable,
PathImpl propertyPath) |
static <T,V> ValueContext<T,V> |
ValueContext.getLocalExecutionContext(ExecutableParameterNameProvider parameterNameProvider,
Class<T> currentBeanType,
BeanMetaData<?> currentBeanMetaData,
PathImpl propertyPath) |
static <T,V> ValueContext<T,V> |
ValueContext.getLocalExecutionContext(ExecutableParameterNameProvider parameterNameProvider,
T value,
BeanMetaData<?> currentBeanMetaData,
PathImpl propertyPath) |
Modifier and Type | Method and Description |
---|---|
ConstraintViolation<T> |
ValidationContext.createConstraintViolation(ValueContext<?,?> localContext,
ConstraintViolationCreationContext constraintViolationCreationContext,
ConstraintDescriptor<?> descriptor) |
Set<ConstraintViolation<T>> |
ValidationContext.createConstraintViolations(ValueContext<?,?> localContext,
ConstraintValidatorContextImpl constraintValidatorContext) |
void |
ValidationContext.markCurrentBeanAsProcessed(ValueContext<?,?> valueContext) |
Modifier and Type | Method and Description |
---|---|
protected <T> ConstraintValidator<A,?> |
ConstraintTree.getInitializedConstraintValidator(ValidationContext<T> validationContext,
ValueContext<?,?> valueContext) |
<T> boolean |
ConstraintTree.validateConstraints(ValidationContext<T> executionContext,
ValueContext<?,?> valueContext) |
protected abstract <T> void |
ConstraintTree.validateConstraints(ValidationContext<T> executionContext,
ValueContext<?,?> valueContext,
Set<ConstraintViolation<T>> constraintViolations) |
protected <T,V> Set<ConstraintViolation<T>> |
ConstraintTree.validateSingleConstraint(ValidationContext<T> executionContext,
ValueContext<?,?> valueContext,
ConstraintValidatorContextImpl constraintValidatorContext,
ConstraintValidator<A,V> validator) |
Modifier and Type | Method and Description |
---|---|
boolean |
MetaConstraint.validateConstraint(ValidationContext<?> validationContext,
ValueContext<?,Object> valueContext) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.