public interface CaseTransformer
| Modifier and Type | Method and Description |
|---|---|
static CaseTransformer |
combineCaseProcessor(CaseTransformer... caseTransformers)
Compiles a list of case detectors into a single case detector
|
static CaseTransformer |
createPassThroughTransformation()
Leaves intact
|
void |
transformCase(TransformationPhaseContext context)
Processes cases of interest
|
void transformCase(TransformationPhaseContext context)
context - The iteration context of the current iteration in progressstatic CaseTransformer createPassThroughTransformation()
static CaseTransformer combineCaseProcessor(CaseTransformer... caseTransformers)
caseTransformers - A list of case detectors that we wish to join