Sets the codec to use for this factory
CodecInterface $codec A UUID encoder-decoder:
public function setCodec(CodecInterface $codec) : void { $this->isDefaultFeatureSet = false; $this->codec = $codec; }