Uses of Interface
javax.validation.Path.Node
-
Packages that use Path.Node Package Description javax.validation -
-
Uses of Path.Node in javax.validation
Subinterfaces of Path.Node in javax.validation Modifier and Type Interface Description static interfacePath.BeanNodestatic interfacePath.ConstructorNodestatic interfacePath.CrossParameterNodestatic interfacePath.MethodNodestatic interfacePath.ParameterNodestatic interfacePath.PropertyNodestatic interfacePath.ReturnValueNodeMethods in javax.validation with type parameters of type Path.Node Modifier and Type Method Description <T extends Path.Node>
TPath.Node. as(java.lang.Class<T> nodeType)Methods in javax.validation with parameters of type Path.Node Modifier and Type Method Description booleanTraversableResolver. isCascadable(java.lang.Object traversableObject, Path.Node traversableProperty, java.lang.Class<?> rootBeanType, Path pathToTraversableObject, java.lang.annotation.ElementType elementType)booleanTraversableResolver. isReachable(java.lang.Object traversableObject, Path.Node traversableProperty, java.lang.Class<?> rootBeanType, Path pathToTraversableObject, java.lang.annotation.ElementType elementType)
-