Module tools.jackson.databind
Annotation Interface EnumNaming
Annotation that can be used to indicate a
EnumNamingStrategy
to use for annotated class.-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends EnumNamingStrategy> value- Returns:
- Type of
EnumNamingStrategyto use, if any. Default value ofEnumNamingStrategy.classmeans "no strategy specified" (and may also be used for overriding to remove otherwise applicable naming strategy)
-