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 TypeClassDescriptionclassChainr is the JOLT mechanism for chainingJoltTransforms together.private static classAdapt "normal" Transforms to look like ContextualTransforms, so that Chainr can just maintain a single list of "JoltTransforms" to run.classBase Templatr transform that to behave differently based on provided opModestatic classThis variant of modifier only writes when the key/index is missing or the value is nullstatic final classThis variant of modifier only writes when the key/index is missingstatic final classThis 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.actualContextualTransformsprivate final List<ContextualTransform> Chainr.transformsListMethods 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 ObjectChainr.doTransform(List<ContextualTransform> transforms, Object input, Map<String, Object> context)