Uses of Interface
io.vertx.up.uca.rs.Filler
Packages that use Filler
-
Uses of Filler in io.vertx.up.uca.rs
Fields in io.vertx.up.uca.rs with type parameters of type FillerModifier and TypeFieldDescriptionFiller.CC_FILLTERstatic final ConcurrentMap<Class<? extends Annotation>,Supplier<Filler>> Filler.PARAMSJSR311 Standard mapping from annotation to `Filler` componentMethods in io.vertx.up.uca.rs that return types with arguments of type Filler -
Uses of Filler in io.vertx.up.uca.rs.argument
Classes in io.vertx.up.uca.rs.argument that implement FillerModifier and TypeClassDescriptionclassclass「Co」JSR311 for .@CookieParam This `Filler` is for cookie attributes extractingclass「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.class「Co」JSR311 for .@FormParam This `Filler` is for form attributes extractingclass「Co」JSR311 for .@HeaderParam This `Filler` is for header map `key=value` extract such as ```shell //class「Co」JSR311 for .@PathParam This `Filler` is for path parsing `/api/xxx/name/{name}` format to extract to ```shell //classclass「Co」JSR311 for .@QueryParam This `Filler` is for query string `/api/xxx?name={name}` format to extract to ```shell //class