Class ExamplesTrait.Example

    • Method Detail

      • getTitle

        public java.lang.String getTitle()
        Returns:
        Returns the title.
      • getDocumentation

        public java.util.Optional<java.lang.String> getDocumentation()
        Returns:
        Gets the optional documentation.
      • getInput

        public ObjectNode getInput()
        Returns:
        Gets the input object.
      • getOutput

        public ObjectNode getOutput()
        Returns:
        Gets the output object.
      • toNode

        public Node toNode()
        Description copied from interface: ToNode
        Converts a value to a Node.
        Specified by:
        toNode in interface ToNode
        Returns:
        Returns the creates Node.