Interface JoltTransform

All Known Subinterfaces:
ContextualTransform, Transform
All Known Implementing Classes:
CardinalityTransform, Chainr, Chainr.ContextualTransformAdapter, Defaultr, Modifier, Modifier.Defaultr, Modifier.Definr, Modifier.Overwritr, Removr, Shiftr, Sortr

public interface JoltTransform
Marker interface for all Jolt Transforms. Jolt Transforms should not actually implement this interface. Instead they should implement either the Transform interface or the ContextualTransform interface. This interface exists because the Transform and ContextualTransform interfaces do not share any methods, but we need a need a way to flag a class being a JoltTransform.