Adapter<T>BaseRuntime, JcfRuntimepublic interface JmesPath<T>
| Modifier and Type | Method | 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–2019. All rights reserved.