confluent-kafka-dotnet
Show / Hide Table of Contents

Class JsonUtils

JSON Schema utilities

Inheritance
object
JsonUtils
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.SchemaRegistry.Serdes
Assembly: Confluent.SchemaRegistry.Serdes.Json.dll
Syntax
public static class JsonUtils

Methods

Transform(RuleContext, JsonSchema, JsonSchema, string, object, IFieldTransform)

Declaration
public static Task<object> Transform(RuleContext ctx, JsonSchema rootSchema, JsonSchema schema, string path, object message, IFieldTransform fieldTransform)
Parameters
Type Name Description
RuleContext ctx
JsonSchema rootSchema
JsonSchema schema
string path
object message
IFieldTransform fieldTransform
Returns
Type Description
Task<object>
In this article