Skip to content

New strategy - First letter of the Enum constant #1

@salvadormarcos

Description

@salvadormarcos

Implement a new strategy using the name of the enum constant. The conversion would be between Enum and String/Character.

Example:

public enum Gender {

    MALE, // Will convert to M
    FEMALE // Will convert to F
    ;

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions