Gets the normalizer for the response.
The normalizer can ba a callable (a string), a closure or a class implementing __invoke.
public function getNormalizer() : ?callable { return $this->normalizer; }