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