Class NodeImpl.MethodNodeImpl

  • All Implemented Interfaces:
    Serializable, javax.validation.Path.MethodNode, javax.validation.Path.Node
    Enclosing class:
    NodeImpl

    public static class NodeImpl.MethodNodeImpl
    extends NodeImpl
    implements javax.validation.Path.MethodNode
    See Also:
    Serialized Form
    • Constructor Detail

      • MethodNodeImpl

        public MethodNodeImpl​(javax.validation.Path.Node cast)
      • MethodNodeImpl

        public MethodNodeImpl​(String name,
                              List<Class<?>> classes)
    • Method Detail

      • getKind

        public javax.validation.ElementKind getKind()
        Specified by:
        getKind in interface javax.validation.Path.Node