Class AvroUtils
Avro utilities
Inherited Members
Namespace: Confluent.SchemaRegistry.Serdes
Assembly: Confluent.SchemaRegistry.Serdes.Avro.dll
Syntax
public static class AvroUtils
Methods
Transform(RuleContext, Schema, object, IFieldTransform)
Declaration
public static Task<object> Transform(RuleContext ctx, Schema schema, object message, IFieldTransform fieldTransform)
Parameters
Type | Name | Description |
---|---|---|
RuleContext | ctx | |
Schema | schema | |
object | message | |
IFieldTransform | fieldTransform |
Returns
Type | Description |
---|---|
Task<object> |