OpenAPITools/openapi-generator
在 GitHub 查看[REQ] Generate JsonB model (JSR 367 Specification)
Open
#4,104 建立於 2019年10月9日
Client: JavaEnhancement: FeatureHacktoberfestServer: Javahelp wanted
倉庫指標
- Star
- (26,243 star)
- PR 合併指標
- (平均合併 9天 1小時) (30 天內合併 123 個 PR)
描述
Is your feature request related to a problem? Please describe.
JsonB (JSR 367 Specification) is the new standard for JSON serialization : https://javaee.github.io/jsonb-spec/
It would be nice to add a serializationLibrary: JsonB
Describe the solution you'd like
There are small differences with Jackson generation
Jackson import : import com.fasterxml.jackson.annotation.JsonProperty; Will be replace by : import javax.json.bind.annotation.JsonbProperty;
Annotations @JsonProperty are replaced by @JsonbProperty