| Package | Description |
|---|---|
| org.apache.flink.connector.pulsar.common.schema.factories |
| Modifier and Type | Class and Description |
|---|---|
class |
AvroSchemaFactory<T>
The schema factory for pulsar's
AvroSchema. |
class |
BaseStructSchemaFactory<T>
Implement the common createTypeInfo method for all struct schema factory.
|
class |
JSONSchemaFactory<T>
The schema factory for pulsar's
JSONSchema. |
class |
KeyValueSchemaFactory<K,V>
The schema factory for pulsar's
KeyValueSchemaImpl. |
class |
PrimitiveSchemaFactory<T>
The schema factory for pulsar's primitive types.
|
class |
ProtobufNativeSchemaFactory<T extends com.google.protobuf.GeneratedMessageV3>
The schema factory for pulsar's
ProtobufNativeSchema. |
class |
ProtobufSchemaFactory<T extends com.google.protobuf.GeneratedMessageV3>
The schema factory for pulsar's
ProtobufSchema. |
class |
StringSchemaFactory
The schema factory for pulsar's
StringSchema. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.