Uses of Interface
com.networknt.kafka.common.converter.SchemaConverter
-
Packages that use SchemaConverter Package Description com.networknt.kafka.common.converter -
-
Uses of SchemaConverter in com.networknt.kafka.common.converter
Classes in com.networknt.kafka.common.converter that implement SchemaConverter Modifier and Type Class Description classAvroConverterProvides conversion of JSON to/from Avro.classAvroNoWrappingConverterProvides conversion of JSON to/from Avro to remove the type so that it can be easily converted to a Java POJO.classJsonSchemaConverterProvides conversion of JSON to/from JSON Schema.classProtobufConverterProvides conversion of JSON to/from Protobuf.
-