userver: Codegen overview
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Codegen overview

Developing a good service requires many routine code and types to be written. Sometimes it is handy to define types (and code) in declarative way out-of-code in external contracts and generate types/code from that. It allows one to separate external contracts and business logic, and to define these contracts in language agnostic way.

You may use code generators for the following activity: