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