Annotation Type MapEnumVia


@Retention(RUNTIME)
@Target({FIELD,TYPE})
@Documented
public @interface MapEnumVia
Annotation to give the serialization library a hint on how a certain enum should be mapped.
Author:
Andreas Holstenson
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    Class<? extends ValueTranslator<?>> value
    The translator to use.