Package | Description |
---|---|
com.edorasware.api.value |
Work object value access.
|
com.edorasware.api.value.internal |
Modifier and Type | Method and Description |
---|---|
static <T> ListValue<T> |
WorkObjectValues.newListValue(String name,
Class<T> entryType)
Constructs a new list value accessor with a given entry type.
|
static <T> ListValue<T> |
WorkObjectValues.newListValue(String name,
com.google.common.reflect.TypeToken<T> entryTypeToken)
Constructs a new list value accessor with a given entry type.
|
static <T,U> ListValue<T> |
WorkObjectValues.newListValue(String name,
ValueConverter<T,U> valueConverter)
Constructs a new list value accessor with a given entry value converter.
|
Modifier and Type | Class and Description |
---|---|
class |
ListValueImpl<T,U> |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.