T - POJO type to process.public final class JacksonJsonWriter<T>
extends java.lang.Object
implements org.apache.pulsar.client.api.schema.SchemaWriter<T>
ObjectMapper from Micronaut instead of shaded one in Pulsar library.| Constructor and Description |
|---|
JacksonJsonWriter(com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
write(T message) |