Describe the bug
When GET_COLLECTION is present with a json representatino but GET_ENTITY is not using json representation, then
the Model class is not generated, but it is needed.
To Reproduce
Steps to reproduce the behavior:
Check out branch /bug/missing_model and gradle clean generateRestArtifacts compileJava. Note the compilation error due to the missing Model class
Expected behavior
The Model class is generated
Describe the bug
When GET_COLLECTION is present with a
jsonrepresentatino but GET_ENTITY is not usingjsonrepresentation, thenthe Model class is not generated, but it is needed.
To Reproduce
Steps to reproduce the behavior:
Check out branch
/bug/missing_modelandgradle clean generateRestArtifacts compileJava. Note the compilation error due to the missing Model classExpected behavior
The Model class is generated