Class NodeImpl.PropertyNodeImpl

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

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

      • PropertyNodeImpl

        public PropertyNodeImpl​(String name)
      • PropertyNodeImpl

        public PropertyNodeImpl​(javax.validation.Path.Node cast)
    • Method Detail

      • getKind

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