Uses of Class
org.nuxeo.runtime.avro.AvroMapper
-
Packages that use AvroMapper Package Description org.nuxeo.ecm.core.io.avro org.nuxeo.runtime.avro -
-
Uses of AvroMapper in org.nuxeo.ecm.core.io.avro
Subclasses of AvroMapper in org.nuxeo.ecm.core.io.avro Modifier and Type Class Description class
BlobPropertyMapper
class
DocumentModelMapper
class
PropertyMapper
-
Uses of AvroMapper in org.nuxeo.runtime.avro
Fields in org.nuxeo.runtime.avro with type parameters of type AvroMapper Modifier and Type Field Description protected Map<Class<?>,AvroMapper<?,?>>
AvroServiceImpl. mappers
Methods in org.nuxeo.runtime.avro that return AvroMapper Modifier and Type Method Description protected <D,M>
AvroMapper<D,M>AvroServiceImpl. getMapper(Class<D> clazz)
Method parameters in org.nuxeo.runtime.avro with type arguments of type AvroMapper Modifier and Type Method Description void
AvroServiceImpl. setMappers(Map<Class<?>,AvroMapper<?,?>> mappers)
-