Class JsonSchemaSerde<T>
- java.lang.Object
-
- io.apicurio.registry.serde.AbstractSerde<T>
-
- io.apicurio.registry.serde.jsonschema.JsonSchemaSerde<T>
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.kafka.common.serialization.Serde<T>
public class JsonSchemaSerde<T> extends AbstractSerde<T>
Wraps the JsonSchemaKafkaSerializer and JsonSchemaKafkaDeserializer.
-
-
Constructor Summary
Constructors Constructor Description JsonSchemaSerde()
-