| Package | Description |
|---|---|
| com.bazaarvoice.jolt |
| Modifier and Type | Class and Description |
|---|---|
class |
Chainr
Chainr is the JOLT mechanism for chaining
JoltTransforms together. |
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
|
| Modifier and Type | Method and Description |
|---|---|
List<ContextualTransform> |
Chainr.getContextualTransforms()
This method allows Chainr clients to examine the ContextualTransforms
in this Chainr instance.
|
Copyright © 2023. All rights reserved.