| Class | Description |
|---|---|
| Composite | |
| EmptyBindings |
Bindings without any values. |
| EntryBindings |
Bindings for Map.Entry. |
| IterableExpansionBindings | |
| JsonArrayBindings |
Bindings based on the values in a JSONArray. |
| JsonObjectBindings |
Bindings based on the values in a JSONObject. |
| LoopVarBindings |
Bindings of the loop variables of a for loop. |
| MapBindings |
Bindings based on the content of a Map. |
| MapBindings.Builder | |
| SingletonBindings |
Bindings with exactly one value. |