| Modifier and Type | Method and Description |
|---|---|
DynamicSchema |
DynamicSchema.Builder.build()
Builds a dynamic schema
|
static DynamicSchema |
DynamicSchema.parseFrom(byte[] schemaDescBuf)
Parses a serialized schema descriptor (from byte array)
|
static DynamicSchema |
DynamicSchema.parseFrom(InputStream schemaDescIn)
Parses a serialized schema descriptor (from input stream; closes the stream)
|
| Modifier and Type | Method and Description |
|---|---|
DynamicSchema.Builder |
DynamicSchema.Builder.addSchema(DynamicSchema schema) |
Copyright © 2020. All rights reserved.