Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Provide the ability to add prefix or Suffixes #2645

Open
manamelacedric opened this issue Aug 28, 2024 · 0 comments
Open

[FEATURE]: Provide the ability to add prefix or Suffixes #2645

manamelacedric opened this issue Aug 28, 2024 · 0 comments

Comments

@manamelacedric
Copy link

Hi,
I would love the ability to add prefixed and/or suffixes to the generated classes.

Context (Input, Language)

This is applicable to all languages

Description

Example:
{
person: {id: 1,name:"bob}
}

Should output:
class WelcomeDto {
public PersonDto {get;set}
}

class PersonDto {
public long id {get;set;}
public String name {get;set}
}

Current Behaviour / Output

Currently he names of the resulting classes matches the json input

It would also be nice to have a toggle to switch from class to record.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant