Uses of Interface
com.bazaarvoice.jolt.ContextualTransform
-
Packages that use ContextualTransform Package Description com.bazaarvoice.jolt -
-
Uses of ContextualTransform in com.bazaarvoice.jolt
Classes in com.bazaarvoice.jolt that implement ContextualTransform Modifier and Type Class Description classChainrChainr is the JOLT mechanism for chainingJoltTransforms together.private static classChainr.ContextualTransformAdapterAdapt "normal" Transforms to look like ContextualTransforms, so that Chainr can just maintain a single list of "JoltTransforms" to run.classModifierBase Templatr transform that to behave differently based on provided opModestatic classModifier.DefaultrThis variant of modifier only writes when the key/index is missing or the value is nullstatic classModifier.DefinrThis variant of modifier only writes when the key/index is missingstatic classModifier.OverwritrThis variant of modifier creates the key/index is missing, and overwrites the value if presentFields in com.bazaarvoice.jolt with type parameters of type ContextualTransform Modifier and Type Field Description private java.util.List<ContextualTransform>Chainr. actualContextualTransformsprivate java.util.List<ContextualTransform>Chainr. transformsListMethods in com.bazaarvoice.jolt that return types with arguments of type ContextualTransform Modifier and Type Method Description java.util.List<ContextualTransform>Chainr. 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 ContextualTransform Modifier and Type Method Description private static java.lang.ObjectChainr. doTransform(java.util.List<ContextualTransform> transforms, java.lang.Object input, java.util.Map<java.lang.String,java.lang.Object> context)
-