Package | Description |
---|---|
com.edorasware.api.value |
Work object value access.
|
Modifier and Type | Method and Description |
---|---|
static <T> ComplexValue<T> |
WorkObjectValues.newComplexValue(String name,
com.google.common.reflect.TypeToken<T> valueTypeToken)
Constructs a new complex value (a list or map).
|
static <T> ComplexValue<T> |
WorkObjectValues.newComplexValue(String name,
ValueConverter<T,?> valueConverter)
Constructs a new complex value accessor for a list or map value.
|
static <T> ComplexValue<List<T>> |
WorkObjectValues.newListValue(String name,
Class<T> entryType)
Constructs a new list value accessor with a given entry type.
|
static <T> ComplexValue<List<T>> |
WorkObjectValues.newListValue(String name,
ValueConverter<T,?> valueConverter)
Constructs a new list value accessor with a given entry value converter.
|
static <T> ComplexValue<Set<T>> |
WorkObjectValues.newSetValue(String name,
Class<T> entryType)
Constructs a new set value accessor with a given entry type.
|
static <T> ComplexValue<Set<T>> |
WorkObjectValues.newSetValue(String name,
ValueConverter<T,?> valueConverter)
Constructs a new set value accessor with a given entry value converter.
|
Copyright © 2010 - 2017 edorasware ag. All Rights Reserved.