Package | Description |
---|---|
org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-303.
|
Modifier and Type | Method and Description |
---|---|
static PathImpl |
PathImpl.createCopy(PathImpl path) |
static PathImpl |
PathImpl.createPathForMethodParameter(Method method,
String parameterName)
Creates a path representing the specified method parameter.
|
static PathImpl |
PathImpl.createPathForMethodReturnValue(Method method) |
static PathImpl |
PathImpl.createPathFromString(String propertyPath)
Returns a
Path instance representing the path described by the
given string. |
static PathImpl |
PathImpl.createRootPath() |
PathImpl |
PathImpl.getPathWithoutLeafNode() |
PathImpl |
ValueContext.getPropertyPath() |
Modifier and Type | Method and Description |
---|---|
static PathImpl |
PathImpl.createCopy(PathImpl path) |
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) |
boolean |
ValidationContext.isAlreadyValidated(Object value,
Class<?> group,
PathImpl path) |
void |
ValidationContext.markProcessed(Object value,
Class<?> group,
PathImpl path) |
void |
ValueContext.setPropertyPath(PathImpl propertyPath)
Sets the property path to the match the currently validated value.
|
Constructor and Description |
---|
ConstraintValidatorContextImpl(PathImpl propertyPath,
ConstraintDescriptor<?> constraintDescriptor) |
ValueContext(T currentBean,
Class<T> currentBeanType,
PathImpl propertyPath) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.