Package | Description |
---|---|
software.amazon.awssdk.codegen.jmespath.parser | |
software.amazon.awssdk.codegen.jmespath.parser.util |
Modifier and Type | Method and Description |
---|---|
static <T> ParseResult<T> |
ParseResult.error()
Create an error result.
|
<U> ParseResult<U> |
ParseResult.mapResult(Function<T,U> mapper)
Convert the value in this parse result (if successful) using the provided function.
|
ParseResult<T> |
Parser.parse(int startPosition,
int endPosition)
Parse a JMESPath string between the start position (inclusive) and end position (exclusive).
|
static <T> ParseResult<T> |
ParseResult.success(T result)
Create a successful result with the provided value.
|
Modifier and Type | Method and Description |
---|---|
ParseResult<T> |
CompositeParser.parse(int startPosition,
int endPosition) |
Copyright © 2020. All rights reserved.