Class FieldEncryptionExecutor.FieldEncryptionExecutorTransform
java.lang.Object
io.confluent.kafka.schemaregistry.encryption.FieldEncryptionExecutor.FieldEncryptionExecutorTransform
- All Implemented Interfaces:
FieldTransform,AutoCloseable
- Enclosing class:
- FieldEncryptionExecutor
public class FieldEncryptionExecutor.FieldEncryptionExecutorTransform
extends Object
implements FieldTransform
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(RuleContext ctx) 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
close
-
Constructor Details
-
FieldEncryptionExecutorTransform
public FieldEncryptionExecutorTransform()
-
-
Method Details
-
init
- Specified by:
initin interfaceFieldTransform- Throws:
RuleException
-
transform
public Object transform(RuleContext ctx, RuleContext.FieldContext fieldCtx, Object fieldValue) throws RuleException - Specified by:
transformin interfaceFieldTransform- Throws:
RuleException
-