@@ -678,7 +678,7 @@ There are several types of normalizers available:
678
678
calling the constructor during the denormalization process.
679
679
680
680
Objects are normalized to a map of property names and values (names are
681
- generated removing the ``get ``, ``set ``, ``has ``, ``is ``, ``add `` or ``remove `` prefix from
681
+ generated by removing the ``get ``, ``set ``, ``has ``, ``is ``, ``add `` or ``remove `` prefix from
682
682
the method name and transforming the first letter to lowercase; e.g.
683
683
``getFirstName() `` -> ``firstName ``).
684
684
@@ -691,7 +691,7 @@ There are several types of normalizers available:
691
691
the constructor and the "setters" (public methods starting with "set").
692
692
693
693
Objects are normalized to a map of property names and values (names are
694
- generated removing the ``get `` prefix from the method name and transforming
694
+ generated by removing the ``get `` prefix from the method name and transforming
695
695
the first letter to lowercase; e.g. ``getFirstName() `` -> ``firstName ``).
696
696
697
697
:class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ PropertyNormalizer `
@@ -736,6 +736,9 @@ There are several types of normalizers available:
736
736
:class: `Symfony\\ Component\\ Validator\\ ConstraintViolationListInterface `
737
737
into a list of errors according to the `RFC 7807 `_ standard.
738
738
739
+ :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ ProblemNormalizer `
740
+ Normalizes errors according to the API Problem spec `RFC 7807 `_.
741
+
739
742
.. _component-serializer-encoders :
740
743
741
744
Encoders
0 commit comments