public final class UnresolvedPlaceholder extends Object
| Constructor and Description |
|---|
UnresolvedPlaceholder(String path,
String value,
String placeholder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
path()
The path/key at which the value containing the placeholder was found.
|
String |
placeholder()
The placeholder itself.
|
String |
toString() |
String |
value()
The value that contained the placeholder.
|
Copyright © 2013–2020 Hotels.com. All rights reserved.