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 |
---|---|---|
Rule |
ctx | |
Json |
schema | |
string | path | |
object | message | |
IField |
fieldTransform |