Uses of Interface
org.nuxeo.runtime.avro.AvroService
-
Packages that use AvroService Package Description org.nuxeo.ecm.core.io.avro org.nuxeo.runtime.avro -
-
Uses of AvroService in org.nuxeo.ecm.core.io.avro
Constructors in org.nuxeo.ecm.core.io.avro with parameters of type AvroService Constructor Description BlobPropertyMapper(AvroService service)
DocumentModelMapper(AvroService service)
PropertyMapper(AvroService service)
-
Uses of AvroService in org.nuxeo.runtime.avro
Classes in org.nuxeo.runtime.avro that implement AvroService Modifier and Type Class Description class
AvroServiceImpl
Fields in org.nuxeo.runtime.avro declared as AvroService Modifier and Type Field Description protected AvroService
AvroComponent. avroService
protected AvroService
AvroMapper. service
protected AvroService
AvroSchemaFactoryContext. service
Methods in org.nuxeo.runtime.avro that return AvroService Modifier and Type Method Description AvroService
AvroSchemaFactoryContext. getService()
Constructors in org.nuxeo.runtime.avro with parameters of type AvroService Constructor Description AvroMapper(AvroService service)
AvroSchemaFactoryContext(AvroService service)
-