Package org.apache.bval.jsr.util
Class NodeImpl.ParameterNodeImpl
- java.lang.Object
-
- org.apache.bval.jsr.util.NodeImpl
-
- org.apache.bval.jsr.util.NodeImpl.ParameterNodeImpl
-
- All Implemented Interfaces:
jakarta.validation.Path.Node
,jakarta.validation.Path.ParameterNode
,Serializable
- Enclosing class:
- NodeImpl
public static class NodeImpl.ParameterNodeImpl extends NodeImpl implements jakarta.validation.Path.ParameterNode
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.bval.jsr.util.NodeImpl
NodeImpl.BeanNodeImpl, NodeImpl.ConstructorNodeImpl, NodeImpl.ContainerElementNodeImpl, NodeImpl.CrossParameterNodeImpl, NodeImpl.MethodNodeImpl, NodeImpl.ParameterNodeImpl, NodeImpl.PropertyNodeImpl, NodeImpl.ReturnValueNodeImpl
-
-
Field Summary
-
Fields inherited from class org.apache.bval.jsr.util.NodeImpl
NODE_COMPARATOR
-
-
Constructor Summary
Constructors Constructor Description ParameterNodeImpl(jakarta.validation.Path.Node cast)
ParameterNodeImpl(String name, int idx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.validation.ElementKind
getKind()
-
Methods inherited from class org.apache.bval.jsr.util.NodeImpl
appendNode, as, atIndex, atKey, equals, getContainerClass, getIndex, getKey, getName, getParameterIndex, getParameterTypes, getTypeArgumentIndex, hashCode, inContainer, inIterable, isInIterable, setIndex, setInIterable, setKey, setName, setParameterIndex, setParameterTypes, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
ParameterNodeImpl
public ParameterNodeImpl(jakarta.validation.Path.Node cast)
-
ParameterNodeImpl
public ParameterNodeImpl(String name, int idx)
-
-