Uses of Interface
org.apache.pulsar.client.api.schema.GenericSchema
-
Packages that use GenericSchema Package Description org.apache.pulsar.client.api Pulsar Client API.org.apache.pulsar.client.api.schema Schema definitions for Pulsar Client API.org.apache.pulsar.client.internal 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 GenericSchema Modifier and Type Method Description static 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 GenericSchema Modifier and Type Method Description static 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 GenericSchema Modifier and Type Method Description FieldSchemaBuilder
RecordSchemaBuilder. field(java.lang.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 GenericSchema Modifier and Type Method Description static GenericSchema<GenericRecord>
DefaultImplementation. getGenericSchema(SchemaInfo schemaInfo)
-