Interface Path.ParserResult

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isValid()
      Whether this parser result is actually valid or merely parses but fails further validations (length limits, semantics, etc).
      String toString()
      Returns this parser result in some useful format.
    • Method Detail

      • isValid

        boolean isValid()
        Whether this parser result is actually valid or merely parses but fails further validations (length limits, semantics, etc).
        Returns:
        true if valid, false otherwise
      • toString

        String toString()
        Returns this parser result in some useful format.
        Overrides:
        toString in class Object
        Returns:
        String representation