Package io.vertx.up.uca.rs.argument
Class QueryFiller
java.lang.Object
io.vertx.up.uca.rs.argument.QueryFiller
- All Implemented Interfaces:
Filler
「Co」JSR311 for .@QueryParam
This `Filler` is for query string `/api/xxx?name={name}` format to extract to
```shell
//
name = value
//
```- Author:
- Lang
-
Field Summary
Fields inherited from interface io.vertx.up.uca.rs.Filler
CC_FILLTER, NO_VALUE, PARAMS -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QueryFiller
public QueryFiller()
-
-
Method Details
-
apply
Description copied from interface:FillerThe major code logic to get the value of input field name here.
-