| Package | Description |
|---|---|
| com.bazaarvoice.jolt.modifier | |
| com.bazaarvoice.jolt.modifier.spec |
| Modifier and Type | Method and Description |
|---|---|
static OpMode |
OpMode.from(String op) |
static OpMode |
OpMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpMode[] |
OpMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
DataType.create(String keyOrIndex,
WalkedPath walkedPath,
OpMode opMode)
Creates an empty map/list, as required by spec, in the parent map/list at given key/index
|
| Constructor and Description |
|---|
TemplatrSpecBuilder(OpMode opMode,
Map<String,Function> functionsMap) |
| Modifier and Type | Field and Description |
|---|---|
protected OpMode |
ModifierSpec.opMode |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
ModifierSpec.setData(Object parent,
MatchedElement matchedElement,
Object value,
OpMode opMode)
Static utility method for facilitating writes on input object
|
| Constructor and Description |
|---|
ModifierCompositeSpec(String key,
Map<String,Object> spec,
OpMode opMode,
TemplatrSpecBuilder specBuilder) |
ModifierLeafSpec(String rawJsonKey,
Object rhsObj,
OpMode opMode,
Map<String,Function> functionsMap) |
ModifierSpec(String rawJsonKey,
OpMode opMode)
Builds LHS pathElement and validates to specification
|
Copyright © 2023. All rights reserved.