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