Uses of Class
org.apache.pulsar.client.impl.schema.AvroBaseStructSchema
-
Packages that use AvroBaseStructSchema 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. -
-
Uses of AvroBaseStructSchema in org.apache.pulsar.client.impl.schema
Subclasses of AvroBaseStructSchema in org.apache.pulsar.client.impl.schema Modifier and Type Class Description classAvroSchema<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.generic Modifier and Type Class Description classGenericAvroSchemaA generic avro schema.classGenericJsonSchemaA generic json schema.classGenericSchemaImplA generic schema representation for AvroBasedGenericSchema .
-