Package org.apache.bval.jsr.util
Class NodeImpl.MethodNodeImpl
- java.lang.Object
-
- org.apache.bval.jsr.util.NodeImpl
-
- org.apache.bval.jsr.util.NodeImpl.MethodNodeImpl
-
- All Implemented Interfaces:
jakarta.validation.Path.MethodNode
,jakarta.validation.Path.Node
,Serializable
- Enclosing class:
- NodeImpl
public static class NodeImpl.MethodNodeImpl extends NodeImpl implements jakarta.validation.Path.MethodNode
- 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 MethodNodeImpl(jakarta.validation.Path.Node cast)
MethodNodeImpl(String name, List<Class<?>> classes)
-
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
-
-