Extension point factory
In component org.nuxeo.runtime.avro
Documentation
Allows to register an Avro Factory implementation dedicated to a custom type.
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="factory" target="org.nuxeo.runtime.avro"> <factory class="org.nuxeo.ecm.core.io.avro.TypeSchemaFactory" type="org.nuxeo.ecm.core.schema.types.Type"/> <factory class="org.nuxeo.ecm.core.io.avro.SchemaSchemaFactory" type="org.nuxeo.ecm.core.schema.types.Schema"/> <factory class="org.nuxeo.ecm.core.io.avro.DocumentModelSchemaFactory" type="org.nuxeo.ecm.core.api.DocumentModel"/> <factory class="org.nuxeo.ecm.core.io.avro.DocumentTypeSchemaFactory" type="org.nuxeo.ecm.core.schema.DocumentType"/> </extension>