Package com.networknt.kafka.common.converter
-
Interface Summary Interface Description SchemaConverter Provides conversion of JSON to/from an object for a specific schema type. -
Class Summary Class Description AvroConverter Provides conversion of JSON to/from Avro.AvroNoWrappingConverter Provides conversion of JSON to/from Avro to remove the type so that it can be easily converted to a Java POJO.JsonSchemaConverter Provides conversion of JSON to/from JSON Schema.ProtobufConverter Provides conversion of JSON to/from Protobuf.SchemaConverter.JsonNodeAndSize -
Exception Summary Exception Description ConversionException Exception thrown when conversion fails.