Skip to content
  • Schuhbaeck, Stefan's avatar
    238b68b1
    add JoltTransformation class to allow postTransformation hooks. · 238b68b1
    Schuhbaeck, Stefan authored
    This addition is needed because not all transformation can be done
    with the Jolt Transformation. Each implementation of JoltTransformation
    has a list of PostTransformHooks which will be executed in order on
    the JsonNode representation _after_ the Jolt transformation is done.
    
    This allows context specific transformation. If needed a postHook will
    be added in the future.
    238b68b1
    add JoltTransformation class to allow postTransformation hooks.
    Schuhbaeck, Stefan authored
    This addition is needed because not all transformation can be done
    with the Jolt Transformation. Each implementation of JoltTransformation
    has a list of PostTransformHooks which will be executed in order on
    the JsonNode representation _after_ the Jolt transformation is done.
    
    This allows context specific transformation. If needed a postHook will
    be added in the future.
Loading