Package | Description |
---|---|
com.bazaarvoice.jolt |
Modifier and Type | Class and Description |
---|---|
class |
CardinalityTransform
The CardinalityTransform changes the cardinality of input JSON data elements.
|
class |
Defaultr
Defaultr is a kind of JOLT transform that applies default values in a non-destructive way.
|
class |
Modifier
Base Templatr transform that to behave differently based on provided opMode
|
static class |
Modifier.Defaultr
This variant of modifier only writes when the key/index is missing or the value is null
|
static class |
Modifier.Definr
This variant of modifier only writes when the key/index is missing
|
static class |
Modifier.Overwritr
This variant of modifier creates the key/index is missing,
and overwrites the value if present
|
class |
Removr
Removr is a kind of JOLT transform that removes content from the input JSON.
|
class |
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.
|