Uses of Interface
io.vertx.openapi.validation.ResponseParameter
-
Packages that use ResponseParameter Package Description io.vertx.openapi.validation io.vertx.reactivex.openapi.validation io.vertx.rxjava3.openapi.validation -
-
Uses of ResponseParameter in io.vertx.openapi.validation
Methods in io.vertx.openapi.validation that return ResponseParameter Modifier and Type Method Description ResponseParameter
ValidatableResponse. getBody()
ResponseParameter
ValidatedResponse. getBody()
Methods in io.vertx.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()
-
Uses of ResponseParameter in io.vertx.reactivex.openapi.validation
Methods in io.vertx.reactivex.openapi.validation that return ResponseParameter Modifier and Type Method Description ResponseParameter
ResponseParameter. getDelegate()
Methods in io.vertx.reactivex.openapi.validation with parameters of type ResponseParameter Modifier and Type Method Description static ResponseParameter
ResponseParameter. newInstance(ResponseParameter arg)
Constructors in io.vertx.reactivex.openapi.validation with parameters of type ResponseParameter Constructor Description ResponseParameter(ResponseParameter delegate)
-
Uses of ResponseParameter in io.vertx.rxjava3.openapi.validation
Methods in io.vertx.rxjava3.openapi.validation that return ResponseParameter Modifier and Type Method Description ResponseParameter
ResponseParameter. getDelegate()
Methods in io.vertx.rxjava3.openapi.validation with parameters of type ResponseParameter Modifier and Type Method Description static ResponseParameter
ResponseParameter. newInstance(ResponseParameter arg)
Constructors in io.vertx.rxjava3.openapi.validation with parameters of type ResponseParameter Constructor Description ResponseParameter(ResponseParameter delegate)
-