Uses of Interface
io.vertx.ext.web.validation.RequestParameter
-
Packages that use RequestParameter Package Description io.vertx.ext.web.validation io.vertx.reactivex.ext.web.validation io.vertx.rxjava3.ext.web.validation -
-
Uses of RequestParameter in io.vertx.ext.web.validation
Methods in io.vertx.ext.web.validation that return RequestParameter Modifier and Type Method Description RequestParameter
RequestParameters. body()
Return request body when parsed.RequestParameter
RequestParameters. cookieParameter(String name)
Get cookie parameter by namestatic RequestParameter
RequestParameter. create(Object value)
RequestParameter
RequestParameters. headerParameter(String name)
Get header parameter by name.RequestParameter
RequestParameters. pathParameter(String name)
Get path parameter by nameRequestParameter
RequestParameters. queryParameter(String name)
Get query parameter by name -
Uses of RequestParameter in io.vertx.reactivex.ext.web.validation
Methods in io.vertx.reactivex.ext.web.validation that return RequestParameter Modifier and Type Method Description RequestParameter
RequestParameter. getDelegate()
Methods in io.vertx.reactivex.ext.web.validation with parameters of type RequestParameter Modifier and Type Method Description static RequestParameter
RequestParameter. newInstance(RequestParameter arg)
Constructors in io.vertx.reactivex.ext.web.validation with parameters of type RequestParameter Constructor Description RequestParameter(RequestParameter delegate)
-
Uses of RequestParameter in io.vertx.rxjava3.ext.web.validation
Methods in io.vertx.rxjava3.ext.web.validation that return RequestParameter Modifier and Type Method Description RequestParameter
RequestParameter. getDelegate()
Methods in io.vertx.rxjava3.ext.web.validation with parameters of type RequestParameter Modifier and Type Method Description static RequestParameter
RequestParameter. newInstance(RequestParameter arg)
Constructors in io.vertx.rxjava3.ext.web.validation with parameters of type RequestParameter Constructor Description RequestParameter(RequestParameter delegate)
-