public class EnumerationToCollectionConverter<T extends Collection<?>> extends Object implements Converter<Enumeration<?>,T>
| Constructor and Description |
|---|
EnumerationToCollectionConverter() |
public T apply(Enumeration<?> source, Type targetType, JConverter context)
apply in interface Converter<Enumeration<?>,T extends Collection<?>>source - the object to convert.targetType - the target type.context - the context.Copyright © 2014. All rights reserved.