Class FieldRedactionExecutor.FieldRedactionExecutorTransform
java.lang.Object
io.confluent.kafka.schemaregistry.rules.FieldRedactionExecutor.FieldRedactionExecutorTransform
- All Implemented Interfaces:
FieldTransform,AutoCloseable
- Enclosing class:
- FieldRedactionExecutor
public static class FieldRedactionExecutor.FieldRedactionExecutorTransform
extends Object
implements FieldTransform
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()transform(RuleContext ctx, RuleContext.FieldContext fieldCtx, Object fieldValue) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.confluent.kafka.schemaregistry.rules.FieldTransform
init
-
Constructor Details
-
FieldRedactionExecutorTransform
public FieldRedactionExecutorTransform()
-
-
Method Details
-
transform
public Object transform(RuleContext ctx, RuleContext.FieldContext fieldCtx, Object fieldValue) throws RuleException - Specified by:
transformin interfaceFieldTransform- Throws:
RuleException
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceFieldTransform
-