Uses of Package
org.nuxeo.runtime.avro
-
Packages that use org.nuxeo.runtime.avro Package Description org.nuxeo.ecm.core.io.avro org.nuxeo.runtime.avro -
Classes in org.nuxeo.runtime.avro used by org.nuxeo.ecm.core.io.avro Class Description AvroMapper The base class for any AvroMapper.AvroSchemaFactory The base class for any AvroSchemaFactory.AvroSchemaFactoryContext An AvroSchemaFactoryContext represents a context in which Avro schemas are cached and reused depending on their qualified name.
Avro does not permit to declare twice a schema with the same qualified name.AvroService This service allows to create aAvroSchemaFactoryContext
. -
Classes in org.nuxeo.runtime.avro used by org.nuxeo.runtime.avro Class Description AvroMapper The base class for any AvroMapper.AvroReplacementDescriptor The Avro forbidden character replacement descriptor.
Avro allows alphanumeric characters and underscores in names.
Nuxeo Studio allows alphanumeric characters, underscores and dashes that have to be replaced by another symbol.
The default contributions provide replacement for :
- "-" as "__dash__"
- ":" as "__colon__
- ";" as "__semicolon__"
- and with higher priority "__" as "____" to ensure no user string is wrongly replaced.AvroSchemaFactory The base class for any AvroSchemaFactory.AvroSchemaFactoryContext An AvroSchemaFactoryContext represents a context in which Avro schemas are cached and reused depending on their qualified name.
Avro does not permit to declare twice a schema with the same qualified name.AvroService This service allows to create aAvroSchemaFactoryContext
.