Maksim Orlov

Results 25 comments of Maksim Orlov

Approximately it will take a few months to be present in the snapshot version.

@AliAkbarMoeini, release is planned to this month. That is link for [details](https://github.com/springfox/springfox/issues/3070#issuecomment-628571340)

Good afternoon. I think, bean validation groups is the most convenient way to hide properties for the specific request. Unfortunately, this could be applied only for requests. Related question is...

Hi, @molexx If I correctly understand your question: There is one workaround with **@ApiImplicitParams** and you can use it with **@ModelProperty**(_hidden = true_) So, if you use one _Model_ with...

Yes, @molexx. I tried to add support for bean validation groups, that is almost the same as @JsonView, but I faced a problem with core limitations. The main reason here...