Category "code-generation"

Convert python objects to python AST-nodes

I have a need to dump the modified python object back into source. So I try to find something to convert real python object to python ast.Node (to use later in

Customize default getter/setter template in IntelliJ

I have created a custom template for setters in IntelliJ. I can chose that template when I use Alt + Insert and it works great. However when I try to press Alt

How to use OpenAPI "oneOf" property with openapi-generator-maven-plugin when generating Spring code

I am developing an application with an Angular frontend and RESTful Spring Boot Backend I found this very handy maven plugin openapi-generator-maven-plugin from