E - as enum typepublic class EnumListTransformer<E> extends Object implements FunctionTransformer<E,List<E>>
Class as input or set in enumType.enumType| Constructor and Description |
|---|
EnumListTransformer() |
| Modifier and Type | Method and Description |
|---|---|
Class |
getEnumType()
A pre-set Enum type this is expected to give a list for
|
void |
setEnumType(Class enumType)
A pre-set Enum type this is expected to give a list for
|
Object |
transform(Object input) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic Object transform(Object input)
transform in interface org.apache.commons.collections.Transformerpublic Class getEnumType()
public void setEnumType(Class enumType)
Copyright © 2018. All rights reserved.