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