Package software.amazon.smithy.jmespath
Class LinterResult
java.lang.Object
software.amazon.smithy.jmespath.LinterResult
Contains the result of 
JmespathExpression.lint().- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGets the set of problems in the expression.Gets the statically known return type of the expression.inthashCode()
- 
Constructor Details- 
LinterResult
 
- 
- 
Method Details- 
getReturnTypeGets the statically known return type of the expression.- Returns:
- Returns the return type of the expression.
 
- 
getProblemsGets the set of problems in the expression.- Returns:
- Returns the detected problems.
 
- 
equals
- 
hashCodepublic int hashCode()
 
-