17 lines
644 B
ReStructuredText
17 lines
644 B
ReStructuredText
|
|
.. _-parameterList-java-:
|
||
|
|
|
||
|
|
parameterList
|
||
|
|
=============
|
||
|
|
|
||
|
|
Description
|
||
|
|
-----------
|
||
|
|
Extracts all parameters at once in the original order as (name, value) tuples of type ``Map.Entry<String, String>``.
|
||
|
|
|
||
|
|
This directive can be used if the exact order of parameters is important or if parameters can occur several times.
|
||
|
|
|
||
|
|
See :ref:`which-parameter-directive-java` to understand when to use which directive.
|
||
|
|
|
||
|
|
Example
|
||
|
|
-------
|
||
|
|
TODO: Example snippets for JavaDSL are subject to community contributions! Help us complete the docs, read more about it here: `write example snippets for Akka HTTP Java DSL #20466 <https://github.com/akka/akka/issues/20466>`_.
|