Skip to content

DefaultConversionService issue with enums #399

Open
@Bluexin

Description

@Bluexin

I noticed DefaultConversionService#convert uses Enum#name and not Enum#toString.
The issue with this in locations comes with how most conventions have enum constants be uppercased, while paths are usually lowercased.
Therefore, using #toString would let the developer decide for themselves.

Metadata

Metadata

Assignees

No one assigned

    Labels

    designuxUser Experience issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions