jetplugins / apidocx

Generate API documents to any place: YApi, RAP2, Eolink, etc.
https://plugins.jetbrains.com/plugin/17425-apidocx/
Apache License 2.0
178 stars 41 forks source link

feat: 支持更多检验注解 #25

Closed lkqm closed 2 years ago

derotyoung commented 2 years ago

有点意外发现支持javax.validation.constraints.NotNull注解,希望能够支持一下com.fasterxml.jackson.annotation.JsonIgnore等更多注解,同时有个建议,支持的注解能够列举到文档中

lkqm commented 2 years ago

哈哈被发现,JsonIgnore这个可以支持,其他还需要什么注解可以说明下

derotyoung commented 2 years ago

哈哈,没问题。目前也在摸索体验中,这个工具用的最顺手,后续发现了什么问题再来发言

MetaYu commented 2 years ago

希望能支持JsonNaming注解呀, 该注解用于转换接口字段序列化命名;

image
lkqm commented 2 years ago

好的,最近几天会添加,并发个版

lkqm commented 2 years ago

@MetaYu 命名策略,@JsonNaming存在新老api兼容起来比较麻烦,暂时不打算实现