Package io.vertx.up.uca.rs.argument
Class HeaderFiller
java.lang.Object
io.vertx.up.uca.rs.argument.HeaderFiller
- All Implemented Interfaces:
Filler
「Co」JSR311 for .@HeaderParam
This `Filler` is for header map `key=value` extract such as
```shell
//
Content-Type = application/json
Authorization = Basic xxxxx
//
```- 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
-
HeaderFiller
public HeaderFiller()
-
-
Method Details
-
apply
Description copied from interface:FillerThe major code logic to get the value of input field name here.
-