Uses of Interface
org.apache.pulsar.client.api.schema.GenericSchema
Packages that use GenericSchema
Package
Description
Pulsar Client API.
Schema definitions for Pulsar Client API.
Helpers which provide useful functionality for the implementation of Pulsar Client API.
-
Uses of GenericSchema in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return GenericSchemaModifier and TypeMethodDescriptionstatic GenericSchema
<GenericRecord> Schema.generic
(SchemaInfo schemaInfo) Returns a generic schema of existing schema info. -
Uses of GenericSchema in org.apache.pulsar.client.api.schema
Methods in org.apache.pulsar.client.api.schema that return GenericSchemaModifier and TypeMethodDescriptionstatic GenericSchema
GenericSchema.of
(SchemaInfo schemaInfo) static GenericSchema
GenericSchema.of
(SchemaInfo schemaInfo, boolean useProvidedSchemaAsReaderSchema) Methods in org.apache.pulsar.client.api.schema with parameters of type GenericSchemaModifier and TypeMethodDescriptionRecordSchemaBuilder.field
(String fieldName, GenericSchema genericSchema) Add a field with the given name and genericSchema to the record. -
Uses of GenericSchema in org.apache.pulsar.client.internal
Methods in org.apache.pulsar.client.internal that return GenericSchemaModifier and TypeMethodDescriptionPulsarClientImplementationBinding.getGenericSchema
(SchemaInfo schemaInfo)