Index
All Classes and Interfaces|All Packages
A
- add(String, String...) - Method in class io.helidon.common.parameters.Parameters.Builder
-
Add new value(s) to the parameters.
- all(String) - Method in interface io.helidon.common.parameters.Parameters
-
Get all values.
- all(String, Supplier<List<String>>) - Method in interface io.helidon.common.parameters.Parameters
-
Get all values using a default value supplier if the parameter does not exist.
B
- build() - Method in class io.helidon.common.parameters.Parameters.Builder
- builder(String) - Static method in interface io.helidon.common.parameters.Parameters
-
Creates a new
Parameters.BuilderofParameters.
C
- component() - Method in interface io.helidon.common.parameters.Parameters
-
Name of the component of these parameters.
- contains(String) - Method in interface io.helidon.common.parameters.Parameters
-
Whether these parameters contain the provided name.
- create(String, Map<String, List<String>>) - Static method in interface io.helidon.common.parameters.Parameters
-
Read only parameters based on a map.
- createSingleValueMap(String, Map<String, String>) - Static method in interface io.helidon.common.parameters.Parameters
-
Read only parameters based on a map with just a single value.
E
- empty(String) - Static method in interface io.helidon.common.parameters.Parameters
-
Create empty (named) parameters.
F
- first(String) - Method in interface io.helidon.common.parameters.Parameters
-
Get the first value as an optional.
G
- GENERIC_TYPE - Static variable in interface io.helidon.common.parameters.Parameters
-
Generic type for parameters.
- get(String) - Method in interface io.helidon.common.parameters.Parameters
-
Get the first value.
I
- io.helidon.common.parameters - module io.helidon.common.parameters
-
Support for parameters with multiple values.
- io.helidon.common.parameters - package io.helidon.common.parameters
-
Support for parameters with multiple values.
- isEmpty() - Method in interface io.helidon.common.parameters.Parameters
-
Whether these parameters are empty.
M
- mapperManager(MapperManager) - Method in class io.helidon.common.parameters.Parameters.Builder
-
Configure mapper manager to use.
N
- names() - Method in interface io.helidon.common.parameters.Parameters
-
Set of parameter names.
P
- Parameters - Interface in io.helidon.common.parameters
-
Parameters abstraction (used by any component that has named parameters with possible multiple values).
- Parameters.Builder - Class in io.helidon.common.parameters
-
Builder of a new
Parametersinstance.
S
- set(String, String...) - Method in class io.helidon.common.parameters.Parameters.Builder
-
Set new value(s) to the parameters.
- size() - Method in interface io.helidon.common.parameters.Parameters
-
Number of parameter names in these parameters.
T
- toMap() - Method in interface io.helidon.common.parameters.Parameters
-
Get a map representation of these parameters.
All Classes and Interfaces|All Packages