Annotation Interface ConfigDocEnum


@Retention(RUNTIME) @Target({FIELD,METHOD}) @Documented public @interface ConfigDocEnum
Provides a way to configure how an enum is handled.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    This can be used to enforce hyphenating the enum values even if a converter is present.
  • Element Details

    • enforceHyphenateValues

      boolean enforceHyphenateValues
      This can be used to enforce hyphenating the enum values even if a converter is present.
      Default:
      false