Uses of Class
org.nuxeo.runtime.avro.AvroSchemaFactory
Packages that use AvroSchemaFactory
-
Uses of AvroSchemaFactory in org.nuxeo.ecm.core.io.avro
Subclasses of AvroSchemaFactory in org.nuxeo.ecm.core.io.avroModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of AvroSchemaFactory in org.nuxeo.runtime.avro
Fields in org.nuxeo.runtime.avro with type parameters of type AvroSchemaFactoryModifier and TypeFieldDescriptionprotected final Map<Class<?>,
AvroSchemaFactory<?>> AvroSchemaFactoryContext.factories
protected final Map<Class<?>,
Class<AvroSchemaFactory<?>>> AvroServiceImpl.factories
Methods in org.nuxeo.runtime.avro that return AvroSchemaFactoryModifier and TypeMethodDescriptionprotected <T> AvroSchemaFactory<T>
AvroSchemaFactoryContext.getFactory
(T input) Methods in org.nuxeo.runtime.avro with parameters of type AvroSchemaFactoryModifier and TypeMethodDescriptionprotected void
AvroSchemaFactoryContext.register
(Class<?> type, AvroSchemaFactory<?> factory) Constructor parameters in org.nuxeo.runtime.avro with type arguments of type AvroSchemaFactoryModifierConstructorDescriptionAvroServiceImpl
(Collection<AvroReplacementDescriptor> replacements, Map<Class<?>, Class<AvroSchemaFactory<?>>> factories)