Interface | Description |
---|---|
ContextualTransform |
Interface for Jolt Transforms that can incorporate context information along with the
source input JSON.
|
Defaultr.WildCards | |
JoltTransform |
Marker interface for all Jolt Transforms.
|
SpecDriven |
Marker interface for Jolt Transforms that are based off a "spec".
|
Transform |
Class | Description |
---|---|
CardinalityTransform |
The CardinalityTransform changes the cardinality of input JSON data elements.
|
Chainr |
Chainr is the JOLT mechanism for chaining
JoltTransform s together. |
Defaultr |
Defaultr is a kind of JOLT transform that applies default values in a non-destructive way.
|
Removr |
Removr is a kind of JOLT transform that removes content from the input JSON.
|
Shiftr |
Shiftr is a kind of JOLT transform that specifies where "data" from the input JSON should be placed in the
output JSON, aka how the input JSON/data should be shifted around to make the output JSON/data.
|
Sortr |
Recursively sorts all maps within a JSON object into new sorted LinkedHashMaps so that serialized
representations are deterministic.
|
Copyright © 2016. All Rights Reserved.