Uses of Interface
io.vertx.openapi.validation.RequestParameter
-
Packages that use RequestParameter Package Description io.vertx.openapi.validation io.vertx.reactivex.openapi.validation io.vertx.rxjava3.openapi.validation -
-
Uses of RequestParameter in io.vertx.openapi.validation
Methods in io.vertx.openapi.validation that return RequestParameter Modifier and Type Method Description RequestParameter
ValidatedRequest. getBody()
Methods in io.vertx.openapi.validation that return types with arguments of type RequestParameter Modifier and Type Method Description Map<String,RequestParameter>
ValidatedRequest. getCookies()
Map<String,RequestParameter>
ValidatedRequest. getHeaders()
Map<String,RequestParameter>
ValidatedRequest. getPathParameters()
Map<String,RequestParameter>
ValidatedRequest. getQuery()
-
Uses of RequestParameter in io.vertx.reactivex.openapi.validation
Methods in io.vertx.reactivex.openapi.validation that return RequestParameter Modifier and Type Method Description RequestParameter
RequestParameter. getDelegate()
Methods in io.vertx.reactivex.openapi.validation with parameters of type RequestParameter Modifier and Type Method Description static RequestParameter
RequestParameter. newInstance(RequestParameter arg)
Constructors in io.vertx.reactivex.openapi.validation with parameters of type RequestParameter Constructor Description RequestParameter(RequestParameter delegate)
-
Uses of RequestParameter in io.vertx.rxjava3.openapi.validation
Methods in io.vertx.rxjava3.openapi.validation that return RequestParameter Modifier and Type Method Description RequestParameter
RequestParameter. getDelegate()
Methods in io.vertx.rxjava3.openapi.validation with parameters of type RequestParameter Modifier and Type Method Description static RequestParameter
RequestParameter. newInstance(RequestParameter arg)
Constructors in io.vertx.rxjava3.openapi.validation with parameters of type RequestParameter Constructor Description RequestParameter(RequestParameter delegate)
-