Uses of Interface
org.nuxeo.runtime.codec.CodecFactory
-
Packages that use CodecFactory Package Description org.nuxeo.runtime.codec -
-
Uses of CodecFactory in org.nuxeo.runtime.codec
Classes in org.nuxeo.runtime.codec that implement CodecFactory Modifier and Type Class Description class
AvroCodecFactory
Factory to generate Avro codec with different flavorsclass
AvroRecordCodecFactory
Factory to generate Record compliant with Confluent Avro, ready to be used by ksqlDB.class
NoCodecFactory
Returns a dummy codec used as marker.class
SerializableCodecFactory
Fields in org.nuxeo.runtime.codec with type parameters of type CodecFactory Modifier and Type Field Description protected Map<String,CodecFactory>
CodecServiceImpl. codecFactories
protected Class<CodecFactory>
CodecDescriptor. klass
-