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