| Package | Description |
|---|---|
| org.openksavi.sponge.type | |
| org.openksavi.sponge.type.provided | |
| org.openksavi.sponge.type.value | |
| org.openksavi.sponge.util |
Interfaces for utility functionalities.
|
| Modifier and Type | Method and Description |
|---|---|
DataType<T> |
DataType.withDefaultValue(AnnotatedValue<T> value) |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotatedValue> |
ProvidedValue.getAnnotatedElementValueSet() |
List<AnnotatedValue<T>> |
ProvidedValue.getAnnotatedValueSet() |
| Modifier and Type | Method and Description |
|---|---|
<E> void |
ProvidedValue.setAnnotatedElementValueSet(List<AnnotatedValue> annotatedElementValueSet) |
void |
ProvidedValue.setAnnotatedValueSet(List<AnnotatedValue<T>> annotatedValueSet) |
<E> ProvidedValue<T> |
ProvidedValue.withAnnotatedElementValueSet(List<AnnotatedValue<E>> annotatedElementValueSet) |
ProvidedValue<T> |
ProvidedValue.withAnnotatedValueSet(List<AnnotatedValue<T>> annotatedValueSet) |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedValue<T> |
AnnotatedValue.withFeature(String name,
Object value) |
AnnotatedValue<T> |
AnnotatedValue.withFeatures(Map<String,Object> features) |
AnnotatedValue<T> |
AnnotatedValue.withTypeDescription(String typeDescription) |
AnnotatedValue<T> |
AnnotatedValue.withTypeLabel(String typeLabel) |
AnnotatedValue<T> |
AnnotatedValue.withValueDescription(String valueDescription) |
AnnotatedValue<T> |
AnnotatedValue.withValueLabel(String valueLabel) |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
SpongeApiUtils.unwrapAnnotatedValueList(List<AnnotatedValue<T>> annotatedValueList) |
static List<?> |
SpongeApiUtils.unwrapUnknownAnnotatedValueList(List<AnnotatedValue> annotatedValueList) |
Copyright © 2016–2020 Softelnet. All rights reserved.