com.fasterxml.jackson.databind

Interface EnumNamingStrategy

    • Method Detail

      • convertEnumToExternalName

        String convertEnumToExternalName(String enumName)
        Translates the given enumName into an external property name according to the implementation of this EnumNamingStrategy.
        Parameters:
        enumName - the name of the enum value to translate
        Returns:
        the external property name that corresponds to the given enumName according to the implementation of this EnumNamingStrategy.
        Since:
        2.15

Copyright © 2008–2025 FasterXML. All rights reserved.