Re: Validation with swagger annotations in java

2017-04-21 Thread tony tam
Hi, you can see a similar question being answered here: https://groups.google.com/forum/#!searchin/swagger-swaggersocket/validate$20payload%7Csort:relevance/swagger-swaggersocket/_aQpeA9j52A/TJE0inDJBQAJ There is a project from the Atlassian folks here: https://bitbucket.org/atlassian/swagger-re

Validation with swagger annotations in java

2017-04-21 Thread Frizoo
I have a question about swagger and java : I am quiet new with java and I am building a rest api in java with Jersey + spring, I wanted to do some validation on my models (input data) how could I do that ? is there a way to do it with the swagger annotation @ApiModelProperty ? Or Do I need to