public abstract class ListWithSelects extends Object
SelectorValue
Constructor and Description |
---|
ListWithSelects() |
Modifier and Type | Method and Description |
---|---|
abstract com.google.common.collect.ImmutableList<Object> |
getElements()
Ordered list of elements in expression, can be native type or
SelectorValue |
abstract Class<?> |
getType()
Type of the data in selector values
|
static ListWithSelects |
of(com.google.common.collect.ImmutableList<Object> elements,
Class<?> type) |
String |
toString() |
public abstract com.google.common.collect.ImmutableList<Object> getElements()
SelectorValue
public abstract Class<?> getType()
public static ListWithSelects of(com.google.common.collect.ImmutableList<Object> elements, Class<?> type)