Package io.vertx.up.uca.rs.argument
package io.vertx.up.uca.rs.argument
-
ClassesClassDescription「Co」JSR311 for .@CookieParam This `Filler` is for cookie attributes extracting「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.「Co」JSR311 for .@FormParam This `Filler` is for form attributes extracting「Co」JSR311 for .@HeaderParam This `Filler` is for header map `key=value` extract such as ```shell //「Co」JSR311 for .@PathParam This `Filler` is for path parsing `/api/xxx/name/{name}` format to extract to ```shell //「Co」JSR311 for .@QueryParam This `Filler` is for query string `/api/xxx?name={name}` format to extract to ```shell //