| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<String,NamespacedKey> |
Namespace.keys |
| Modifier and Type | Method and Description |
|---|---|
NamespacedKey |
Namespace.create(String key) |
NamespacedKey |
Namespace.createNamed(String key,
String name) |
static NamespacedKey |
NamespacedKey.fromString(String string) |
static NamespacedKey |
NamespacedKey.fromStringOrCompute(String string,
java.util.function.Function<String,NamespacedKey> mapper) |
static NamespacedKey |
NamespacedKey.fromStringOrDefault(String string,
NamespacedKey key) |
NamespacedKey |
Namespace.get(String key) |
NamespacedKey[] |
Namespace.getKeys() |
static NamespacedKey |
NamespacedKey.of(String namespace,
String key) |
static NamespacedKey |
NamespacedKey.of(String namespace,
String key,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Optional<NamespacedKey> |
Namespace.option(String key) |
| Modifier and Type | Method and Description |
|---|---|
static NamespacedKey |
NamespacedKey.fromStringOrDefault(String string,
NamespacedKey key) |
| Modifier and Type | Method and Description |
|---|---|
static NamespacedKey |
NamespacedKey.fromStringOrCompute(String string,
java.util.function.Function<String,NamespacedKey> mapper) |
Copyright © 2022. All rights reserved.