Package | Description |
---|---|
org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-303.
|
org.hibernate.validator.internal.metadata.core |
Modifier and Type | Method and Description |
---|---|
static <T,V> ValueContext<T,V> |
ValueContext.getLocalExecutionContext(Class<T> type,
PathImpl propertyPath) |
static <T,V> ValueContext<T,V> |
ValueContext.getLocalExecutionContext(T value,
PathImpl propertyPath) |
static <T,V> ValueContext<T,V> |
ValueContext.getLocalExecutionContext(T value,
PathImpl propertyPath,
int parameterIndex,
String parameterName) |
Modifier and Type | Method and Description |
---|---|
abstract <U,V> C |
ValidationContext.createConstraintViolation(ValueContext<U,V> localContext,
MessageAndPath messageAndPath,
ConstraintDescriptor<?> descriptor) |
<U,V> ConstraintViolation<T> |
StandardValidationContext.createConstraintViolation(ValueContext<U,V> localContext,
MessageAndPath messageAndPath,
ConstraintDescriptor<?> descriptor) |
<U,V> MethodConstraintViolation<T> |
MethodValidationContext.createConstraintViolation(ValueContext<U,V> localContext,
MessageAndPath messageAndPath,
ConstraintDescriptor<?> descriptor) |
<U,V> List<C> |
ValidationContext.createConstraintViolations(ValueContext<U,V> localContext,
ConstraintValidatorContextImpl constraintValidatorContext) |
<T,U,V,E extends ConstraintViolation<T>> |
ConstraintTree.validateConstraints(ValidationContext<T,E> executionContext,
ValueContext<U,V> valueContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
MetaConstraint.validateConstraint(ValidationContext<?,?> executionContext,
ValueContext<?,?> valueContext) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.