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

usePrimitives and useLongIntegers have no impact on generated code #255

Open
techpavan opened this issue May 11, 2018 · 2 comments
Open
Labels
bug enhancement v2 Feature will be implemented in v2.0 only (master branch)

Comments

@techpavan
Copy link

I see that these parameters have no impact on the generated model classes or method parameters. Not sure if all other options are working well, but its preferable to take a check. If needed, I shall host my demo project on github. All "integer"s is getting generated as Long which I would prefer to be a primitive.

@stojsavljevic stojsavljevic added bug v2 Feature will be implemented in v2.0 only (master branch) labels May 14, 2018
@stojsavljevic
Copy link
Contributor

PojoGenerationConfig together with his attributes is passed to jsonschema2pojo library for generating POJOs from json schemas.
Now I'm putting effort to reuse those same attributes when generating from data types.

@stojsavljevic
Copy link
Contributor

Relates to #201

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug enhancement v2 Feature will be implemented in v2.0 only (master branch)
Projects
None yet
Development

No branches or pull requests

2 participants