Uses of Interface
io.vertx.openapi.contract.Path
-
Packages that use Path Package Description io.vertx.openapi.contract io.vertx.reactivex.openapi.contract io.vertx.rxjava3.openapi.contract -
-
Uses of Path in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract that return Path Modifier and Type Method Description Path
OpenAPIContract. findPath(String urlPath)
Finds the relatedPath
object based on the passed url path.Methods in io.vertx.openapi.contract that return types with arguments of type Path Modifier and Type Method Description List<Path>
OpenAPIContract. getPaths()
-
Uses of Path in io.vertx.reactivex.openapi.contract
Methods in io.vertx.reactivex.openapi.contract that return Path Modifier and Type Method Description Path
Path. getDelegate()
Methods in io.vertx.reactivex.openapi.contract with parameters of type Path Modifier and Type Method Description static Path
Path. newInstance(Path arg)
Constructors in io.vertx.reactivex.openapi.contract with parameters of type Path Constructor Description Path(Path delegate)
-
Uses of Path in io.vertx.rxjava3.openapi.contract
Methods in io.vertx.rxjava3.openapi.contract that return Path Modifier and Type Method Description Path
Path. getDelegate()
Methods in io.vertx.rxjava3.openapi.contract with parameters of type Path Modifier and Type Method Description static Path
Path. newInstance(Path arg)
Constructors in io.vertx.rxjava3.openapi.contract with parameters of type Path Constructor Description Path(Path delegate)
-