| Package | Description |
|---|---|
| org.gatein.mop.api |
| Modifier and Type | Field and Description |
|---|---|
static ValueType<Boolean> |
ValueType.BOOLEAN
.
|
static ValueType<Date> |
ValueType.DATE
.
|
static ValueType<Double> |
ValueType.DOUBLE
.
|
static ValueType<Integer> |
ValueType.INTEGER
.
|
static ValueType<String> |
ValueType.STRING
.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ValueType<T> |
ValueType.decode(T t)
Returns the corresponding value type for the specified object or null if no valid one can be found.
|
static <T> ValueType<T> |
ValueType.get(T t)
Returns the corresponding value type for the specified object.
|
ValueType<T> |
Key.getType()
Returns the key type.
|
ValueType<?> |
Attributes.getType(String name) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Key<T> |
Key.create(String name,
ValueType<T> type) |
| Constructor and Description |
|---|
Key(String name,
ValueType<T> type)
Creates a new key.
|
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.