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 NodeImplNodeImpl.createBeanNode(NodeImpl parent) static NodeImplNodeImpl.createConstructorNode(String name, NodeImpl parent, Class<?>[] parameterTypes) static NodeImplNodeImpl.createContainerElementNode(String name, NodeImpl parent) static NodeImplNodeImpl.createCrossParameterNode(NodeImpl parent) static NodeImplNodeImpl.createMethodNode(String name, NodeImpl parent, Class<?>[] parameterTypes) static NodeImplNodeImpl.createParameterNode(String name, NodeImpl parent, int parameterIndex) static NodeImplNodeImpl.createPropertyNode(String name, NodeImpl parent) static NodeImplNodeImpl.createReturnValue(NodeImpl parent) PathImpl.getLeafNode()final NodeImplNodeImpl.getParent()static NodeImplNodeImpl.makeIterable(NodeImpl node) static NodeImplNodeImpl.makeIterableAndSetIndex(NodeImpl node, Integer index) static NodeImplNodeImpl.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 NodeImplNodeImpl.setPropertyValue(NodeImpl node, Object value) static NodeImplNodeImpl.setTypeParameter(NodeImpl node, Class<?> containerClass, Integer typeArgumentIndex) Methods in org.hibernate.validator.internal.engine.path with parameters of type NodeImplModifier and TypeMethodDescriptionstatic NodeImplNodeImpl.createBeanNode(NodeImpl parent) static NodeImplNodeImpl.createConstructorNode(String name, NodeImpl parent, Class<?>[] parameterTypes) static NodeImplNodeImpl.createContainerElementNode(String name, NodeImpl parent) static NodeImplNodeImpl.createCrossParameterNode(NodeImpl parent) static NodeImplNodeImpl.createMethodNode(String name, NodeImpl parent, Class<?>[] parameterTypes) static NodeImplNodeImpl.createParameterNode(String name, NodeImpl parent, int parameterIndex) static NodeImplNodeImpl.createPropertyNode(String name, NodeImpl parent) static NodeImplNodeImpl.createReturnValue(NodeImpl parent) static NodeImplNodeImpl.makeIterable(NodeImpl node) static NodeImplNodeImpl.makeIterableAndSetIndex(NodeImpl node, Integer index) static NodeImplNodeImpl.makeIterableAndSetMapKey(NodeImpl node, Object key) static NodeImplNodeImpl.setPropertyValue(NodeImpl node, Object value) static NodeImplNodeImpl.setTypeParameter(NodeImpl node, Class<?> containerClass, Integer typeArgumentIndex)