File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -824,8 +824,10 @@ Parameter Conversion
824
824
825
825
A common routing need is to convert the value stored in some parameter (e.g. an
826
826
integer acting as the user ID) into another value (e.g. the object that
827
- represents the user). This feature is called "param converter" and is only
828
- available when using annotations to define routes.
827
+ represents the user). This feature is called "param converter" and
828
+ configuration of this feature is only avai
5341
lable through the
829
+ ``@ParamConverter `` annotation. Note that the param converter itself is
830
+ totally indedependent of the format used to define the route itself.
829
831
830
832
In case you didn't run this command before, run it now to add support for
831
833
annotations and "param converters":
You can’t perform that action at this time.
0 commit comments