Sets the number converter to use for this factory
NumberConverterInterface $converter A converter to use for working: with large integers (i.e. integers greater than PHP_INT_MAX)
public function setNumberConverter(NumberConverterInterface $converter) : void { $this->isDefaultFeatureSet = false; $this->numberConverter = $converter; }