public abstract static class EnumNamingStrategies.DelegatingEnumNamingStrategy extends Object implements EnumNamingStrategy
Modifier | Constructor and Description |
---|---|
protected |
DelegatingEnumNamingStrategy(NamingStrategyImpls strategy) |
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 . |
protected static String |
toBeanName(String enumName)
Normalizes the enum name to lower camel case in order to be further processed by a NamingStrategies
|
protected DelegatingEnumNamingStrategy(NamingStrategyImpls strategy)
public String convertEnumToExternalName(String enumName)
EnumNamingStrategy
enumName
into an external property name according to
the implementation of this EnumNamingStrategy
.convertEnumToExternalName
in interface EnumNamingStrategy
enumName
- the name of the enum value to translateenumName
according to the implementation of this EnumNamingStrategy
.Copyright © 2008–2025 FasterXML. All rights reserved.