public interface FieldTransform extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
default void |
close() |
default void |
init(RuleContext ctx) |
Object |
transform(RuleContext ctx,
RuleContext.FieldContext fieldCtx,
Object fieldValue) |
default void init(RuleContext ctx) throws RuleException
RuleExceptionObject transform(RuleContext ctx, RuleContext.FieldContext fieldCtx, Object fieldValue) throws RuleException
RuleExceptiondefault void close()
throws RuleException
close in interface AutoCloseableRuleExceptionCopyright © 2025 Confluent, Inc.. All rights reserved.