Uses of Interface
io.vertx.openapi.validation.Parameter
-
Packages that use Parameter Package Description io.vertx.openapi.validation io.vertx.reactivex.openapi.validation io.vertx.rxjava3.openapi.validation -
-
Uses of Parameter in io.vertx.openapi.validation
Subinterfaces of Parameter in io.vertx.openapi.validation Modifier and Type Interface Description interface
RequestParameter
interface
ResponseParameter
-
Uses of Parameter in io.vertx.reactivex.openapi.validation
Methods in io.vertx.reactivex.openapi.validation that return Parameter Modifier and Type Method Description Parameter
Parameter. getDelegate()
Methods in io.vertx.reactivex.openapi.validation with parameters of type Parameter Modifier and Type Method Description static Parameter
Parameter. newInstance(Parameter arg)
-
Uses of Parameter in io.vertx.rxjava3.openapi.validation
Methods in io.vertx.rxjava3.openapi.validation that return Parameter Modifier and Type Method Description Parameter
Parameter. getDelegate()
Methods in io.vertx.rxjava3.openapi.validation with parameters of type Parameter Modifier and Type Method Description static Parameter
Parameter. newInstance(Parameter arg)
-