| Q |
A |
| Bug or feature request? |
Bug |
| Which Swagger-Core version? |
1.5.19 |
| Which Java version? |
1.8u162 |
| Which JAX-RS framework & version? |
Jersey 2.22.1 with JAX-RS 2.0 |
Due to changes made in #2583 the following classes:
now behave differently during the serialization of the property io.swagger.models.Response#getResponseSchema by applying the ResponseSchemaMixin.java.
Therefore, the method call to io.swagger.models.utils.PropertyModelConverter#propertyToModel does not map the io.swagger.models.properties.StringProperty#getEnum to the io.swagger.models.ModelImpl#setEnum.