public class JavaEnumToG9EnumConverterFactory extends Object implements org.springframework.core.convert.converter.ConverterFactory<Enum,G9Enumerator>
NOTE: This factory depends on a static method called ordinalToEnum on the target type.
| Constructor and Description |
|---|
JavaEnumToG9EnumConverterFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T extends G9Enumerator> |
getConverter(Class<T> targetType) |
public <T extends G9Enumerator> org.springframework.core.convert.converter.Converter<Enum,T> getConverter(Class<T> targetType)
getConverter in interface org.springframework.core.convert.converter.ConverterFactory<Enum,G9Enumerator>Copyright © 2006–2017 Esito AS. All rights reserved.