| Package | Description |
|---|---|
| io.burt.jmespath | |
| io.burt.jmespath.jcf |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Adapter<T> |
An adapter helps the JMESPath parser and interpreter work with a JSON-like
structure without having to know how it works.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseRuntime<T> |
This class can be extended instead of implementing
Adapter directly,
in order to not have to implement a few of the methods that have non-specific
implementations, like Adapter.functionRegistry(), Adapter.typeOf(T)
or the Comparable interface. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
JcfRuntime |
Copyright © 2016–2019. All rights reserved.