Created by: DmitryKubahov
These improvements are related only to the java-micronaut generator.
Model generating change:
- Adding a new parameter serializationLibrary. Right now it contains only 2 values: jackson and micronaut_serde_jackson. Jackson is the default one and does not change anything. micronaut_serde_jackson - Micronaut Serialization with support of jackson annotation. This library supports not all jackson annotations feature - limitation.
Client generating change:
- new additionalClientTypeAnnotations parameter. As micronaut-client generator will declarative http client and it is really nice to have the opportunity to add custom/additional annotations to it.
@andriy-dmytruk please, take a look.