|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Path | |
|---|---|
| javax.validation | |
| Uses of Path in javax.validation |
|---|
| Methods in javax.validation that return Path | |
|---|---|
Path |
ConstraintViolation.getPropertyPath()
|
| Methods in javax.validation with parameters of type Path | |
|---|---|
boolean |
TraversableResolver.isCascadable(java.lang.Object traversableObject,
Path.Node traversableProperty,
java.lang.Class<?> rootBeanType,
Path pathToTraversableObject,
java.lang.annotation.ElementType elementType)
Determine if the Bean Validation provider is allowed to cascade validation on the bean instance returned by the property value marked as @Valid. |
boolean |
TraversableResolver.isReachable(java.lang.Object traversableObject,
Path.Node traversableProperty,
java.lang.Class<?> rootBeanType,
Path pathToTraversableObject,
java.lang.annotation.ElementType elementType)
Determine if the Bean Validation provider is allowed to reach the property state |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||