JmesPathExpressionpublic class JmesPathField extends Object implements JmesPathExpression
| Constructor | Description |
|---|---|
JmesPathField(String value) |
| Modifier and Type | Method | Description |
|---|---|---|
<InputT,OutputT> |
accept(JmesPathVisitor<InputT,OutputT> visitor,
InputT input) |
Delegates to either the CodeGen visitor(JmesPathField) or
Evaluation visitor(JmesPathField) based on the type of JmesPath
visitor
|
String |
getValue() |
public JmesPathField(String value)
public String getValue()
public <InputT,OutputT> OutputT accept(JmesPathVisitor<InputT,OutputT> visitor, InputT input) throws InvalidTypeException
accept in interface JmesPathExpressionInputT - Input type for the visitor
CodeGen visitor: Void
Evaluation visitor: JsonNodeOutputT - Output type for the visitor
CodeGen visitor: String
Evaluation visitor: JsonNodevisitor - CodeGen visitor or Evaluation visitorinput - Input expression that needs to be evaluatedInvalidTypeExceptionCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.