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