| Package | Description |
|---|---|
| org.apache.pulsar.client.api | |
| org.apache.pulsar.client.api.schema | |
| org.apache.pulsar.client.internal |
| Modifier and Type | Method and Description |
|---|---|
SchemaInfo |
Schema.getSchemaInfo() |
| Modifier and Type | Method and Description |
|---|---|
static GenericSchema |
Schema.generic(SchemaInfo schemaInfo)
Returns a generic schema of existing schema info.
|
static Schema<?> |
Schema.getSchema(SchemaInfo schemaInfo) |
| Modifier and Type | Method and Description |
|---|---|
SchemaInfo |
RecordSchemaBuilder.build(SchemaType schemaType)
Build the schema info.
|
| Modifier and Type | Method and Description |
|---|---|
static GenericSchema |
DefaultImplementation.getGenericSchema(SchemaInfo schemaInfo) |
static Schema<?> |
DefaultImplementation.getSchema(SchemaInfo schemaInfo) |
Copyright © 2017–2019 Apache Software Foundation. All rights reserved.