Package org.nuxeo.ecm.core.io.avro
Class DocumentModelSchemaFactory
- java.lang.Object
-
- org.nuxeo.runtime.avro.AvroSchemaFactory<DocumentModel>
-
- org.nuxeo.ecm.core.io.avro.DocumentModelSchemaFactory
-
public class DocumentModelSchemaFactory extends AvroSchemaFactory<DocumentModel>
- Since:
- 10.2
-
-
Field Summary
-
Fields inherited from class org.nuxeo.runtime.avro.AvroSchemaFactory
context, NULL_SCHEMA
-
-
Constructor Summary
Constructors Constructor Description DocumentModelSchemaFactory(AvroSchemaFactoryContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.avro.Schema
createSchema(DocumentModel input)
String
getName(DocumentModel input)
-
Methods inherited from class org.nuxeo.runtime.avro.AvroSchemaFactory
getQualifiedName, nullable
-
-
-
-
Constructor Detail
-
DocumentModelSchemaFactory
public DocumentModelSchemaFactory(AvroSchemaFactoryContext context)
-
-
Method Detail
-
createSchema
public org.apache.avro.Schema createSchema(DocumentModel input)
- Specified by:
createSchema
in classAvroSchemaFactory<DocumentModel>
-
getName
public String getName(DocumentModel input)
- Specified by:
getName
in classAvroSchemaFactory<DocumentModel>
-
-