All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
T |
fetchFrom(Map<String,? super Object> params) |
Function<Map<String,? super Object>,T> |
getDefaultValueFunction() |
String |
getDescription() |
String |
getID() |
String |
getName() |
BiFunction<String,Map<String,? super Object>,T> |
getStringConverter() |
Class<T> |
getValueType() |
void |
setDefaultValueFunction(Function<Map<String,? super Object>,T> defaultValueFunction) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setStringConverter(BiFunction<String,Map<String,? super Object>,T> stringConverter) |
void |
setValueType(Class<T> valueType) |