Merge branch 'master' into new-sync-master-to-2.3.0

This commit is contained in:
Paŭlo Ebermann
2017-03-13 21:10:53 +01:00
1040 changed files with 17614 additions and 5102 deletions

View File

@@ -1,6 +1,6 @@
package io.swagger.handler;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).

View File

@@ -13,7 +13,7 @@ import java.util.Map;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class AdditionalPropertiesClass {
@JsonProperty("map_property")
private Map<String, String> mapProperty = new HashMap<String, String>();
@@ -29,7 +29,7 @@ public class AdditionalPropertiesClass {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("map_property")
public Map<String, String> getMapProperty() {
return mapProperty;
@@ -46,7 +46,7 @@ public class AdditionalPropertiesClass {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("map_of_map_property")
public Map<String, Map<String, String>> getMapOfMapProperty() {
return mapOfMapProperty;
@@ -57,7 +57,7 @@ public class AdditionalPropertiesClass {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -89,7 +89,7 @@ public class AdditionalPropertiesClass {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -12,7 +12,7 @@ import io.swagger.annotations.ApiModelProperty;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class Animal {
@JsonProperty("className")
private String className = null;
@@ -28,7 +28,7 @@ public class Animal {
}
@ApiModelProperty(example = "null", required = true, value = "")
@ApiModelProperty(required = true, value = "")
@JsonProperty("className")
public String getClassName() {
return className;
@@ -45,7 +45,7 @@ public class Animal {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("color")
public String getColor() {
return color;
@@ -56,7 +56,7 @@ public class Animal {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -88,7 +88,7 @@ public class Animal {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -9,11 +9,11 @@ import java.util.List;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class AnimalFarm extends ArrayList<Animal> {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -42,7 +42,7 @@ public class AnimalFarm extends ArrayList<Animal> {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -13,7 +13,7 @@ import java.util.List;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class ArrayOfArrayOfNumberOnly {
@JsonProperty("ArrayArrayNumber")
private List<List<BigDecimal>> arrayArrayNumber = new ArrayList<List<BigDecimal>>();
@@ -26,7 +26,7 @@ public class ArrayOfArrayOfNumberOnly {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("ArrayArrayNumber")
public List<List<BigDecimal>> getArrayArrayNumber() {
return arrayArrayNumber;
@@ -37,7 +37,7 @@ public class ArrayOfArrayOfNumberOnly {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -67,7 +67,7 @@ public class ArrayOfArrayOfNumberOnly {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -13,7 +13,7 @@ import java.util.List;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class ArrayOfNumberOnly {
@JsonProperty("ArrayNumber")
private List<BigDecimal> arrayNumber = new ArrayList<BigDecimal>();
@@ -26,7 +26,7 @@ public class ArrayOfNumberOnly {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("ArrayNumber")
public List<BigDecimal> getArrayNumber() {
return arrayNumber;
@@ -37,7 +37,7 @@ public class ArrayOfNumberOnly {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -67,7 +67,7 @@ public class ArrayOfNumberOnly {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -13,7 +13,7 @@ import java.util.List;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class ArrayTest {
@JsonProperty("array_of_string")
private List<String> arrayOfString = new ArrayList<String>();
@@ -32,7 +32,7 @@ public class ArrayTest {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("array_of_string")
public List<String> getArrayOfString() {
return arrayOfString;
@@ -49,7 +49,7 @@ public class ArrayTest {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("array_array_of_integer")
public List<List<Long>> getArrayArrayOfInteger() {
return arrayArrayOfInteger;
@@ -66,7 +66,7 @@ public class ArrayTest {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("array_array_of_model")
public List<List<ReadOnlyFirst>> getArrayArrayOfModel() {
return arrayArrayOfModel;
@@ -77,7 +77,7 @@ public class ArrayTest {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -111,7 +111,7 @@ public class ArrayTest {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -10,7 +10,7 @@ import io.swagger.annotations.ApiModelProperty;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class Capitalization {
@JsonProperty("smallCamel")
private String smallCamel = null;
@@ -38,7 +38,7 @@ public class Capitalization {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("smallCamel")
public String getSmallCamel() {
return smallCamel;
@@ -55,7 +55,7 @@ public class Capitalization {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("CapitalCamel")
public String getCapitalCamel() {
return capitalCamel;
@@ -72,7 +72,7 @@ public class Capitalization {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("small_Snake")
public String getSmallSnake() {
return smallSnake;
@@ -89,7 +89,7 @@ public class Capitalization {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("Capital_Snake")
public String getCapitalSnake() {
return capitalSnake;
@@ -106,7 +106,7 @@ public class Capitalization {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("SCA_ETH_Flow_Points")
public String getScAETHFlowPoints() {
return scAETHFlowPoints;
@@ -124,7 +124,7 @@ public class Capitalization {
}
@ApiModelProperty(example = "null", value = "Name of the pet ")
@ApiModelProperty(value = "Name of the pet ")
@JsonProperty("ATT_NAME")
public String getATTNAME() {
return ATT_NAME;
@@ -135,7 +135,7 @@ public class Capitalization {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -175,7 +175,7 @@ public class Capitalization {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -11,7 +11,7 @@ import io.swagger.model.Animal;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class Cat extends Animal {
@JsonProperty("declawed")
private Boolean declawed = null;
@@ -24,7 +24,7 @@ public class Cat extends Animal {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("declawed")
public Boolean getDeclawed() {
return declawed;
@@ -35,7 +35,7 @@ public class Cat extends Animal {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -65,7 +65,7 @@ public class Cat extends Animal {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -10,7 +10,7 @@ import io.swagger.annotations.ApiModelProperty;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class Category {
@JsonProperty("id")
private Long id = null;
@@ -26,7 +26,7 @@ public class Category {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("id")
public Long getId() {
return id;
@@ -43,7 +43,7 @@ public class Category {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("name")
public String getName() {
return name;
@@ -54,7 +54,7 @@ public class Category {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -86,7 +86,7 @@ public class Category {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -13,7 +13,7 @@ import io.swagger.annotations.ApiModelProperty;
**/
@ApiModel(description = "Model for testing model with \"_class\" property")
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class ClassModel {
@JsonProperty("_class")
private String propertyClass = null;
@@ -26,7 +26,7 @@ public class ClassModel {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("_class")
public String getPropertyClass() {
return propertyClass;
@@ -37,7 +37,7 @@ public class ClassModel {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -67,7 +67,7 @@ public class ClassModel {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -10,7 +10,7 @@ import io.swagger.annotations.ApiModelProperty;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class Client {
@JsonProperty("client")
private String client = null;
@@ -23,7 +23,7 @@ public class Client {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("client")
public String getClient() {
return client;
@@ -34,7 +34,7 @@ public class Client {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -64,7 +64,7 @@ public class Client {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -11,7 +11,7 @@ import io.swagger.model.Animal;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class Dog extends Animal {
@JsonProperty("breed")
private String breed = null;
@@ -24,7 +24,7 @@ public class Dog extends Animal {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("breed")
public String getBreed() {
return breed;
@@ -35,7 +35,7 @@ public class Dog extends Animal {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -65,7 +65,7 @@ public class Dog extends Animal {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -13,7 +13,7 @@ import java.util.List;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class EnumArrays {
/**
* Gets or Sets justSymbol
@@ -91,7 +91,7 @@ public class EnumArrays {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("just_symbol")
public JustSymbolEnum getJustSymbol() {
return justSymbol;
@@ -108,7 +108,7 @@ public class EnumArrays {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("array_enum")
public List<ArrayEnumEnum> getArrayEnum() {
return arrayEnum;
@@ -119,7 +119,7 @@ public class EnumArrays {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -151,7 +151,7 @@ public class EnumArrays {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -12,7 +12,7 @@ import io.swagger.model.OuterEnum;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class EnumTest {
/**
* Gets or Sets enumString
@@ -129,7 +129,7 @@ public class EnumTest {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("enum_string")
public EnumStringEnum getEnumString() {
return enumString;
@@ -146,7 +146,7 @@ public class EnumTest {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("enum_integer")
public EnumIntegerEnum getEnumInteger() {
return enumInteger;
@@ -163,7 +163,7 @@ public class EnumTest {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("enum_number")
public EnumNumberEnum getEnumNumber() {
return enumNumber;
@@ -180,7 +180,7 @@ public class EnumTest {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("outerEnum")
public OuterEnum getOuterEnum() {
return outerEnum;
@@ -191,7 +191,7 @@ public class EnumTest {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -227,7 +227,7 @@ public class EnumTest {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -13,7 +13,7 @@ import java.util.UUID;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class FormatTest {
@JsonProperty("integer")
private Integer integer = null;
@@ -64,7 +64,7 @@ public class FormatTest {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("integer")
public Integer getInteger() {
return integer;
@@ -83,7 +83,7 @@ public class FormatTest {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("int32")
public Integer getInt32() {
return int32;
@@ -100,7 +100,7 @@ public class FormatTest {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("int64")
public Long getInt64() {
return int64;
@@ -119,7 +119,7 @@ public class FormatTest {
}
@ApiModelProperty(example = "null", required = true, value = "")
@ApiModelProperty(required = true, value = "")
@JsonProperty("number")
public BigDecimal getNumber() {
return number;
@@ -138,7 +138,7 @@ public class FormatTest {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("float")
public Float getFloat() {
return _float;
@@ -157,7 +157,7 @@ public class FormatTest {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("double")
public Double getDouble() {
return _double;
@@ -174,7 +174,7 @@ public class FormatTest {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("string")
public String getString() {
return string;
@@ -191,7 +191,7 @@ public class FormatTest {
}
@ApiModelProperty(example = "null", required = true, value = "")
@ApiModelProperty(required = true, value = "")
@JsonProperty("byte")
public byte[] getByte() {
return _byte;
@@ -208,7 +208,7 @@ public class FormatTest {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("binary")
public byte[] getBinary() {
return binary;
@@ -225,7 +225,7 @@ public class FormatTest {
}
@ApiModelProperty(example = "null", required = true, value = "")
@ApiModelProperty(required = true, value = "")
@JsonProperty("date")
public Date getDate() {
return date;
@@ -242,7 +242,7 @@ public class FormatTest {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("dateTime")
public Date getDateTime() {
return dateTime;
@@ -259,7 +259,7 @@ public class FormatTest {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("uuid")
public UUID getUuid() {
return uuid;
@@ -276,7 +276,7 @@ public class FormatTest {
}
@ApiModelProperty(example = "null", required = true, value = "")
@ApiModelProperty(required = true, value = "")
@JsonProperty("password")
public String getPassword() {
return password;
@@ -287,7 +287,7 @@ public class FormatTest {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -341,7 +341,7 @@ public class FormatTest {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -10,7 +10,7 @@ import io.swagger.annotations.ApiModelProperty;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class HasOnlyReadOnly {
@JsonProperty("bar")
private String bar = null;
@@ -26,7 +26,7 @@ public class HasOnlyReadOnly {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("bar")
public String getBar() {
return bar;
@@ -43,7 +43,7 @@ public class HasOnlyReadOnly {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("foo")
public String getFoo() {
return foo;
@@ -54,7 +54,7 @@ public class HasOnlyReadOnly {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -86,7 +86,7 @@ public class HasOnlyReadOnly {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -14,7 +14,7 @@ import java.util.Map;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class MapTest {
@JsonProperty("map_map_of_string")
private Map<String, Map<String, String>> mapMapOfString = new HashMap<String, Map<String, String>>();
@@ -61,7 +61,7 @@ public class MapTest {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("map_map_of_string")
public Map<String, Map<String, String>> getMapMapOfString() {
return mapMapOfString;
@@ -78,7 +78,7 @@ public class MapTest {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("map_of_enum_string")
public Map<String, InnerEnum> getMapOfEnumString() {
return mapOfEnumString;
@@ -89,7 +89,7 @@ public class MapTest {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -121,7 +121,7 @@ public class MapTest {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -16,7 +16,7 @@ import java.util.UUID;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class MixedPropertiesAndAdditionalPropertiesClass {
@JsonProperty("uuid")
private UUID uuid = null;
@@ -35,7 +35,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("uuid")
public UUID getUuid() {
return uuid;
@@ -52,7 +52,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("dateTime")
public Date getDateTime() {
return dateTime;
@@ -69,7 +69,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("map")
public Map<String, Animal> getMap() {
return map;
@@ -80,7 +80,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -114,7 +114,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -13,7 +13,7 @@ import io.swagger.annotations.ApiModelProperty;
**/
@ApiModel(description = "Model for testing model name starting with number")
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class Model200Response {
@JsonProperty("name")
private Integer name = null;
@@ -29,7 +29,7 @@ public class Model200Response {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("name")
public Integer getName() {
return name;
@@ -46,7 +46,7 @@ public class Model200Response {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("class")
public String getPropertyClass() {
return propertyClass;
@@ -57,7 +57,7 @@ public class Model200Response {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -89,7 +89,7 @@ public class Model200Response {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -10,7 +10,7 @@ import io.swagger.annotations.ApiModelProperty;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class ModelApiResponse {
@JsonProperty("code")
private Integer code = null;
@@ -29,7 +29,7 @@ public class ModelApiResponse {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("code")
public Integer getCode() {
return code;
@@ -46,7 +46,7 @@ public class ModelApiResponse {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("type")
public String getType() {
return type;
@@ -63,7 +63,7 @@ public class ModelApiResponse {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("message")
public String getMessage() {
return message;
@@ -74,7 +74,7 @@ public class ModelApiResponse {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -108,7 +108,7 @@ public class ModelApiResponse {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -13,7 +13,7 @@ import io.swagger.annotations.ApiModelProperty;
**/
@ApiModel(description = "Model for testing reserved words")
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class ModelReturn {
@JsonProperty("return")
private Integer _return = null;
@@ -26,7 +26,7 @@ public class ModelReturn {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("return")
public Integer getReturn() {
return _return;
@@ -37,7 +37,7 @@ public class ModelReturn {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -67,7 +67,7 @@ public class ModelReturn {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -13,7 +13,7 @@ import io.swagger.annotations.ApiModelProperty;
**/
@ApiModel(description = "Model for testing model name same as property name")
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class Name {
@JsonProperty("name")
private Integer name = null;
@@ -35,7 +35,7 @@ public class Name {
}
@ApiModelProperty(example = "null", required = true, value = "")
@ApiModelProperty(required = true, value = "")
@JsonProperty("name")
public Integer getName() {
return name;
@@ -52,7 +52,7 @@ public class Name {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("snake_case")
public Integer getSnakeCase() {
return snakeCase;
@@ -69,7 +69,7 @@ public class Name {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("property")
public String getProperty() {
return property;
@@ -86,7 +86,7 @@ public class Name {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("123Number")
public Integer get123Number() {
return _123Number;
@@ -97,7 +97,7 @@ public class Name {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -133,7 +133,7 @@ public class Name {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -11,7 +11,7 @@ import java.math.BigDecimal;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class NumberOnly {
@JsonProperty("JustNumber")
private BigDecimal justNumber = null;
@@ -24,7 +24,7 @@ public class NumberOnly {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("JustNumber")
public BigDecimal getJustNumber() {
return justNumber;
@@ -35,7 +35,7 @@ public class NumberOnly {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -65,7 +65,7 @@ public class NumberOnly {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -12,7 +12,7 @@ import java.util.Date;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class Order {
@JsonProperty("id")
private Long id = null;
@@ -73,7 +73,7 @@ public class Order {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("id")
public Long getId() {
return id;
@@ -90,7 +90,7 @@ public class Order {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("petId")
public Long getPetId() {
return petId;
@@ -107,7 +107,7 @@ public class Order {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("quantity")
public Integer getQuantity() {
return quantity;
@@ -124,7 +124,7 @@ public class Order {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("shipDate")
public Date getShipDate() {
return shipDate;
@@ -142,7 +142,7 @@ public class Order {
}
@ApiModelProperty(example = "null", value = "Order Status")
@ApiModelProperty(value = "Order Status")
@JsonProperty("status")
public StatusEnum getStatus() {
return status;
@@ -159,7 +159,7 @@ public class Order {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("complete")
public Boolean getComplete() {
return complete;
@@ -170,7 +170,7 @@ public class Order {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -210,7 +210,7 @@ public class Order {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -15,7 +15,7 @@ import java.util.List;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class Pet {
@JsonProperty("id")
private Long id = null;
@@ -76,7 +76,7 @@ public class Pet {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("id")
public Long getId() {
return id;
@@ -93,7 +93,7 @@ public class Pet {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("category")
public Category getCategory() {
return category;
@@ -127,7 +127,7 @@ public class Pet {
}
@ApiModelProperty(example = "null", required = true, value = "")
@ApiModelProperty(required = true, value = "")
@JsonProperty("photoUrls")
public List<String> getPhotoUrls() {
return photoUrls;
@@ -144,7 +144,7 @@ public class Pet {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("tags")
public List<Tag> getTags() {
return tags;
@@ -162,7 +162,7 @@ public class Pet {
}
@ApiModelProperty(example = "null", value = "pet status in the store")
@ApiModelProperty(value = "pet status in the store")
@JsonProperty("status")
public StatusEnum getStatus() {
return status;
@@ -173,7 +173,7 @@ public class Pet {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -213,7 +213,7 @@ public class Pet {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -10,7 +10,7 @@ import io.swagger.annotations.ApiModelProperty;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class ReadOnlyFirst {
@JsonProperty("bar")
private String bar = null;
@@ -26,7 +26,7 @@ public class ReadOnlyFirst {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("bar")
public String getBar() {
return bar;
@@ -43,7 +43,7 @@ public class ReadOnlyFirst {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("baz")
public String getBaz() {
return baz;
@@ -54,7 +54,7 @@ public class ReadOnlyFirst {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -86,7 +86,7 @@ public class ReadOnlyFirst {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -10,7 +10,7 @@ import io.swagger.annotations.ApiModelProperty;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class SpecialModelName {
@JsonProperty("$special[property.name]")
private Long specialPropertyName = null;
@@ -23,7 +23,7 @@ public class SpecialModelName {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("$special[property.name]")
public Long getSpecialPropertyName() {
return specialPropertyName;
@@ -34,7 +34,7 @@ public class SpecialModelName {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -64,7 +64,7 @@ public class SpecialModelName {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -10,7 +10,7 @@ import io.swagger.annotations.ApiModelProperty;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class Tag {
@JsonProperty("id")
private Long id = null;
@@ -26,7 +26,7 @@ public class Tag {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("id")
public Long getId() {
return id;
@@ -43,7 +43,7 @@ public class Tag {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("name")
public String getName() {
return name;
@@ -54,7 +54,7 @@ public class Tag {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -86,7 +86,7 @@ public class Tag {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -10,7 +10,7 @@ import io.swagger.annotations.ApiModelProperty;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class User {
@JsonProperty("id")
private Long id = null;
@@ -44,7 +44,7 @@ public class User {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("id")
public Long getId() {
return id;
@@ -61,7 +61,7 @@ public class User {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("username")
public String getUsername() {
return username;
@@ -78,7 +78,7 @@ public class User {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("firstName")
public String getFirstName() {
return firstName;
@@ -95,7 +95,7 @@ public class User {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("lastName")
public String getLastName() {
return lastName;
@@ -112,7 +112,7 @@ public class User {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("email")
public String getEmail() {
return email;
@@ -129,7 +129,7 @@ public class User {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("password")
public String getPassword() {
return password;
@@ -146,7 +146,7 @@ public class User {
}
@ApiModelProperty(example = "null", value = "")
@ApiModelProperty(value = "")
@JsonProperty("phone")
public String getPhone() {
return phone;
@@ -164,7 +164,7 @@ public class User {
}
@ApiModelProperty(example = "null", value = "User Status")
@ApiModelProperty(value = "User Status")
@JsonProperty("userStatus")
public Integer getUserStatus() {
return userStatus;
@@ -175,7 +175,7 @@ public class User {
@Override
public boolean equals(Object o) {
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
@@ -219,7 +219,7 @@ public class User {
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}

View File

@@ -12,7 +12,7 @@ import io.swagger.model.*;
import io.swagger.model.Client;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class FakeClassnameTestController {
/**
* Uncomment and implement as you see fit. These operations will map

View File

@@ -14,7 +14,7 @@ import java.math.BigDecimal;
import io.swagger.model.Client;
import java.util.Date;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class FakeController {
/**
* Uncomment and implement as you see fit. These operations will map

View File

@@ -14,7 +14,7 @@ import java.io.File;
import io.swagger.model.ModelApiResponse;
import io.swagger.model.Pet;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class PetController {
/**
* Uncomment and implement as you see fit. These operations will map

View File

@@ -13,7 +13,7 @@ import io.swagger.model.*;
import java.util.Map;
import io.swagger.model.Order;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class StoreController {
/**
* Uncomment and implement as you see fit. These operations will map

View File

@@ -13,7 +13,7 @@ import io.swagger.model.*;
import java.util.List;
import io.swagger.model.User;
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaInflectorServerCodegen", date = "2017-03-13T18:03:34.096+01:00")
public class UserController {
/**
* Uncomment and implement as you see fit. These operations will map