Package | Description |
---|---|
org.hibernate.validator.internal.engine.path |
Classes related to the Path.Node API.
|
Modifier and Type | Method and Description |
---|---|
static NodeImpl |
NodeImpl.createBeanNode(NodeImpl parent) |
static NodeImpl |
NodeImpl.createConstructorNode(String name,
NodeImpl parent,
Class<?>[] parameterTypes) |
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.setIndex(NodeImpl node,
Integer index) |
static NodeImpl |
NodeImpl.setMapKey(NodeImpl node,
Object key) |
static NodeImpl |
NodeImpl.setPropertyValue(NodeImpl node,
Object value) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.