| Package | Description | 
|---|---|
| io.vertx.ext.web.client | |
| io.vertx.reactivex.uritemplate | |
| io.vertx.rxjava.uritemplate | |
| io.vertx.rxjava3.uritemplate | |
| io.vertx.uritemplate | 
| Modifier and Type | Field and Description | 
|---|---|
static ExpandOptions | 
WebClientOptions.DEFAULT_EXPAND_OPTIONS  | 
| Modifier and Type | Method and Description | 
|---|---|
ExpandOptions | 
WebClientOptions.getTemplateExpandOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
WebClientOptions | 
WebClientOptions.setTemplateExpandOptions(ExpandOptions templateExpandOptions)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
UriTemplate.expandToString(Variables variables,
              ExpandOptions options)
Expand this template to a string. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
UriTemplate.expandToString(Variables variables,
              ExpandOptions options)
Expand this template to a string. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
UriTemplate.expandToString(Variables variables,
              ExpandOptions options)
Expand this template to a string. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ExpandOptions | 
ExpandOptions.setAllowVariableMiss(boolean allowVariableMiss)
Configures whether a template missing variable is replaced by the empty string or triggers a  
NoSuchElementException
 to be thrown. | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
UriTemplate.expandToString(Variables variables,
              ExpandOptions options)
Expand this template to a string. 
 | 
static void | 
ExpandOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        ExpandOptions obj)  | 
static void | 
ExpandOptionsConverter.toJson(ExpandOptions obj,
      JsonObject json)  | 
static void | 
ExpandOptionsConverter.toJson(ExpandOptions obj,
      Map<String,Object> json)  | 
| Constructor and Description | 
|---|
ExpandOptions(ExpandOptions that)  | 
Copyright © 2023 Eclipse. All rights reserved.