Adds an object initializer to the validator.
$this
public function addObjectInitializer(ObjectInitializerInterface $initializer) : static { $this->initializers[] = $initializer; return $this; }