Package org.nuxeo.runtime.codec
Class NoCodecFactory
java.lang.Object
org.nuxeo.runtime.codec.NoCodecFactory
- All Implemented Interfaces:
CodecFactory
Returns a dummy codec used as marker.
- Since:
- 10.2
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NoCodecFactory
public NoCodecFactory()
-
-
Method Details
-
init
Description copied from interface:CodecFactory
Initializes the codec factory using a map of options.- Specified by:
init
in interfaceCodecFactory
-
newCodec
Description copied from interface:CodecFactory
Returns a codec object enables to encode/decode object ot class T.- Specified by:
newCodec
in interfaceCodecFactory
-