Uses of Class
org.apache.pulsar.client.impl.schema.AbstractStructSchema
Packages that use AbstractStructSchema
Package
Description
Pulsar Client schema.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of AbstractStructSchema in org.apache.pulsar.client.impl.schema
Subclasses of AbstractStructSchema in org.apache.pulsar.client.impl.schemaModifier and TypeClassDescriptionclassThis is a base schema implementation for Avro Based `Struct` types.classAvroSchema<T>An AVRO schema implementation.classJSONSchema<T>A schema implementation to deal with json data.classProtobufNativeSchema<T extends com.google.protobuf.GeneratedMessageV3>A schema implementation to deal with protobuf generated messages.classProtobufSchema<T extends com.google.protobuf.GeneratedMessageV3>A schema implementation to deal with protobuf generated messages.classStructSchema<T>Deprecated. -
Uses of AbstractStructSchema in org.apache.pulsar.client.impl.schema.generic
Subclasses of AbstractStructSchema in org.apache.pulsar.client.impl.schema.genericModifier and TypeClassDescriptionclassA generic avro schema.classA generic json schema.classGeneric ProtobufNative schema.classA generic schema representation for AvroBasedGenericSchema .