Interface ValueTranslator<Type>
- Type Parameters:
Type-
- All Known Implementing Classes:
IgnoreCaseNameTranslator,IntegerMappedTranslator,NameTranslator,OrdinalTranslator
public interface ValueTranslator<Type>
Translator between
Enum and a serialized value.- Author:
- Andreas Holstenson