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