| 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 © 2022 Eclipse. All rights reserved.