Provides access to any form parameters present in the request entity.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FormParams.Builder
builder()
Creates a newFormParams.Builder
ofFormParams
instance.static FormParams
Deprecated.Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface io.helidon.common.http.Parameters
add, add, addAll, all, computeIfAbsent, computeSingleIfAbsent, first, iterator, put, put, putAll, putIfAbsent, putIfAbsent, remove, toMap
-
Method Details
-
create
Deprecated.usebuilder()
instead or registerio.helidon.media.common.FormParamsBodyReader
Creates a newFormParams
instance using the provided assignment string and media type.- Parameters:
paramAssignments
- String containing the parameter assignments, formatted according to the media type specified (& separator for URL-encoded, NL for text/plain)mediaType
- MediaType for which the parameter conversion is occurring- Returns:
- the new
FormParams
instance
-
builder
Creates a newFormParams.Builder
ofFormParams
instance.- Returns:
- builder instance
-
builder()
instead or registerio.helidon.media.common.FormParamsBodyReader