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 TypeClassDescriptionclassThe CardinalityTransform changes the cardinality of input JSON data elements.classChainr is the JOLT mechanism for chainingJoltTransforms together.classDefaultr is a kind of JOLT transform that applies default values in a non-destructive way.classRemovr is a kind of JOLT transform that removes content from the input JSON.classShiftr 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.classRecursively 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 TransformChainr.ContextualTransformAdapter.transformConstructors in com.bazaarvoice.jolt with parameters of type Transform