public interface JmesPath<T>
| Modifier and Type | Method and Description |
|---|---|
Expression<T> |
compile(String expression)
Compile a JMESPath expression into a reusable expression object.
|
Expression<T> compile(String expression)
The expression objects should be stateless and thread safe, but the exact details are up to the concrete implementations.
ParseException - when the string is not a valid JMESPath expressionCopyright © 2016–2023. All rights reserved.