Uses of Class
org.nuxeo.runtime.avro.AvroSchemaFactory
-
Uses of AvroSchemaFactory in org.nuxeo.ecm.core.io.avro
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of AvroSchemaFactory in org.nuxeo.runtime.avro
Modifier and TypeFieldDescriptionprotected final Map<Class<?>,
AvroSchemaFactory<?>> AvroSchemaFactoryContext.factories
protected final Map<Class<?>,
Class<AvroSchemaFactory<?>>> AvroServiceImpl.factories
Modifier and TypeMethodDescriptionprotected <T> AvroSchemaFactory<T>
AvroSchemaFactoryContext.getFactory
(T input) Modifier and TypeMethodDescriptionprotected void
AvroSchemaFactoryContext.register
(Class<?> type, AvroSchemaFactory<?> factory) ModifierConstructorDescriptionAvroServiceImpl
(Collection<AvroReplacementDescriptor> replacements, Map<Class<?>, Class<AvroSchemaFactory<?>>> factories)