Package io.vertx.up.uca.rs.argument
Class EmptyFiller
java.lang.Object
io.vertx.up.uca.rs.argument.EmptyFiller
- All Implemented Interfaces:
Filler
「Co」Critical Specific
This `Filler` is placeholder for Body/Stream data in RESTful web request here
In current Filler, it do nothing because the body extracting will go through
`Resolver` for different MIME here.
- 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
-
EmptyFiller
public EmptyFiller()
-
-
Method Details
-
apply
Description copied from interface:FillerThe major code logic to get the value of input field name here.
-