lagom / sbt-lagom-descriptor-generator

Lagom API code generator
Apache License 2.0
23 stars 12 forks source link

Model types in intermediate format #7

Closed ignasi35 closed 7 years ago

ignasi35 commented 7 years ago

Current implementation uses Service as intermediate model but it only models the Service Descriptor and ignores the types (uses String) to represent types.

We should have a modelling system that enables Swagger-to-Lagom and Lagom-to-Lagom representation.

ignasi35 commented 7 years ago

See the intermediate format