| Package | Description | 
|---|---|
| io.vertx.reactivex.ext.web.client | |
| io.vertx.reactivex.uritemplate | 
| Modifier and Type | Method and Description | 
|---|---|
Variables | 
HttpRequest.templateParams()
Return the current request URI template parameters. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<Variables> | 
Variables.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
Variables | 
Variables.addAll(JsonObject json)
Populates with a JSON object:
 
    
null are conserved
   JsonArray is converted to List
   JsonObject is converted to Map
   any other value is converted to a string
 
 Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc... | 
Variables | 
Variables.clear()  | 
static Variables | 
Variables.newInstance(Variables arg)  | 
Variables | 
Variables.set(String name,
   List<String> value)
Set a list variable. 
 | 
Variables | 
Variables.set(String name,
   Map<String,String> value)
Set a map variable. 
 | 
Variables | 
Variables.set(String name,
   String value)
Set a single variable. 
 | 
Variables | 
Variables.setAll(JsonObject json)
Like  
addAll(io.vertx.core.json.JsonObject) but overwrites previous variables. | 
static Variables | 
Variables.variables()  | 
static Variables | 
Variables.variables(JsonObject json)
Create an instance populated from a JSON object:
 
    
null are conserved
   JsonArray is converted to List
   JsonObject is converted to Map
   any other value is converted to a string
 
 Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc... | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
UriTemplate.expandToString(Variables variables)
Expand this template to a string. 
 | 
String | 
UriTemplate.expandToString(Variables variables,
              ExpandOptions options)
Expand this template to a string. 
 | 
Copyright © 2023 Eclipse. All rights reserved.