Uses of Class
org.hibernate.validator.internal.engine.path.NodeImpl
Packages that use NodeImpl
Package
Description
Classes related to the Path.Node API.
-
Uses of NodeImpl in org.hibernate.validator.internal.engine.path
Methods in org.hibernate.validator.internal.engine.path that return NodeImplModifier and TypeMethodDescriptionPathImpl.addBeanNode()
PathImpl.addContainerElementNode
(String nodeName) PathImpl.addCrossParameterNode()
PathImpl.addParameterNode
(String nodeName, int index) PathImpl.addPropertyNode
(String nodeName) PathImpl.addReturnValueNode()
static NodeImpl
NodeImpl.createBeanNode
(NodeImpl parent) static NodeImpl
NodeImpl.createConstructorNode
(String name, NodeImpl parent, Class<?>[] parameterTypes) static NodeImpl
NodeImpl.createContainerElementNode
(String name, NodeImpl parent) static NodeImpl
NodeImpl.createCrossParameterNode
(NodeImpl parent) static NodeImpl
NodeImpl.createMethodNode
(String name, NodeImpl parent, Class<?>[] parameterTypes) static NodeImpl
NodeImpl.createParameterNode
(String name, NodeImpl parent, int parameterIndex) static NodeImpl
NodeImpl.createPropertyNode
(String name, NodeImpl parent) static NodeImpl
NodeImpl.createReturnValue
(NodeImpl parent) PathImpl.getLeafNode()
final NodeImpl
NodeImpl.getParent()
static NodeImpl
NodeImpl.makeIterable
(NodeImpl node) static NodeImpl
NodeImpl.makeIterableAndSetIndex
(NodeImpl node, Integer index) static NodeImpl
NodeImpl.makeIterableAndSetMapKey
(NodeImpl node, Object key) PathImpl.makeLeafNodeIterable()
PathImpl.makeLeafNodeIterableAndSetIndex
(Integer index) PathImpl.makeLeafNodeIterableAndSetMapKey
(Object key) PathImpl.setLeafNodeTypeParameter
(Class<?> containerClass, Integer typeArgumentIndex) PathImpl.setLeafNodeValueIfRequired
(Object value) static NodeImpl
NodeImpl.setPropertyValue
(NodeImpl node, Object value) static NodeImpl
NodeImpl.setTypeParameter
(NodeImpl node, Class<?> containerClass, Integer typeArgumentIndex) Methods in org.hibernate.validator.internal.engine.path with parameters of type NodeImplModifier and TypeMethodDescriptionstatic NodeImpl
NodeImpl.createBeanNode
(NodeImpl parent) static NodeImpl
NodeImpl.createConstructorNode
(String name, NodeImpl parent, Class<?>[] parameterTypes) static NodeImpl
NodeImpl.createContainerElementNode
(String name, NodeImpl parent) static NodeImpl
NodeImpl.createCrossParameterNode
(NodeImpl parent) static NodeImpl
NodeImpl.createMethodNode
(String name, NodeImpl parent, Class<?>[] parameterTypes) static NodeImpl
NodeImpl.createParameterNode
(String name, NodeImpl parent, int parameterIndex) static NodeImpl
NodeImpl.createPropertyNode
(String name, NodeImpl parent) static NodeImpl
NodeImpl.createReturnValue
(NodeImpl parent) static NodeImpl
NodeImpl.makeIterable
(NodeImpl node) static NodeImpl
NodeImpl.makeIterableAndSetIndex
(NodeImpl node, Integer index) static NodeImpl
NodeImpl.makeIterableAndSetMapKey
(NodeImpl node, Object key) static NodeImpl
NodeImpl.setPropertyValue
(NodeImpl node, Object value) static NodeImpl
NodeImpl.setTypeParameter
(NodeImpl node, Class<?> containerClass, Integer typeArgumentIndex)