public interface EnumNamingStrategy
Modifier and Type | Method and Description |
---|---|
String |
convertEnumToExternalName(String enumName)
Translates the given
enumName into an external property name according to
the implementation of this EnumNamingStrategy . |
String convertEnumToExternalName(String enumName)
enumName
into an external property name according to
the implementation of this EnumNamingStrategy
.enumName
- the name of the enum value to translateenumName
according to the implementation of this EnumNamingStrategy
.Copyright © 2008–2023 FasterXML. All rights reserved.