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
Constructors -
Method Summary
-
Constructor Details
-
NoCodecFactory
public NoCodecFactory()
-
-
Method Details
-
init
Description copied from interface:CodecFactoryInitializes the codec factory using a map of options.- Specified by:
initin interfaceCodecFactory
-
newCodec
Description copied from interface:CodecFactoryReturns a codec object enables to encode/decode object ot class T.- Specified by:
newCodecin interfaceCodecFactory
-