Package io.quarkus.runtime.annotations
Annotation Interface ConfigDocEnum
Provides a way to configure how an enum is handled.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanThis can be used to enforce hyphenating the enum values even if a converter is present.
-
Element Details
-
enforceHyphenateValues
boolean enforceHyphenateValuesThis can be used to enforce hyphenating the enum values even if a converter is present.- Default:
- false
-