Package software.amazon.smithy.jmespath
Class LinterResult
java.lang.Object
software.amazon.smithy.jmespath.LinterResult
Contains the result of
JmespathExpression.lint()
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the set of problems in the expression.Gets the statically known return type of the expression.int
hashCode()
-
Constructor Details
-
LinterResult
-
-
Method Details
-
getReturnType
Gets the statically known return type of the expression.- Returns:
- Returns the return type of the expression.
-
getProblems
Gets the set of problems in the expression.- Returns:
- Returns the detected problems.
-
equals
-
hashCode
public int hashCode()
-