Uses of Class
org.nuxeo.runtime.avro.AvroReplacementDescriptor
-
Packages that use AvroReplacementDescriptor Package Description org.nuxeo.runtime.avro -
-
Uses of AvroReplacementDescriptor in org.nuxeo.runtime.avro
Fields in org.nuxeo.runtime.avro with type parameters of type AvroReplacementDescriptor Modifier and Type Field Description protected List<AvroReplacementDescriptor>
AvroServiceImpl. replacements
Methods in org.nuxeo.runtime.avro with parameters of type AvroReplacementDescriptor Modifier and Type Method Description int
AvroReplacementDescriptor. compareTo(AvroReplacementDescriptor o)
Constructor parameters in org.nuxeo.runtime.avro with type arguments of type AvroReplacementDescriptor Constructor Description AvroServiceImpl(Collection<AvroReplacementDescriptor> replacements, Map<Class<?>,Class<AvroSchemaFactory<?>>> factories)
-