Uses of Interface
com.bazaarvoice.jolt.Transform
Packages that use Transform
-
Uses of Transform in com.bazaarvoice.jolt
Classes in com.bazaarvoice.jolt that implement TransformModifier and TypeClassDescriptionclass
The CardinalityTransform changes the cardinality of input JSON data elements.class
Chainr is the JOLT mechanism for chainingJoltTransform
s together.class
Defaultr is a kind of JOLT transform that applies default values in a non-destructive way.class
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.class
Recursively sorts all maps within a JSON object into new sorted LinkedHashMaps so that serialized representations are deterministic.Fields in com.bazaarvoice.jolt declared as TransformModifier and TypeFieldDescriptionprivate final Transform
Chainr.ContextualTransformAdapter.transform
Constructors in com.bazaarvoice.jolt with parameters of type Transform