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 classComplexTypeSchemaFactoryclassDocumentModelSchemaFactoryclassDocumentTypeSchemaFactoryclassSchemaSchemaFactoryclassTypeSchemaFactory -
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. factoriesprotected Map<Class<?>,Class<AvroSchemaFactory<?>>>AvroServiceImpl. factoriesMethods 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 voidAvroSchemaFactoryContext. 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)
-