Uses of Class
io.vertx.reactivex.openapi.validation.ResponseParameter
-
Packages that use ResponseParameter Package Description io.vertx.reactivex.openapi.validation -
-
Uses of ResponseParameter in io.vertx.reactivex.openapi.validation
Fields in io.vertx.reactivex.openapi.validation with type parameters of type ResponseParameter Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<ResponseParameter>
ResponseParameter. __TYPE_ARG
Methods in io.vertx.reactivex.openapi.validation that return ResponseParameter Modifier and Type Method Description ResponseParameter
ValidatableResponse. getBody()
ResponseParameter
ValidatedResponse. getBody()
static ResponseParameter
ResponseParameter. newInstance(ResponseParameter arg)
Methods in io.vertx.reactivex.openapi.validation that return types with arguments of type ResponseParameter Modifier and Type Method Description Map<String,ResponseParameter>
ValidatableResponse. getHeaders()
Map<String,ResponseParameter>
ValidatedResponse. getHeaders()
-