Class LinterResult

java.lang.Object
software.amazon.smithy.jmespath.LinterResult

public final class LinterResult extends Object
Contains the result of JmespathExpression.lint().
  • Constructor Details

  • Method Details

    • getReturnType

      public RuntimeType getReturnType()
      Gets the statically known return type of the expression.
      Returns:
      Returns the return type of the expression.
    • getProblems

      public Set<ExpressionProblem> getProblems()
      Gets the set of problems in the expression.
      Returns:
      Returns the detected problems.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object