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 java.util.Optional<ObjectNode> getOutput()
        Returns:
        Gets the output object.
      • getAllowConstraintErrors

        public boolean getAllowConstraintErrors()
        Returns:
        Returns true if input constraints errors are allowed.
      • 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.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object