public abstract class AbstractWrapper extends AbstractJsonMapping implements Serializable
| Constructor and Description |
|---|
AbstractWrapper() |
| Modifier and Type | Method and Description |
|---|---|
<E extends Enum<E>> |
getTypeList(Class<E> clz,
E[] typeList)
Get a list of the enums passed
|
void |
setResultProperties(AbstractResults results)
Copy the wrapper values to the results
|
handleUnknown, toStringpublic <E extends Enum<E>> List<E> getTypeList(Class<E> clz, E[] typeList)
E - clz - Class of the enumtypeList - Array of the enumspublic void setResultProperties(AbstractResults results)
results - Copyright © 2012-2015. All Rights Reserved.