@FunctionalInterface public interface Parser<T>
ParseResult
from a string between two provided bounds.Modifier and Type | Method and Description |
---|---|
ParseResult<T> |
parse(int startPosition,
int endPosition)
Parse a JMESPath string between the start position (inclusive) and end position (exclusive).
|
ParseResult<T> parse(int startPosition, int endPosition)
Copyright © 2023. All rights reserved.