Interface IFieldTransform
Inherited Members
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public interface IFieldTransform : IDisposable
Methods
Init(RuleContext)
Declaration
void Init(RuleContext ctx)
Parameters
Type | Name | Description |
---|---|---|
RuleContext | ctx |
Transform(RuleContext, FieldContext, object)
Declaration
Task<object> Transform(RuleContext ctx, RuleContext.FieldContext fieldCtx, object fieldValue)
Parameters
Type | Name | Description |
---|---|---|
RuleContext | ctx | |
RuleContext.FieldContext | fieldCtx | |
object | fieldValue |
Returns
Type | Description |
---|---|
Task<object> |