Uses of Class
org.apache.pulsar.client.impl.schema.AvroBaseStructSchema
Packages that use AvroBaseStructSchema
Package
Description
Pulsar Client schema.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of AvroBaseStructSchema in org.apache.pulsar.client.impl.schema
Subclasses of AvroBaseStructSchema in org.apache.pulsar.client.impl.schemaModifier and TypeClassDescriptionclassAvroSchema<T>An AVRO schema implementation.classJSONSchema<T>A schema implementation to deal with json data.classProtobufSchema<T extends com.google.protobuf.GeneratedMessageV3>A schema implementation to deal with protobuf generated messages. -
Uses of AvroBaseStructSchema in org.apache.pulsar.client.impl.schema.generic
Subclasses of AvroBaseStructSchema in org.apache.pulsar.client.impl.schema.genericModifier and TypeClassDescriptionclassA generic avro schema.classA generic json schema.classA generic schema representation for AvroBasedGenericSchema .