Package | Description |
---|---|
javax.validation | |
org.hibernate.cfg.beanvalidation | |
org.hibernate.validator.engine |
Implementations for the core interfaces of JSR-303.
|
org.hibernate.validator.engine.resolver |
Various implementations of the TraversableResolver interface.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TraversableResolver.isCascadable(Object traversableObject,
Path.Node traversableProperty,
Class<?> rootBeanType,
Path pathToTraversableObject,
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(Object traversableObject,
Path.Node traversableProperty,
Class<?> rootBeanType,
Path pathToTraversableObject,
ElementType elementType)
Determine if the Bean Validation provider is allowed to reach the property state
|
Modifier and Type | Method and Description |
---|---|
boolean |
HibernateTraversableResolver.isCascadable(Object traversableObject,
Path.Node traversableProperty,
Class<?> rootBeanType,
Path pathToTraversableObject,
ElementType elementType) |
boolean |
HibernateTraversableResolver.isReachable(Object traversableObject,
Path.Node traversableProperty,
Class<?> rootBeanType,
Path pathToTraversableObject,
ElementType elementType) |
Modifier and Type | Class and Description |
---|---|
class |
MethodParameterNodeImpl
A
Path.Node implementation representing a single method parameter. |
class |
MethodReturnValueNodeImpl
A
Path.Node implementation representing a single method parameter. |
class |
NodeImpl
Immutable implementation of a
Path.Node . |
Modifier and Type | Method and Description |
---|---|
Iterator<Path.Node> |
PathImpl.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
SingleThreadCachedTraversableResolver.isCascadable(Object traversableObject,
Path.Node traversableProperty,
Class<?> rootBeanType,
Path pathToTraversableObject,
ElementType elementType) |
boolean |
JPATraversableResolver.isCascadable(Object traversableObject,
Path.Node traversableProperty,
Class<?> rootBeanType,
Path pathToTraversableObject,
ElementType elementType) |
boolean |
DefaultTraversableResolver.isCascadable(Object traversableObject,
Path.Node traversableProperty,
Class<?> rootBeanType,
Path pathToTraversableObject,
ElementType elementType) |
boolean |
SingleThreadCachedTraversableResolver.isReachable(Object traversableObject,
Path.Node traversableProperty,
Class<?> rootBeanType,
Path pathToTraversableObject,
ElementType elementType) |
boolean |
JPATraversableResolver.isReachable(Object traversableObject,
Path.Node traversableProperty,
Class<?> rootBeanType,
Path pathToTraversableObject,
ElementType elementType) |
boolean |
DefaultTraversableResolver.isReachable(Object traversableObject,
Path.Node traversableProperty,
Class<?> rootBeanType,
Path pathToTraversableObject,
ElementType elementType) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.