Uses of Interface
com.bazaarvoice.jolt.Transform

Packages that use Transform
Package
Description
 
  • Uses of Transform in com.bazaarvoice.jolt

    Classes in com.bazaarvoice.jolt that implement Transform
    Modifier and Type
    Class
    Description
    class 
    The CardinalityTransform changes the cardinality of input JSON data elements.
    class 
    Chainr is the JOLT mechanism for chaining JoltTransforms 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 Transform
    Modifier and Type
    Field
    Description
    private final Transform
    Chainr.ContextualTransformAdapter.transform
     
    Constructors in com.bazaarvoice.jolt with parameters of type Transform
    Modifier
    Constructor
    Description
    private