Uses of Interface
se.l4.commons.serialization.enums.ValueTranslator
| Package | Description |
|---|---|
| se.l4.commons.serialization.enums |
-
Uses of ValueTranslator in se.l4.commons.serialization.enums
Classes in se.l4.commons.serialization.enums that implement ValueTranslator Modifier and Type Class Description classIgnoreCaseNameTranslatorValueTranslatorthat uses thenameof the enum.classIntegerMappedTranslatorTranslator for use withIntegerMappedEnum.classNameTranslatorValueTranslatorthat uses thenameof the enum.classOrdinalTranslatorTranslator that will use theEnum.ordinal()of an enum value in.Methods in se.l4.commons.serialization.enums that return types with arguments of type ValueTranslator Modifier and Type Method Description Class<? extends ValueTranslator<?>>value()The translator to use.Constructors in se.l4.commons.serialization.enums with parameters of type ValueTranslator Constructor Description EnumSerializer(ValueTranslator translator)