Converter
A helper class for presenting values for IntegerSlotsEnum and BitFields in alternative ways, for example as decimal numbers.
To use it this way, add an annotation like this to the slot or bit field:
@EnumField(
describedBy = Converter.class,
lookupMethodName = "decimal")Content copied to clipboard
Author
Mark van Gulik