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