| Package | Description |
|---|---|
| org.apache.pulsar.client.impl.schema |
Pulsar Client schema.
|
| org.apache.pulsar.client.impl.schema.generic |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AvroBaseStructSchema<T>
This is a base schema implementation for Avro Based `Struct` types.
|
class |
AvroSchema<T>
An AVRO schema implementation.
|
class |
JSONSchema<T>
A schema implementation to deal with json data.
|
class |
ProtobufNativeSchema<T extends com.google.protobuf.GeneratedMessageV3>
A schema implementation to deal with protobuf generated messages.
|
class |
ProtobufSchema<T extends com.google.protobuf.GeneratedMessageV3>
A schema implementation to deal with protobuf generated messages.
|
class |
StructSchema<T>
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericAvroSchema
A generic avro schema.
|
class |
GenericJsonSchema
A generic json schema.
|
class |
GenericProtobufNativeSchema
Generic ProtobufNative schema.
|
class |
GenericSchemaImpl
A generic schema representation for AvroBasedGenericSchema .
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.