Package io.vertx.up.uca.rs.argument
Class EmptyFiller
- java.lang.Object
-
- io.vertx.up.uca.rs.argument.EmptyFiller
-
- All Implemented Interfaces:
Filler
public class EmptyFiller extends Object implements 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
-
-
Constructor Summary
Constructors Constructor Description EmptyFiller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectapply(String name, Class<?> paramType, io.vertx.ext.web.RoutingContext context)The major code logic to get the value of input field name here.
-