| Package | Description |
|---|---|
| javax.validation |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Path.BeanNode |
static interface |
Path.ConstructorNode |
static interface |
Path.CrossParameterNode |
static interface |
Path.MethodNode |
static interface |
Path.ParameterNode |
static interface |
Path.PropertyNode |
static interface |
Path.ReturnValueNode |
| Modifier and Type | Method and Description |
|---|---|
<T extends Path.Node> |
Path.Node.as(Class<T> nodeType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TraversableResolver.isCascadable(Object traversableObject,
Path.Node traversableProperty,
Class<?> rootBeanType,
Path pathToTraversableObject,
ElementType elementType) |
boolean |
TraversableResolver.isReachable(Object traversableObject,
Path.Node traversableProperty,
Class<?> rootBeanType,
Path pathToTraversableObject,
ElementType elementType) |
Copyright © 2017. All rights reserved.