Uses of Class
io.vertx.uritemplate.ExpandOptions
-
Packages that use ExpandOptions Package Description io.vertx.ext.web.client io.vertx.reactivex.uritemplate io.vertx.rxjava3.uritemplate io.vertx.uritemplate -
-
Uses of ExpandOptions in io.vertx.ext.web.client
Fields in io.vertx.ext.web.client declared as ExpandOptions Modifier and Type Field Description static ExpandOptions
WebClientOptions. DEFAULT_EXPAND_OPTIONS
Methods in io.vertx.ext.web.client that return ExpandOptions Modifier and Type Method Description ExpandOptions
WebClientOptions. getTemplateExpandOptions()
Methods in io.vertx.ext.web.client with parameters of type ExpandOptions Modifier and Type Method Description WebClientOptions
WebClientOptions. setTemplateExpandOptions(ExpandOptions templateExpandOptions)
-
Uses of ExpandOptions in io.vertx.reactivex.uritemplate
Methods in io.vertx.reactivex.uritemplate with parameters of type ExpandOptions Modifier and Type Method Description String
UriTemplate. expandToString(Variables variables, ExpandOptions options)
Expand this template to a string. -
Uses of ExpandOptions in io.vertx.rxjava3.uritemplate
Methods in io.vertx.rxjava3.uritemplate with parameters of type ExpandOptions Modifier and Type Method Description String
UriTemplate. expandToString(Variables variables, ExpandOptions options)
Expand this template to a string. -
Uses of ExpandOptions in io.vertx.uritemplate
Methods in io.vertx.uritemplate that return ExpandOptions Modifier and Type Method Description ExpandOptions
ExpandOptions. setAllowVariableMiss(boolean allowVariableMiss)
Configures whether a template missing variable is replaced by the empty string or triggers aNoSuchElementException
to be thrown.Methods in io.vertx.uritemplate with parameters of type ExpandOptions Modifier and Type Method Description String
UriTemplate. expandToString(Variables variables, ExpandOptions options)
Expand this template to a string.Constructors in io.vertx.uritemplate with parameters of type ExpandOptions Constructor Description ExpandOptions(ExpandOptions that)
-