Interface FieldTransform
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
FieldRedactionExecutor.FieldRedactionExecutorTransform
A field transform.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidclose()default voidinit(RuleContext ctx) transform(RuleContext ctx, RuleContext.FieldContext fieldCtx, Object fieldValue)
-
Method Details
-
init
- Throws:
RuleException
-
transform
Object transform(RuleContext ctx, RuleContext.FieldContext fieldCtx, Object fieldValue) throws RuleException - Throws:
RuleException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
RuleException
-