Index

A B C E F G I N P S T V 
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.Builder of Parameters.

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.

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.

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 Parameters instance.

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.

V

value(String) - Method in interface io.helidon.common.parameters.Parameters
Get the first value.
A B C E F G I N P S T V 
All Classes and Interfaces|All Packages