Class JsonReader<T>

java.lang.Object
org.apache.pulsar.client.impl.schema.reader.JsonReader<T>
Type Parameters:
T - object type to read
All Implemented Interfaces:
SchemaReader<T>

@Deprecated public class JsonReader<T> extends Object implements SchemaReader<T>
Deprecated.
use JacksonJsonReader instead.
Reader implementation for reading objects from JSON.
  • Constructor Details

    • JsonReader

      public JsonReader(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Class<T> pojo)
      Deprecated.
  • Method Details