Re: Adding scala.collection.mutable.Set as type in model

2017-01-10 Thread diaz_carolyn97772 via Swagger
On Tue, 1/10/17, frazierjanice629 via Swagger wrote: Subject: Re: Adding scala.collection.mutable.Set as type in model To: swagger-swaggersocket@googlegroups.com Date: Tuesday, January 10, 2017, 10:53 AM

Re: Adding scala.collection.mutable.Set as type in model

2017-01-10 Thread frazierjanice629 via Swagger
On Tue, 1/10/17, caldercarey via Swagger wrote: Subject: Re: Adding scala.collection.mutable.Set as type in model To: swagger-swaggersocket@googlegroups.com Date: Tuesday, January 10, 2017, 2:47 AM

Re: Adding scala.collection.mutable.Set as type in model

2017-01-09 Thread caldercarey via Swagger
On Tue, 1/10/17, maldonadorobert134 via Swagger wrote: Subject: Re: Adding scala.collection.mutable.Set as type in model To: swagger-swaggersocket@googlegroups.com Date: Tuesday, January 10, 2017, 2:36 AM

Re: Adding scala.collection.mutable.Set as type in model

2017-01-09 Thread maldonadorobert134 via Swagger
On Mon, 1/9/17, tony tam wrote: Subject: Re: Adding scala.collection.mutable.Set as type in model To: swagger-swaggersocket@googlegroups.com Date: Monday, January 9, 2017, 9:04 PM There are some challenges with Scala primitives. Can you try

Re: Adding scala.collection.mutable.Set as type in model

2017-01-09 Thread tony tam
There are some challenges with Scala primitives. Can you try scala.collection.mutable.Set[java.lang.Integer]? The alternative is to annotate the member with @ApiModelProperty, and you can set the datatype directly there. > On Jan 9, 2017, at 3:49 AM, tam...@gigaspaces.com wrote: > > Hi, > I h

Adding scala.collection.mutable.Set as type in model

2017-01-09 Thread tamirs
Hi, I have swagger 2.2.1, and i tried to create model that one of it's members is scala.collection.mutable.Set[Int]. I look for a way to add it to the spec, but i didn't find. Is it possible to do such thing? Thanks -- You received this message because you are subscribed to the Google Groups