Package io.vertx.up.uca.rs.argument
Class PathFiller
java.lang.Object
io.vertx.up.uca.rs.argument.PathFiller
- All Implemented Interfaces:
Filler
「Co」JSR311 for .@PathParam
This `Filler` is for path parsing `/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
-
PathFiller
public PathFiller()
-
-
Method Details
-
apply
Description copied from interface:FillerThe major code logic to get the value of input field name here.
-