| Package | Description |
|---|---|
| org.nuxeo.lib.stream.codec | |
| org.nuxeo.lib.stream.tools.renderer | |
| org.nuxeo.runtime.avro |
| Modifier and Type | Class and Description |
|---|---|
class |
FileAvroSchemaStore
Very simple SchemaStore that uses a file storage to persists its schemas.
|
| Constructor and Description |
|---|
AvroMessageCodec(Class<T> messageClass,
AvroSchemaStore store) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
Renderer.renderAvroMessage(AvroSchemaStore store,
Record record) |
protected String |
Renderer.tryToRenderAvroData(AvroSchemaStore store,
Record record) |
| Modifier and Type | Field and Description |
|---|---|
protected AvroSchemaStore |
AvroServiceImpl.schemaStore |
| Modifier and Type | Method and Description |
|---|---|
AvroSchemaStore |
AvroServiceImpl.getSchemaStore() |
AvroSchemaStore |
AvroService.getSchemaStore()
Gets the Schema store
|
Copyright © 2019 Nuxeo. All rights reserved.