Disables attribute-based constraint mapping.
$this
public function disableAttributeMapping() : static { $this->enableAttributeMapping = false; return $this; }