Uses of Class
org.nuxeo.runtime.avro.AvroSchemaFactory
-
Packages that use AvroSchemaFactory Package Description org.nuxeo.ecm.core.io.avro org.nuxeo.runtime.avro -
-
Uses of AvroSchemaFactory in org.nuxeo.ecm.core.io.avro
Subclasses of AvroSchemaFactory in org.nuxeo.ecm.core.io.avro Modifier and Type Class Description class
ComplexTypeSchemaFactory
class
DocumentModelSchemaFactory
class
DocumentTypeSchemaFactory
class
SchemaSchemaFactory
class
TypeSchemaFactory
-
Uses of AvroSchemaFactory in org.nuxeo.runtime.avro
Fields in org.nuxeo.runtime.avro with type parameters of type AvroSchemaFactory Modifier and Type Field Description protected Map<Class<?>,AvroSchemaFactory<?>>
AvroSchemaFactoryContext. factories
protected Map<Class<?>,Class<AvroSchemaFactory<?>>>
AvroServiceImpl. factories
Methods in org.nuxeo.runtime.avro that return AvroSchemaFactory Modifier and Type Method Description protected <T> AvroSchemaFactory<T>
AvroSchemaFactoryContext. getFactory(T input)
Methods in org.nuxeo.runtime.avro with parameters of type AvroSchemaFactory Modifier and Type Method Description protected void
AvroSchemaFactoryContext. register(Class<?> type, AvroSchemaFactory<?> factory)
Constructor parameters in org.nuxeo.runtime.avro with type arguments of type AvroSchemaFactory Constructor Description AvroServiceImpl(Collection<AvroReplacementDescriptor> replacements, Map<Class<?>,Class<AvroSchemaFactory<?>>> factories)
-