public static class DisplayData.Identifier extends Object
Display data registered with the same key from different components will have different
namespaces and thus will both be represented in the composed DisplayData. If a
single component registers multiple metadata items with the same key, only the most recent
item will be retained; previous versions are discarded.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getKey() |
String |
getNamespace() |
int |
hashCode() |
static DisplayData.Identifier |
of(Class<?> namespace,
String key) |
static DisplayData.Identifier |
of(String namespace,
String key) |
String |
toString() |
public static DisplayData.Identifier of(Class<?> namespace, String key)
public static DisplayData.Identifier of(String namespace, String key)
public String getNamespace()
public String getKey()