Class NodeImpl.ConstructorNodeImpl

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

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

      • ConstructorNodeImpl

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

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

      • getKind

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