Provides access to any form parameters present in the request entity.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic FormParams.Builderbuilder()Creates a newFormParams.BuilderofFormParamsinstance.static FormParamsDeprecated.Methods inherited from interface java.lang.Iterable
forEach, spliteratorMethods 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.FormParamsBodyReaderCreates a newFormParamsinstance 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
FormParamsinstance
-
builder
Creates a newFormParams.BuilderofFormParamsinstance.- Returns:
- builder instance
-
builder()instead or registerio.helidon.media.common.FormParamsBodyReader