Uses of Interface
com.bazaarvoice.jolt.SpecDriven
Packages that use SpecDriven
-
Uses of SpecDriven in com.bazaarvoice.jolt
Classes in com.bazaarvoice.jolt that implement SpecDrivenModifier and TypeClassDescriptionclass
The CardinalityTransform changes the cardinality of input JSON data elements.class
Defaultr is a kind of JOLT transform that applies default values in a non-destructive way.class
Base Templatr transform that to behave differently based on provided opModestatic class
This variant of modifier only writes when the key/index is missing or the value is nullstatic final class
This variant of modifier only writes when the key/index is missingstatic final class
This variant of modifier creates the key/index is missing, and overwrites the value if presentclass
Removr is a kind of JOLT transform that removes content from the input JSON.class
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.