| Chainr |
Chainr is the JOLT mechanism for chaining JoltTransforms together.
|
| ContextualTransform |
Interface for Jolt Transforms that can incorporate context information along with the
source input JSON.
|
| Diffy |
JSON Diff tool that will walk two "JSON" objects simultaneously and identify mismatches.
|
| Diffy.Result |
Contains the unmatched fields from the Diffy operation.
|
| JoltCliProcessor |
An interface to describe a subcommand for the Jolt CLI Tool.
|
| JoltTransform |
Marker interface for all Jolt Transforms.
|
| JsonUtil |
Utility methods for getting JSON content loaded from
the filesystem, the classpath, or in memory Strings.
|
| Modifier |
Base Templatr transform that to behave differently based on provided opMode
|
| Sortr.JsonKeyComparator |
Standard alphabetical sort, with a special case for keys beginning with "~".
|
| SpecDriven |
Marker interface for Jolt Transforms that are based off a "spec".
|
| Transform |
|