Class JsonWriter<T>
java.lang.Object
org.apache.pulsar.client.impl.schema.writer.JsonWriter<T>
- Type Parameters:
T-
- All Implemented Interfaces:
org.apache.pulsar.client.api.schema.SchemaWriter<T>
@Deprecated
public class JsonWriter<T>
extends Object
implements org.apache.pulsar.client.api.schema.SchemaWriter<T>
Deprecated.
Writer implementation for writing objects as JSON.
-
Constructor Summary
ConstructorsConstructorDescriptionJsonWriter(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Deprecated. -
Method Summary
-
Constructor Details
-
JsonWriter
public JsonWriter(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Deprecated.
-
-
Method Details
-
write
Deprecated.- Specified by:
writein interfaceorg.apache.pulsar.client.api.schema.SchemaWriter<T>
-
JacksonJsonWriterinstead.