Skip to content

doesn't handle unicode propertynames #7

@casualjim

Description

@casualjim

When I reflect over a case class

case class UnicodePropetyCaseClass(`class-id`: Int, name: String)

then the bean descriptor only has the name property.
Could it be more appropriate to use scala.reflect.NameTransformer.decode so the class name can be unmangled?
Then it would pass this test: https://github.com/scalastuff/scalabeans/blob/master/src/main/scala/org/scalastuff/scalabeans/BeanIntrospector.scala#L105

but that will most likely break other things

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions