Isaac Moon
Isaac Moon
@Tapac Hi, I would be like to take this issue. I think `Column` have to have `encrypt info`(kind of algorithm and secret key) and when select or insert is being,...
@anuraaga Your opinion is reasonable. so I think if armeria-codegen imaplementing swagger's codegen interface can be added to [swagger-codegen](https://github.com/swagger-api/swagger-codegen), we can add just how to use swagger-codegen at this repo....
> Any updates on this, @moonchanyong ? Sorry for waiting. I go on progress. but not have satisfactory results yet. below link is code to be generated code by current...
Can I receive feedback about [generated code](https://github.com/moonchanyong/example)? below tree Indicates generated files. and I used to generate `petstore.yaml `. ``` project │ build.gradle │ petstore.yaml │ └───src.main.java.example.armeria.server │ │ Main.java...
> * Can we use primitive types for non-null numbers? e.g. `long petId` vs `@NotNull Long petId` yes, but the default-generator sets path parameter to be required value. I think...
@trustin oh... I have got misunderstanding the comment of #2402. I will continue to try this issue. sorry for the late.