Skip to content

How to generate "dot" on a toml field? #90

@nacoc01leh

Description

@nacoc01leh

I m trying to generate an frpc configuration file which should contains field: auth.token
But field name with a dot is not allowed in java class.

I ve tried to using Json or Java Map to generate... But the toml field became like this:
"auth.token" = "xxxx"

What i need is: auth.token = "xxxx"

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