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