Uses of Package
io.vertx.uritemplate
-
Packages that use io.vertx.uritemplate Package Description io.vertx.ext.web.client io.vertx.reactivex.uritemplate io.vertx.rxjava3.uritemplate io.vertx.uritemplate -
Classes in io.vertx.uritemplate used by io.vertx.ext.web.client Class Description ExpandOptions Options to control template expansion.UriTemplate A URI template that follows the rfc6570 level 4.Variables Holds a set of name/value pairs where each value can be aString
or aList<String>
or aMap<String, String>
. -
Classes in io.vertx.uritemplate used by io.vertx.reactivex.uritemplate Class Description ExpandOptions Options to control template expansion.UriTemplate A URI template that follows the rfc6570 level 4.Variables Holds a set of name/value pairs where each value can be aString
or aList<String>
or aMap<String, String>
. -
Classes in io.vertx.uritemplate used by io.vertx.rxjava3.uritemplate Class Description ExpandOptions Options to control template expansion.UriTemplate A URI template that follows the rfc6570 level 4.Variables Holds a set of name/value pairs where each value can be aString
or aList<String>
or aMap<String, String>
. -
Classes in io.vertx.uritemplate used by io.vertx.uritemplate Class Description ExpandOptions Options to control template expansion.UriTemplate A URI template that follows the rfc6570 level 4.Variables Holds a set of name/value pairs where each value can be aString
or aList<String>
or aMap<String, String>
.