Add return type for res API

Return type for rest APIs are usually json representations of java objects. There is always a return type for a rest API.

Sorry, we are not understand what you requesting.
Could you describe a little more in details?

For example /getCustomer will return a customer record, which is defined in CustomerDTO class ( in json format ). I would love it if we could indicate that and report on it.

Thank you.

-Josh

Sorry for the late reply.
You can model response class with association that connect to another class.
Screenshot1
The another class will also be generated.