Uses of Class
org.nuxeo.runtime.avro.AvroSchemaFactoryContext
-
Packages that use AvroSchemaFactoryContext Package Description org.nuxeo.ecm.core.io.avro org.nuxeo.runtime.avro -
-
Uses of AvroSchemaFactoryContext in org.nuxeo.ecm.core.io.avro
Constructors in org.nuxeo.ecm.core.io.avro with parameters of type AvroSchemaFactoryContext Constructor Description ComplexTypeSchemaFactory(AvroSchemaFactoryContext context)
DocumentModelSchemaFactory(AvroSchemaFactoryContext context)
DocumentTypeSchemaFactory(AvroSchemaFactoryContext context)
SchemaSchemaFactory(AvroSchemaFactoryContext context)
TypeSchemaFactory(AvroSchemaFactoryContext context)
-
Uses of AvroSchemaFactoryContext in org.nuxeo.runtime.avro
Fields in org.nuxeo.runtime.avro declared as AvroSchemaFactoryContext Modifier and Type Field Description protected AvroSchemaFactoryContext
AvroSchemaFactory. context
Methods in org.nuxeo.runtime.avro that return AvroSchemaFactoryContext Modifier and Type Method Description protected AvroSchemaFactoryContext
AvroServiceImpl. createContext()
Constructors in org.nuxeo.runtime.avro with parameters of type AvroSchemaFactoryContext Constructor Description AvroSchemaFactory(AvroSchemaFactoryContext context)
-