Package software.amazon.smithy.jmespath
Class LinterResult
java.lang.Object
software.amazon.smithy.jmespath.LinterResult
Contains the result of 
JmespathExpression.lint().- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the set of problems in the expression.Gets the statically known return type of the expression.inthashCode() 
- 
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() 
 -