Class NodeImpl.ConstructorNodeImpl

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

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

      • ConstructorNodeImpl

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

        public ConstructorNodeImpl​(String simpleName,
                                   List<Class<?>> paramTypes)
    • Method Detail

      • getKind

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