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