Uses of Interface
com.bazaarvoice.jolt.ContextualTransform
Packages that use ContextualTransform
-
Uses of ContextualTransform in com.bazaarvoice.jolt
Classes in com.bazaarvoice.jolt that implement ContextualTransformModifier and TypeClassDescriptionclass
Chainr is the JOLT mechanism for chainingJoltTransform
s together.private static class
Adapt "normal" Transforms to look like ContextualTransforms, so that Chainr can just maintain a single list of "JoltTransforms" to run.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 presentFields in com.bazaarvoice.jolt with type parameters of type ContextualTransformModifier and TypeFieldDescriptionprivate final List
<ContextualTransform> Chainr.actualContextualTransforms
private final List
<ContextualTransform> Chainr.transformsList
Methods in com.bazaarvoice.jolt that return types with arguments of type ContextualTransformModifier and TypeMethodDescriptionChainr.getContextualTransforms()
This method allows Chainr clients to examine the ContextualTransforms in this Chainr instance.Method parameters in com.bazaarvoice.jolt with type arguments of type ContextualTransformModifier and TypeMethodDescriptionprivate static Object
Chainr.doTransform
(List<ContextualTransform> transforms, Object input, Map<String, Object> context)