| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
asString() |
static TagKey |
create(String key)
Constructs a new
TagKey from the given string. |
String |
toString() |
public static final int MAX_LENGTH
public static TagKey create(String key)
TagKey from the given string. The string will be sanitize such that:
MAX_LENGTH, strings longer than that will be truncated.
public abstract String asString()