| Package | Description |
|---|---|
| org.gatein.mop.api |
| Modifier and Type | Method and Description |
|---|---|
static <T> Key<T> |
Key.create(String name,
ValueType<T> type) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Attributes.getValue(Key<T> key) |
<T> T |
Attributes.getValue(Key<T> key,
T defaultValue) |
<T> void |
Attributes.setValue(Key<T> key,
T value) |
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.