public class JmesPathMultiSelectList extends Object implements JmesPathExpression
Constructor and Description |
---|
JmesPathMultiSelectList(JmesPathExpression... expressions) |
JmesPathMultiSelectList(List<JmesPathExpression> expressions) |
Modifier and Type | Method and Description |
---|---|
|
accept(JmesPathVisitor visitor,
Input input)
Delegates to either the CodeGen visitor(JmesPathMultiSelectList) or
Evaluation visitor(JmesPathMultiSelectList) based on the type of JmesPath
visitor
|
List<JmesPathExpression> |
getExpressions() |
public JmesPathMultiSelectList(JmesPathExpression... expressions)
public JmesPathMultiSelectList(List<JmesPathExpression> expressions)
public List<JmesPathExpression> getExpressions()
public Output accept(JmesPathVisitor visitor, Input input) throws InvalidTypeException
accept
in interface JmesPathExpression
Input
- Input type for the visitor
CodeGen visitor: Void
Evaluation visitor: JsonNodeOutput
- Output type for the visitor
CodeGen visitor: String
Evaluation visitor: JsonNodevisitor
- CodeGen visitor or Evaluation visitorinput
- Input expression that needs to be evaluatedInvalidTypeException