Class GenericJsonReader
java.lang.Object
org.apache.pulsar.client.impl.schema.generic.GenericJsonReader
- All Implemented Interfaces:
SchemaReader<GenericRecord>
-
Constructor Summary
ConstructorsConstructorDescriptionGenericJsonReader(byte[] schemaVersion, List<Field> fields) GenericJsonReader(byte[] schemaVersion, List<Field> fields, SchemaInfo schemaInfo) GenericJsonReader(List<Field> fields) GenericJsonReader(List<Field> fields, SchemaInfo schemaInfo) -
Method Summary
Modifier and TypeMethodDescriptionread(byte[] bytes, int offset, int length) read(InputStream inputStream) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pulsar.client.api.schema.SchemaReader
getNativeSchema, read, read, read, setSchemaInfoProvider
-
Constructor Details
-
GenericJsonReader
-
GenericJsonReader
-
GenericJsonReader
-
GenericJsonReader
-
-
Method Details
-
read
- Specified by:
readin interfaceSchemaReader<GenericRecord>
-
read
- Specified by:
readin interfaceSchemaReader<GenericRecord>
-