From 013eeaa4f51801b5892ba5da5b451f59934a0056 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Thu, 25 Jul 2019 10:45:54 +0800 Subject: [PATCH 1/2] add nullable support, update samples --- .../src/main/resources/Java/pojo.mustache | 9 ++- .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../petstore/java/jersey2-java6/pom.xml | 7 +++ .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../petstore/java/jersey2-java8/pom.xml | 7 +++ .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- samples/client/petstore/java/resteasy/pom.xml | 6 ++ .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../java/resttemplate-withXml/pom.xml | 7 +++ .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../client/petstore/java/resttemplate/pom.xml | 7 +++ .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- samples/client/petstore/java/retrofit/pom.xml | 6 ++ .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../petstore/java/retrofit2-play24/pom.xml | 6 ++ .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../petstore/java/retrofit2-play25/pom.xml | 6 ++ .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../petstore/java/retrofit2-play26/pom.xml | 6 ++ .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- .../client/petstore/java/webclient/pom.xml | 7 +++ .../model/AdditionalPropertiesAnyType.java | 2 +- .../model/AdditionalPropertiesArray.java | 2 +- .../model/AdditionalPropertiesBoolean.java | 2 +- .../model/AdditionalPropertiesClass.java | 22 +++---- .../model/AdditionalPropertiesInteger.java | 2 +- .../model/AdditionalPropertiesNumber.java | 2 +- .../model/AdditionalPropertiesObject.java | 2 +- .../model/AdditionalPropertiesString.java | 2 +- .../org/openapitools/client/model/Animal.java | 3 +- .../model/ArrayOfArrayOfNumberOnly.java | 2 +- .../client/model/ArrayOfNumberOnly.java | 2 +- .../openapitools/client/model/ArrayTest.java | 6 +- .../client/model/Capitalization.java | 12 ++-- .../org/openapitools/client/model/Cat.java | 2 +- .../openapitools/client/model/CatAllOf.java | 2 +- .../openapitools/client/model/Category.java | 3 +- .../openapitools/client/model/ClassModel.java | 2 +- .../org/openapitools/client/model/Client.java | 2 +- .../org/openapitools/client/model/Dog.java | 2 +- .../openapitools/client/model/DogAllOf.java | 2 +- .../openapitools/client/model/EnumArrays.java | 4 +- .../openapitools/client/model/EnumTest.java | 9 ++- .../client/model/FileSchemaTestClass.java | 4 +- .../openapitools/client/model/FormatTest.java | 22 +++---- .../client/model/HasOnlyReadOnly.java | 4 +- .../openapitools/client/model/MapTest.java | 8 +-- ...ropertiesAndAdditionalPropertiesClass.java | 6 +- .../client/model/Model200Response.java | 4 +- .../client/model/ModelApiResponse.java | 6 +- .../client/model/ModelReturn.java | 2 +- .../org/openapitools/client/model/Name.java | 7 +-- .../openapitools/client/model/NumberOnly.java | 2 +- .../org/openapitools/client/model/Order.java | 12 ++-- .../client/model/OuterComposite.java | 6 +- .../org/openapitools/client/model/Pet.java | 10 ++-- .../client/model/ReadOnlyFirst.java | 4 +- .../client/model/SpecialModelName.java | 2 +- .../org/openapitools/client/model/Tag.java | 4 +- .../client/model/TypeHolderDefault.java | 5 -- .../client/model/TypeHolderExample.java | 5 -- .../org/openapitools/client/model/User.java | 16 ++--- .../openapitools/client/model/XmlItem.java | 58 +++++++++---------- 935 files changed, 2889 insertions(+), 3257 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/Java/pojo.mustache b/modules/openapi-generator/src/main/resources/Java/pojo.mustache index 276de9b66eea..afd1ebf4098d 100644 --- a/modules/openapi-generator/src/main/resources/Java/pojo.mustache +++ b/modules/openapi-generator/src/main/resources/Java/pojo.mustache @@ -129,7 +129,14 @@ public class {{classname}} {{#parent}}extends {{{parent}}} {{/parent}}{{#parcela {{/maximum}} * @return {{name}} **/ -{{^required}} @javax.annotation.Nullable {{/required}} +{{#required}} +{{#isNullable}} + @javax.annotation.Nullable +{{/isNullable}} +{{/required}} +{{^required}} + @javax.annotation.Nullable +{{/required}} {{#useBeanValidation}}{{>beanValidation}}{{/useBeanValidation}} @ApiModelProperty({{#example}}example = "{{{example}}}", {{/example}}{{#required}}required = {{required}}, {{/required}}value = "{{{description}}}") {{#vendorExtensions.extraAnnotation}} {{{vendorExtensions.extraAnnotation}}} diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index 1abb2d8a64e2..69d6a817294e 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -40,7 +40,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index 1821c243e1d9..0147a592b7e8 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -41,7 +41,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index 78f7ac79b212..89aa511c2a8c 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -40,7 +40,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index 406bccc2781b..cb955d1165a5 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -80,7 +80,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index 6e5159d404de..f27ff011de13 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -40,7 +40,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index ddc8146dea28..479696fdcefa 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -41,7 +41,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index cc29400029fa..bd569b0da3ec 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -40,7 +40,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index fb3368dfedaf..27e03a2313ef 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -40,7 +40,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Animal.java index 53a0eec33958..dc16717ac324 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Animal.java @@ -49,7 +49,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index de49df3fbda0..b670ecb66e45 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index f4399ff42d00..9d6997f88fcc 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ArrayTest.java index 7483fa96ce0a..7dc235f0a94c 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -55,7 +55,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Capitalization.java index bb83be97fe94..3f3df29d5da1 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Capitalization.java @@ -53,7 +53,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Cat.java index 6992ec21cae4..3f770e0791de 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Cat.java @@ -40,7 +40,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean isDeclawed() { return declawed; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/CatAllOf.java index 0a5eed53e71d..9a258b81bffa 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -38,7 +38,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean isDeclawed() { return declawed; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Category.java index 03efdd4be845..3eccd2cd922c 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Category.java @@ -41,7 +41,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ClassModel.java index def421a6709b..2aaed27fffd2 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ClassModel.java @@ -39,7 +39,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Client.java index c0bd0743e535..458e8129602e 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Client.java @@ -38,7 +38,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Dog.java index 6b79c5960690..83f5cb0e272f 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Dog.java @@ -40,7 +40,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/DogAllOf.java index 1a4496d8f025..d1e1402789f2 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -38,7 +38,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/EnumArrays.java index 40e31bf3caf4..368b481f7e52 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -113,7 +113,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/EnumTest.java index d4b36798ee68..b365a8a56fe2 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/EnumTest.java @@ -195,7 +195,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index bee77a8cec7f..ca73764280c6 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -43,7 +43,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/FormatTest.java index c017f57a8037..00d132529e43 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/FormatTest.java @@ -81,7 +81,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -260,7 +258,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -317,7 +314,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 44159e08e8ae..e9453bb6cceb 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -36,7 +36,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -46,7 +46,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/MapTest.java index a7a141bb9b3d..44cd694057a4 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/MapTest.java @@ -93,7 +93,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index ea930e3e2e71..19d808093c92 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -50,7 +50,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Model200Response.java index bd3244dd57db..39fabeeb6da7 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Model200Response.java @@ -42,7 +42,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ModelApiResponse.java index ed335cdca174..bb334129511a 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -44,7 +44,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ModelReturn.java index 04c0bcd33f4f..9aafb13e04d7 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -39,7 +39,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Name.java index af27c6e45faa..9518276dd61a 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Name.java @@ -48,7 +48,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/NumberOnly.java index 4e29c814cc48..0245e8e21098 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -39,7 +39,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Order.java index 7867042746e7..f72f97defc03 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Order.java @@ -91,7 +91,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean isComplete() { return complete; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/OuterComposite.java index b075f7395a4a..8fcdb3b130ac 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -45,7 +45,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean isMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Pet.java index 63e9b4ff5de1..a7d92129d734 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Pet.java @@ -94,7 +94,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index a2c9e996993e..1379ee09ea6c 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -36,7 +36,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -51,7 +51,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/SpecialModelName.java index a5ddb0b63848..869771afad8c 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -38,7 +38,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Tag.java index 8255ad8298ce..4bb498aff430 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Tag.java @@ -41,7 +41,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index 04a11d85a512..c7988712ccb3 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -53,7 +53,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean isBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/TypeHolderExample.java index a9bf8de8994f..cca1c01efd60 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -53,7 +53,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean isBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/User.java index 6e6c4ac10254..73164c3ee289 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/User.java @@ -59,7 +59,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/XmlItem.java index 2665c57a91ee..9ee6eca90806 100644 --- a/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/XmlItem.java @@ -125,7 +125,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -163,7 +163,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -266,7 +266,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -396,7 +396,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -526,7 +526,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -656,7 +656,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index 1abb2d8a64e2..69d6a817294e 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -40,7 +40,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index 1821c243e1d9..0147a592b7e8 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -41,7 +41,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index 78f7ac79b212..89aa511c2a8c 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -40,7 +40,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index 406bccc2781b..cb955d1165a5 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -80,7 +80,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index 6e5159d404de..f27ff011de13 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -40,7 +40,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index ddc8146dea28..479696fdcefa 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -41,7 +41,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index cc29400029fa..bd569b0da3ec 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -40,7 +40,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index fb3368dfedaf..27e03a2313ef 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -40,7 +40,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Animal.java index 53a0eec33958..dc16717ac324 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Animal.java @@ -49,7 +49,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index de49df3fbda0..b670ecb66e45 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index f4399ff42d00..9d6997f88fcc 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ArrayTest.java index 7483fa96ce0a..7dc235f0a94c 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -55,7 +55,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Capitalization.java index bb83be97fe94..3f3df29d5da1 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Capitalization.java @@ -53,7 +53,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Cat.java index 6992ec21cae4..3f770e0791de 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Cat.java @@ -40,7 +40,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean isDeclawed() { return declawed; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/CatAllOf.java index 0a5eed53e71d..9a258b81bffa 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -38,7 +38,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean isDeclawed() { return declawed; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Category.java index 03efdd4be845..3eccd2cd922c 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Category.java @@ -41,7 +41,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ClassModel.java index def421a6709b..2aaed27fffd2 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ClassModel.java @@ -39,7 +39,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Client.java index c0bd0743e535..458e8129602e 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Client.java @@ -38,7 +38,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Dog.java index 6b79c5960690..83f5cb0e272f 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Dog.java @@ -40,7 +40,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/DogAllOf.java index 1a4496d8f025..d1e1402789f2 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -38,7 +38,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/EnumArrays.java index 40e31bf3caf4..368b481f7e52 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -113,7 +113,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/EnumTest.java index d4b36798ee68..b365a8a56fe2 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/EnumTest.java @@ -195,7 +195,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index bee77a8cec7f..ca73764280c6 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -43,7 +43,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/FormatTest.java index c017f57a8037..00d132529e43 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/FormatTest.java @@ -81,7 +81,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -260,7 +258,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -317,7 +314,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 44159e08e8ae..e9453bb6cceb 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -36,7 +36,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -46,7 +46,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/MapTest.java index a7a141bb9b3d..44cd694057a4 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/MapTest.java @@ -93,7 +93,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index ea930e3e2e71..19d808093c92 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -50,7 +50,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Model200Response.java index bd3244dd57db..39fabeeb6da7 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Model200Response.java @@ -42,7 +42,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ModelApiResponse.java index ed335cdca174..bb334129511a 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -44,7 +44,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ModelReturn.java index 04c0bcd33f4f..9aafb13e04d7 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -39,7 +39,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Name.java index af27c6e45faa..9518276dd61a 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Name.java @@ -48,7 +48,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/NumberOnly.java index 4e29c814cc48..0245e8e21098 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -39,7 +39,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Order.java index 7867042746e7..f72f97defc03 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Order.java @@ -91,7 +91,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean isComplete() { return complete; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/OuterComposite.java index b075f7395a4a..8fcdb3b130ac 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -45,7 +45,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean isMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Pet.java index 63e9b4ff5de1..a7d92129d734 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Pet.java @@ -94,7 +94,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index a2c9e996993e..1379ee09ea6c 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -36,7 +36,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -51,7 +51,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/SpecialModelName.java index a5ddb0b63848..869771afad8c 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -38,7 +38,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Tag.java index 8255ad8298ce..4bb498aff430 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Tag.java @@ -41,7 +41,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index 04a11d85a512..c7988712ccb3 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -53,7 +53,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean isBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/TypeHolderExample.java index a9bf8de8994f..cca1c01efd60 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -53,7 +53,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean isBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/User.java index 6e6c4ac10254..73164c3ee289 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/User.java @@ -59,7 +59,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/XmlItem.java index 2665c57a91ee..9ee6eca90806 100644 --- a/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/XmlItem.java @@ -125,7 +125,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -163,7 +163,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -266,7 +266,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -396,7 +396,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -526,7 +526,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -656,7 +656,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index 1abb2d8a64e2..69d6a817294e 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -40,7 +40,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index 1821c243e1d9..0147a592b7e8 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -41,7 +41,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index 78f7ac79b212..89aa511c2a8c 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -40,7 +40,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index 406bccc2781b..cb955d1165a5 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -80,7 +80,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index 6e5159d404de..f27ff011de13 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -40,7 +40,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index ddc8146dea28..479696fdcefa 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -41,7 +41,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index cc29400029fa..bd569b0da3ec 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -40,7 +40,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index fb3368dfedaf..27e03a2313ef 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -40,7 +40,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Animal.java index 53a0eec33958..dc16717ac324 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Animal.java @@ -49,7 +49,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index de49df3fbda0..b670ecb66e45 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index f4399ff42d00..9d6997f88fcc 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ArrayTest.java index 7483fa96ce0a..7dc235f0a94c 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -55,7 +55,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Capitalization.java index bb83be97fe94..3f3df29d5da1 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Capitalization.java @@ -53,7 +53,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Cat.java index ce456c86479f..a8108d6f151d 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Cat.java @@ -40,7 +40,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/CatAllOf.java index 224c08671c75..42e961461078 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -38,7 +38,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Category.java index 03efdd4be845..3eccd2cd922c 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Category.java @@ -41,7 +41,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ClassModel.java index def421a6709b..2aaed27fffd2 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ClassModel.java @@ -39,7 +39,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Client.java index c0bd0743e535..458e8129602e 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Client.java @@ -38,7 +38,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Dog.java index 6b79c5960690..83f5cb0e272f 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Dog.java @@ -40,7 +40,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/DogAllOf.java index 1a4496d8f025..d1e1402789f2 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -38,7 +38,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/EnumArrays.java index 40e31bf3caf4..368b481f7e52 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -113,7 +113,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/EnumTest.java index d4b36798ee68..b365a8a56fe2 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/EnumTest.java @@ -195,7 +195,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index bee77a8cec7f..ca73764280c6 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -43,7 +43,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/FormatTest.java index c017f57a8037..00d132529e43 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/FormatTest.java @@ -81,7 +81,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -260,7 +258,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -317,7 +314,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 44159e08e8ae..e9453bb6cceb 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -36,7 +36,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -46,7 +46,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/MapTest.java index a7a141bb9b3d..44cd694057a4 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/MapTest.java @@ -93,7 +93,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index ea930e3e2e71..19d808093c92 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -50,7 +50,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Model200Response.java index bd3244dd57db..39fabeeb6da7 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Model200Response.java @@ -42,7 +42,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ModelApiResponse.java index ed335cdca174..bb334129511a 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -44,7 +44,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ModelReturn.java index 04c0bcd33f4f..9aafb13e04d7 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -39,7 +39,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Name.java index af27c6e45faa..9518276dd61a 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Name.java @@ -48,7 +48,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/NumberOnly.java index 4e29c814cc48..0245e8e21098 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -39,7 +39,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Order.java index 9e935d606ef1..a9e2986a2fe9 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Order.java @@ -91,7 +91,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getComplete() { return complete; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/OuterComposite.java index f6515126a84c..c8bd99011c0e 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -45,7 +45,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Pet.java index 63e9b4ff5de1..a7d92129d734 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Pet.java @@ -94,7 +94,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index a2c9e996993e..1379ee09ea6c 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -36,7 +36,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -51,7 +51,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/SpecialModelName.java index a5ddb0b63848..869771afad8c 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -38,7 +38,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Tag.java index 8255ad8298ce..4bb498aff430 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Tag.java @@ -41,7 +41,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index d8c7b3efdd2c..9d0f5b2fbeab 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -53,7 +53,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/TypeHolderExample.java index c1d5ea30f82e..94d3c57b6f2c 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -53,7 +53,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/User.java index 6e6c4ac10254..73164c3ee289 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/User.java @@ -59,7 +59,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/XmlItem.java index ce4af3e8b9b3..9032c234249b 100644 --- a/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/XmlItem.java @@ -125,7 +125,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -163,7 +163,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -266,7 +266,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -396,7 +396,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -526,7 +526,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -656,7 +656,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index 1abb2d8a64e2..69d6a817294e 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -40,7 +40,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index 1821c243e1d9..0147a592b7e8 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -41,7 +41,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index 78f7ac79b212..89aa511c2a8c 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -40,7 +40,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index 406bccc2781b..cb955d1165a5 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -80,7 +80,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index 6e5159d404de..f27ff011de13 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -40,7 +40,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index ddc8146dea28..479696fdcefa 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -41,7 +41,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index cc29400029fa..bd569b0da3ec 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -40,7 +40,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index fb3368dfedaf..27e03a2313ef 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -40,7 +40,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Animal.java index 53a0eec33958..dc16717ac324 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Animal.java @@ -49,7 +49,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index de49df3fbda0..b670ecb66e45 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index f4399ff42d00..9d6997f88fcc 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ArrayTest.java index 7483fa96ce0a..7dc235f0a94c 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -55,7 +55,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Capitalization.java index bb83be97fe94..3f3df29d5da1 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Capitalization.java @@ -53,7 +53,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Cat.java index ce456c86479f..a8108d6f151d 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Cat.java @@ -40,7 +40,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/CatAllOf.java index 224c08671c75..42e961461078 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -38,7 +38,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Category.java index 03efdd4be845..3eccd2cd922c 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Category.java @@ -41,7 +41,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ClassModel.java index def421a6709b..2aaed27fffd2 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ClassModel.java @@ -39,7 +39,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Client.java index c0bd0743e535..458e8129602e 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Client.java @@ -38,7 +38,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Dog.java index 6b79c5960690..83f5cb0e272f 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Dog.java @@ -40,7 +40,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/DogAllOf.java index 1a4496d8f025..d1e1402789f2 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -38,7 +38,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/EnumArrays.java index e0b5a0b76049..e0838f0528ed 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -113,7 +113,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/EnumTest.java index 3d5976cb9e48..93c9c403cbff 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/EnumTest.java @@ -195,7 +195,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index bee77a8cec7f..ca73764280c6 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -43,7 +43,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/FormatTest.java index c017f57a8037..00d132529e43 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/FormatTest.java @@ -81,7 +81,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -260,7 +258,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -317,7 +314,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 44159e08e8ae..e9453bb6cceb 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -36,7 +36,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -46,7 +46,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/MapTest.java index 65ab3afca0c0..eee064dc4e58 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/MapTest.java @@ -93,7 +93,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index ea930e3e2e71..19d808093c92 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -50,7 +50,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Model200Response.java index bd3244dd57db..39fabeeb6da7 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Model200Response.java @@ -42,7 +42,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ModelApiResponse.java index ed335cdca174..bb334129511a 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -44,7 +44,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ModelReturn.java index 04c0bcd33f4f..9aafb13e04d7 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -39,7 +39,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Name.java index af27c6e45faa..9518276dd61a 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Name.java @@ -48,7 +48,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/NumberOnly.java index 4e29c814cc48..0245e8e21098 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -39,7 +39,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Order.java index 18197114a2d3..bc8b700485e0 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Order.java @@ -91,7 +91,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getComplete() { return complete; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/OuterComposite.java index f6515126a84c..c8bd99011c0e 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -45,7 +45,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Pet.java index 0e52f362375c..052a17bc03f2 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Pet.java @@ -94,7 +94,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index a2c9e996993e..1379ee09ea6c 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -36,7 +36,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -51,7 +51,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/SpecialModelName.java index a5ddb0b63848..869771afad8c 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -38,7 +38,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Tag.java index 8255ad8298ce..4bb498aff430 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Tag.java @@ -41,7 +41,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index d8c7b3efdd2c..9d0f5b2fbeab 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -53,7 +53,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/TypeHolderExample.java index c1d5ea30f82e..94d3c57b6f2c 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -53,7 +53,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/User.java index 6e6c4ac10254..73164c3ee289 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/User.java @@ -59,7 +59,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/XmlItem.java index ce4af3e8b9b3..9032c234249b 100644 --- a/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/XmlItem.java @@ -125,7 +125,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -163,7 +163,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -266,7 +266,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -396,7 +396,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -526,7 +526,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -656,7 +656,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/jersey2-java6/pom.xml b/samples/client/petstore/java/jersey2-java6/pom.xml index 8a80c6c15874..7f29de9bf660 100644 --- a/samples/client/petstore/java/jersey2-java6/pom.xml +++ b/samples/client/petstore/java/jersey2-java6/pom.xml @@ -210,6 +210,13 @@ ${swagger-annotations-version} + + + com.google.code.findbugs + jsr305 + 3.0.2 + + org.glassfish.jersey.core diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index 6f77fd208ca7..81251713a1be 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -39,7 +39,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index 154f47fc70fc..bdf5c625dd55 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -40,7 +40,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index a0bec91daa8e..eccc9e9d3cab 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -39,7 +39,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index e179b284c173..9209ce67b6ae 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -79,7 +79,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -106,7 +106,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -133,7 +133,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -160,7 +160,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -187,7 +187,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -214,7 +214,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -241,7 +241,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -268,7 +268,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -287,7 +287,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -306,7 +306,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -325,7 +325,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index bb45326e0fd6..da252b12fa42 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -39,7 +39,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index 4dd2fe424899..25e752c58819 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -40,7 +40,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index 58987c7c1904..b5a5fed844c7 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -39,7 +39,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index f923fd81ab2a..247d3242dd33 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -39,7 +39,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Animal.java index 463999716e10..e7f76c2f91c4 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Animal.java @@ -48,7 +48,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -67,7 +66,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index 620e0f045260..dbf11f2b6d4a 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -48,7 +48,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index 23ca3ec520c1..d35a9d274418 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -48,7 +48,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ArrayTest.java index a739327142d3..0a28291d775c 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -54,7 +54,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -81,7 +81,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -108,7 +108,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Capitalization.java index 4cb3722a0ddc..b8a614a204af 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Capitalization.java @@ -52,7 +52,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -71,7 +71,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -90,7 +90,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -109,7 +109,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -128,7 +128,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -147,7 +147,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Cat.java index b1bc3a3259be..6cc1276b4e2e 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Cat.java @@ -39,7 +39,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean isDeclawed() { return declawed; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/CatAllOf.java index f0b7eba67d3b..a791dc55f926 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -37,7 +37,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean isDeclawed() { return declawed; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Category.java index 71b7375870ff..6fefcefbe476 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Category.java @@ -40,7 +40,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -59,7 +59,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ClassModel.java index 8a670d59fbda..a6bfab63ee32 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ClassModel.java @@ -38,7 +38,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Client.java index a3a58de1fede..68d7f4fb553f 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Client.java @@ -37,7 +37,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Dog.java index 2d3e7d4fe9f3..1cbee958a068 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Dog.java @@ -39,7 +39,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/DogAllOf.java index 3a33a542dbc1..ad09ae505a20 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -37,7 +37,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/EnumArrays.java index a8b71af7f4d9..0b8fc89b0568 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -112,7 +112,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -139,7 +139,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/EnumTest.java index a6fa726f6984..00045150929d 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/EnumTest.java @@ -194,7 +194,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -213,7 +213,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -232,7 +231,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -251,7 +250,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -270,7 +269,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index 62e4346f1cba..5f2b12d45ca2 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -42,7 +42,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -69,7 +69,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/FormatTest.java index c9688e4e4a23..fee5939f4f00 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/FormatTest.java @@ -80,7 +80,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -101,7 +101,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -120,7 +120,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -141,7 +141,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -162,7 +161,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -183,7 +182,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -202,7 +201,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -221,7 +220,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -240,7 +238,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -259,7 +257,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -278,7 +275,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -297,7 +294,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -316,7 +313,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 67943f40664b..7581f7ba5668 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -35,7 +35,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -45,7 +45,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/MapTest.java index b3e327d66bab..da931e479444 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/MapTest.java @@ -92,7 +92,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -119,7 +119,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -146,7 +146,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -173,7 +173,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index e6244b5ba088..bb7fce838347 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -49,7 +49,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -68,7 +68,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -95,7 +95,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Model200Response.java index b6e7dd4bb954..2d258ffec394 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Model200Response.java @@ -41,7 +41,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -60,7 +60,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ModelApiResponse.java index 828793964ca5..63ccaa32f20a 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -43,7 +43,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -62,7 +62,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -81,7 +81,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ModelReturn.java index 75e753615006..ab17739908c0 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -38,7 +38,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Name.java index 9ae7b37e07cb..0774790c9587 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Name.java @@ -47,7 +47,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -61,7 +60,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -76,7 +75,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -90,7 +89,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/NumberOnly.java index c58c1fd75b55..85268b9b7cb3 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -38,7 +38,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Order.java index 55a9be17bf12..8be8f68b6c47 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Order.java @@ -90,7 +90,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -109,7 +109,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -128,7 +128,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -147,7 +147,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -166,7 +166,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -185,7 +185,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean isComplete() { return complete; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/OuterComposite.java index d989f0814621..a8dc2ee33d54 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -44,7 +44,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -63,7 +63,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -82,7 +82,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean isMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Pet.java index 5347514db028..914b9b144378 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Pet.java @@ -93,7 +93,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -112,7 +112,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -131,7 +131,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -155,7 +154,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -182,7 +180,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -201,7 +199,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index 0b4f41ef519e..81e19eda7c10 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -35,7 +35,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -50,7 +50,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/SpecialModelName.java index 015646fa518f..e3b9f1a18703 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -37,7 +37,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Tag.java index 91039783392a..8eaa60d84e6b 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Tag.java @@ -40,7 +40,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -59,7 +59,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index 5d457b4179b1..113b0da0aef4 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -52,7 +52,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -71,7 +70,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -90,7 +88,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -109,7 +106,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean isBoolItem() { return boolItem; @@ -133,7 +129,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/TypeHolderExample.java index c59b6b8408cc..8c48c33c63ec 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -52,7 +52,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -71,7 +70,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -90,7 +88,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -109,7 +106,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean isBoolItem() { return boolItem; @@ -133,7 +129,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/User.java index 14fa403765a1..f4745a2b17ca 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/User.java @@ -58,7 +58,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -77,7 +77,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -96,7 +96,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -115,7 +115,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -134,7 +134,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -153,7 +153,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -172,7 +172,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -191,7 +191,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/XmlItem.java index db0a1c96d386..730742019f31 100644 --- a/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/XmlItem.java @@ -124,7 +124,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -143,7 +143,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -162,7 +162,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -181,7 +181,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isAttributeBoolean() { return attributeBoolean; @@ -208,7 +208,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -227,7 +227,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -246,7 +246,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -265,7 +265,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -284,7 +284,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isNameBoolean() { return nameBoolean; @@ -311,7 +311,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -338,7 +338,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -357,7 +357,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -376,7 +376,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -395,7 +395,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -414,7 +414,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isPrefixBoolean() { return prefixBoolean; @@ -441,7 +441,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -468,7 +468,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -487,7 +487,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -506,7 +506,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -525,7 +525,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -544,7 +544,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isNamespaceBoolean() { return namespaceBoolean; @@ -571,7 +571,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -598,7 +598,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -617,7 +617,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -636,7 +636,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -655,7 +655,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -674,7 +674,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isPrefixNsBoolean() { return prefixNsBoolean; @@ -701,7 +701,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -728,7 +728,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/jersey2-java8/pom.xml b/samples/client/petstore/java/jersey2-java8/pom.xml index 75381cb9defd..5d62f179fe71 100644 --- a/samples/client/petstore/java/jersey2-java8/pom.xml +++ b/samples/client/petstore/java/jersey2-java8/pom.xml @@ -210,6 +210,13 @@ ${swagger-annotations-version} + + + com.google.code.findbugs + jsr305 + 3.0.2 + + org.glassfish.jersey.core diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index 1abb2d8a64e2..69d6a817294e 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -40,7 +40,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index 1821c243e1d9..0147a592b7e8 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -41,7 +41,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index 78f7ac79b212..89aa511c2a8c 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -40,7 +40,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index fc52759bc836..ecb4e102ea27 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -80,7 +80,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index 6e5159d404de..f27ff011de13 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -40,7 +40,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index ddc8146dea28..479696fdcefa 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -41,7 +41,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index cc29400029fa..bd569b0da3ec 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -40,7 +40,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index fb3368dfedaf..27e03a2313ef 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -40,7 +40,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java index 53a0eec33958..dc16717ac324 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java @@ -49,7 +49,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index 49b5c552506f..66e9fba5d753 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index ef2555974df4..9f5b467a3145 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java index b6b98aa275e7..7ac678808943 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -55,7 +55,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java index bb83be97fe94..3f3df29d5da1 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java @@ -53,7 +53,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Cat.java index ce456c86479f..a8108d6f151d 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Cat.java @@ -40,7 +40,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/CatAllOf.java index 224c08671c75..42e961461078 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -38,7 +38,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Category.java index 03efdd4be845..3eccd2cd922c 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Category.java @@ -41,7 +41,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ClassModel.java index def421a6709b..2aaed27fffd2 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ClassModel.java @@ -39,7 +39,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Client.java index c0bd0743e535..458e8129602e 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Client.java @@ -38,7 +38,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Dog.java index 6b79c5960690..83f5cb0e272f 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Dog.java @@ -40,7 +40,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/DogAllOf.java index 1a4496d8f025..d1e1402789f2 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -38,7 +38,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumArrays.java index fff7f65c7264..a3bd1af47257 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -113,7 +113,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java index d4b36798ee68..b365a8a56fe2 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java @@ -195,7 +195,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index ebbb0fb9f3bc..ad8cf751e11b 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -43,7 +43,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java index 518432caff16..8d075e26bad9 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java @@ -81,7 +81,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -260,7 +258,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -317,7 +314,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 44159e08e8ae..e9453bb6cceb 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -36,7 +36,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -46,7 +46,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java index 2caabbea07b4..b0d3e04bb634 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java @@ -93,7 +93,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index 8d97329c312e..fed78a2162f2 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -50,7 +50,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java index bd3244dd57db..39fabeeb6da7 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java @@ -42,7 +42,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java index ed335cdca174..bb334129511a 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -44,7 +44,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java index 04c0bcd33f4f..9aafb13e04d7 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -39,7 +39,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java index af27c6e45faa..9518276dd61a 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java @@ -48,7 +48,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/NumberOnly.java index 4e29c814cc48..0245e8e21098 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -39,7 +39,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java index 1735b41d3154..594c76e484d3 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java @@ -91,7 +91,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getComplete() { return complete; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java index f6515126a84c..c8bd99011c0e 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -45,7 +45,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java index ace85c42aae7..08f377375610 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java @@ -94,7 +94,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index a2c9e996993e..1379ee09ea6c 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -36,7 +36,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -51,7 +51,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java index a5ddb0b63848..869771afad8c 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -38,7 +38,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java index 8255ad8298ce..4bb498aff430 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java @@ -41,7 +41,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index 786a681fb321..3c6488d270ab 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -53,7 +53,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java index 701e4db8439c..812b5839aa52 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -53,7 +53,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java index 6e6c4ac10254..73164c3ee289 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java @@ -59,7 +59,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java index 2af459e5aed3..aa7ff22ccde0 100644 --- a/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java @@ -125,7 +125,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -163,7 +163,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -266,7 +266,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -396,7 +396,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -526,7 +526,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -656,7 +656,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index 1abb2d8a64e2..69d6a817294e 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -40,7 +40,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index 1821c243e1d9..0147a592b7e8 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -41,7 +41,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index 78f7ac79b212..89aa511c2a8c 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -40,7 +40,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index 406bccc2781b..cb955d1165a5 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -80,7 +80,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index 6e5159d404de..f27ff011de13 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -40,7 +40,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index ddc8146dea28..479696fdcefa 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -41,7 +41,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index cc29400029fa..bd569b0da3ec 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -40,7 +40,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index fb3368dfedaf..27e03a2313ef 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -40,7 +40,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Animal.java index 53a0eec33958..dc16717ac324 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Animal.java @@ -49,7 +49,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index de49df3fbda0..b670ecb66e45 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index f4399ff42d00..9d6997f88fcc 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ArrayTest.java index 7483fa96ce0a..7dc235f0a94c 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -55,7 +55,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Capitalization.java index bb83be97fe94..3f3df29d5da1 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Capitalization.java @@ -53,7 +53,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Cat.java index ce456c86479f..a8108d6f151d 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Cat.java @@ -40,7 +40,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/CatAllOf.java index 224c08671c75..42e961461078 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -38,7 +38,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Category.java index 03efdd4be845..3eccd2cd922c 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Category.java @@ -41,7 +41,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ClassModel.java index def421a6709b..2aaed27fffd2 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ClassModel.java @@ -39,7 +39,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Client.java index c0bd0743e535..458e8129602e 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Client.java @@ -38,7 +38,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Dog.java index 6b79c5960690..83f5cb0e272f 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Dog.java @@ -40,7 +40,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/DogAllOf.java index 1a4496d8f025..d1e1402789f2 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -38,7 +38,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/EnumArrays.java index 40e31bf3caf4..368b481f7e52 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -113,7 +113,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/EnumTest.java index d4b36798ee68..b365a8a56fe2 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/EnumTest.java @@ -195,7 +195,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index bee77a8cec7f..ca73764280c6 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -43,7 +43,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/FormatTest.java index c017f57a8037..00d132529e43 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/FormatTest.java @@ -81,7 +81,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -260,7 +258,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -317,7 +314,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 44159e08e8ae..e9453bb6cceb 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -36,7 +36,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -46,7 +46,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/MapTest.java index a7a141bb9b3d..44cd694057a4 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/MapTest.java @@ -93,7 +93,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index ea930e3e2e71..19d808093c92 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -50,7 +50,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Model200Response.java index bd3244dd57db..39fabeeb6da7 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Model200Response.java @@ -42,7 +42,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ModelApiResponse.java index ed335cdca174..bb334129511a 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -44,7 +44,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ModelReturn.java index 04c0bcd33f4f..9aafb13e04d7 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -39,7 +39,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Name.java index af27c6e45faa..9518276dd61a 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Name.java @@ -48,7 +48,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/NumberOnly.java index 4e29c814cc48..0245e8e21098 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -39,7 +39,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Order.java index 9e935d606ef1..a9e2986a2fe9 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Order.java @@ -91,7 +91,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getComplete() { return complete; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/OuterComposite.java index f6515126a84c..c8bd99011c0e 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -45,7 +45,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Pet.java index 63e9b4ff5de1..a7d92129d734 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Pet.java @@ -94,7 +94,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index a2c9e996993e..1379ee09ea6c 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -36,7 +36,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -51,7 +51,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/SpecialModelName.java index a5ddb0b63848..869771afad8c 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -38,7 +38,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Tag.java index 8255ad8298ce..4bb498aff430 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Tag.java @@ -41,7 +41,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index d8c7b3efdd2c..9d0f5b2fbeab 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -53,7 +53,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/TypeHolderExample.java index c1d5ea30f82e..94d3c57b6f2c 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -53,7 +53,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/User.java index 6e6c4ac10254..73164c3ee289 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/User.java @@ -59,7 +59,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/XmlItem.java index ce4af3e8b9b3..9032c234249b 100644 --- a/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/XmlItem.java @@ -125,7 +125,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -163,7 +163,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -266,7 +266,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -396,7 +396,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -526,7 +526,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -656,7 +656,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index 952e43c3b443..acb8a5e77231 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -49,7 +49,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index fcb9a8b7b642..ebc9abb8ddc0 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -50,7 +50,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index 08bd0adcf1b1..4cc350ca10ff 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -49,7 +49,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index affc9e2c1ac5..23a7b49f01ab 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -98,7 +98,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -125,7 +125,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -152,7 +152,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -179,7 +179,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -206,7 +206,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -233,7 +233,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -260,7 +260,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -287,7 +287,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -306,7 +306,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -325,7 +325,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -344,7 +344,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index ba0e3c55c0ba..77d124237895 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -49,7 +49,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index 6e0da4f66299..7e0d226868f5 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -50,7 +50,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index 5321ee5f30ef..5d7aa7a622b8 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -49,7 +49,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index f044148baf37..7182f8219724 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -49,7 +49,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Animal.java index 90fabbb10715..dce6c2969a7a 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Animal.java @@ -52,7 +52,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -71,7 +70,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index 026761eec6cf..cb59454209e2 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -57,7 +57,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index 3f9f9ea40c3e..4d55320e11b5 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -57,7 +57,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ArrayTest.java index 91b99633fd35..df2d89a61865 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -65,7 +65,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -92,7 +92,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -119,7 +119,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Capitalization.java index 7c85088f6cb7..21955e67b7cd 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Capitalization.java @@ -66,7 +66,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -85,7 +85,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -104,7 +104,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -123,7 +123,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -142,7 +142,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -161,7 +161,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Cat.java index dcb1df484626..5738b17e665e 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Cat.java @@ -49,7 +49,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/CatAllOf.java index eb92c2ad1aa5..1d09feb3e716 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -46,7 +46,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Category.java index 66b4c8b3f65b..8dedfbedc140 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Category.java @@ -50,7 +50,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -69,7 +69,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ClassModel.java index 028d713c963c..cbf4ea5ff1b7 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ClassModel.java @@ -47,7 +47,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Client.java index ce5cf8deee0f..f2dfb2900d37 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Client.java @@ -46,7 +46,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Dog.java index 934c359ee9ee..3f89f3344894 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Dog.java @@ -49,7 +49,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/DogAllOf.java index 714ecb307b4e..9f3e4e0856f2 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -46,7 +46,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/EnumArrays.java index 6984f387dfaa..11a6fed5872c 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -146,7 +146,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -173,7 +173,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/EnumTest.java index 42d3a54b5b67..7c67dd8229fb 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/EnumTest.java @@ -255,7 +255,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -274,7 +274,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -293,7 +292,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -312,7 +311,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -331,7 +330,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index d3992e5424b7..b5f0ce559cb1 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -52,7 +52,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -79,7 +79,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/FormatTest.java index a16260f07cfb..1f8cd0e08d20 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/FormatTest.java @@ -101,7 +101,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -122,7 +122,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -141,7 +141,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -162,7 +162,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -183,7 +182,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -204,7 +203,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -223,7 +222,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -242,7 +241,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -261,7 +259,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -280,7 +278,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -299,7 +296,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -318,7 +315,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -337,7 +334,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 021055bb5915..14c218af7e3f 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -45,7 +45,7 @@ public HasOnlyReadOnly() { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -55,7 +55,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/MapTest.java index 9796dcbdb1fb..09f608dc198b 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/MapTest.java @@ -116,7 +116,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -143,7 +143,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -170,7 +170,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -197,7 +197,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index 4df2bf653975..abae7222e26d 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -60,7 +60,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -79,7 +79,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -106,7 +106,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Model200Response.java index 6aaf74150788..c98ab531f02e 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Model200Response.java @@ -51,7 +51,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -70,7 +70,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ModelApiResponse.java index 3bcfa5c7033c..166efa5ccdbc 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -54,7 +54,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -73,7 +73,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -92,7 +92,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ModelReturn.java index b58da7220f63..d475b487008d 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -47,7 +47,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Name.java index 6231fae2c483..adb0ada7b18a 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Name.java @@ -59,7 +59,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -73,7 +72,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -88,7 +87,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -102,7 +101,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/NumberOnly.java index 2f89147e0127..d9c958887006 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -47,7 +47,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Order.java index 42a0bae7e7a4..27f892822848 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Order.java @@ -116,7 +116,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -135,7 +135,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -154,7 +154,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -173,7 +173,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -192,7 +192,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -211,7 +211,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getComplete() { return complete; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/OuterComposite.java index 6aff10110bba..171ee7a93d13 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -55,7 +55,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -74,7 +74,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -93,7 +93,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Pet.java index dd736e58d3c5..73ab81f800e7 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Pet.java @@ -119,7 +119,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -138,7 +138,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -157,7 +157,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -181,7 +180,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -208,7 +206,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -227,7 +225,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index 3a590451f07d..824c0c728cfc 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -45,7 +45,7 @@ public ReadOnlyFirst() { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -60,7 +60,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/SpecialModelName.java index 569679be738e..d2eadd0140bf 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -46,7 +46,7 @@ public SpecialModelName() { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Tag.java index 1d23f3ff187f..1e75240cdec3 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Tag.java @@ -50,7 +50,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -69,7 +69,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index 1a425102159c..8cb0ab986890 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -65,7 +65,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -84,7 +83,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -103,7 +101,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -122,7 +119,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -146,7 +142,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/TypeHolderExample.java index 8c9cbe0679d1..4945a5b35ab3 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -65,7 +65,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -84,7 +83,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -103,7 +101,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -122,7 +119,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -146,7 +142,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/User.java index 00a1e51b84e2..3d0d5f8fc5c8 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/User.java @@ -74,7 +74,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -93,7 +93,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -112,7 +112,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -131,7 +131,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -150,7 +150,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -169,7 +169,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -188,7 +188,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -207,7 +207,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/XmlItem.java index c2e9c058b3b8..f5151fce0e2f 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/XmlItem.java @@ -161,7 +161,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -180,7 +180,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -199,7 +199,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -218,7 +218,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -245,7 +245,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -264,7 +264,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -283,7 +283,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -302,7 +302,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -321,7 +321,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -348,7 +348,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -375,7 +375,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -394,7 +394,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -413,7 +413,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -432,7 +432,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -451,7 +451,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -478,7 +478,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -505,7 +505,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -524,7 +524,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -543,7 +543,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -562,7 +562,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -581,7 +581,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -608,7 +608,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -635,7 +635,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -654,7 +654,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -673,7 +673,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -692,7 +692,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -711,7 +711,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -738,7 +738,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -765,7 +765,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index e98f74f8aee7..6639252ccb33 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -44,7 +44,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index 1d86faad3e9a..2c3f2ca0a464 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -45,7 +45,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index a3b37161dacf..7c4a5248c073 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -44,7 +44,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index 8819f4a024bf..b016f1f3778f 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -94,7 +94,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -121,7 +121,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -148,7 +148,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -175,7 +175,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -202,7 +202,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -229,7 +229,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -256,7 +256,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -283,7 +283,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -302,7 +302,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -321,7 +321,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -340,7 +340,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index b8f956cbed8b..10df3df74c74 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -44,7 +44,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index 03d923ab1d49..33719cab2611 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -45,7 +45,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index c0e696dbd53c..e37e04b01a6d 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -44,7 +44,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index 67e597e3cf88..cfbf74f5b328 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -44,7 +44,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Animal.java index 1738bdaf47be..0a02419dbf16 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Animal.java @@ -50,7 +50,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -69,7 +68,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index 69c0cacb05e4..4f016503d471 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -53,7 +53,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index a85aa96af711..15d27a21f287 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -53,7 +53,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ArrayTest.java index 986ac5aa1794..7f6d476044d4 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -61,7 +61,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -88,7 +88,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -115,7 +115,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Capitalization.java index 36f8853e1c2a..ef40fe949fdf 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Capitalization.java @@ -62,7 +62,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -81,7 +81,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -100,7 +100,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -119,7 +119,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -138,7 +138,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -157,7 +157,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Cat.java index 965461a8be82..c600502f716f 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Cat.java @@ -44,7 +44,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/CatAllOf.java index 124db9b8badf..29b3658551eb 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -42,7 +42,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Category.java index d4e121847a1c..1968763722dc 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Category.java @@ -46,7 +46,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ClassModel.java index cbdd8f317bde..52245d70502d 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ClassModel.java @@ -43,7 +43,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Client.java index 5d9c5c4a7161..e5ece3536d60 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Client.java @@ -42,7 +42,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Dog.java index 4da9ba436449..d877eb2f3706 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Dog.java @@ -44,7 +44,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/DogAllOf.java index e505d1dbc307..54483f2227d1 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -42,7 +42,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/EnumArrays.java index 8748c9fa3706..a5aba01d533d 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -142,7 +142,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -169,7 +169,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/EnumTest.java index 1960c24ac276..679584204fb5 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/EnumTest.java @@ -251,7 +251,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -270,7 +270,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -289,7 +288,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -308,7 +307,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -327,7 +326,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index 3c7fcaabdfa1..181141b92dc4 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -48,7 +48,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -75,7 +75,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/FormatTest.java index e7b28a47378f..583b12a0ebc8 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/FormatTest.java @@ -97,7 +97,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -118,7 +118,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -137,7 +137,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -158,7 +158,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -179,7 +178,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -200,7 +199,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -219,7 +218,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -238,7 +237,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -257,7 +255,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -276,7 +274,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -295,7 +292,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -314,7 +311,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -333,7 +330,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 72fcaa8993cf..02225d278c47 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -41,7 +41,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -51,7 +51,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/MapTest.java index 43f0d2e99867..329cb4c87b8d 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/MapTest.java @@ -112,7 +112,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -139,7 +139,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -166,7 +166,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -193,7 +193,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index 78d80bd7f0c3..1826c8b064c7 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -56,7 +56,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -75,7 +75,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -102,7 +102,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Model200Response.java index 0c0fc9710ddb..3167560a9dd0 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Model200Response.java @@ -47,7 +47,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -66,7 +66,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ModelApiResponse.java index 777b1a8a7c1f..84d2fcc4d396 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -50,7 +50,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -69,7 +69,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -88,7 +88,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ModelReturn.java index 225df7f4e8bd..c13f1babe599 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -43,7 +43,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Name.java index c5a569168873..221821d4e191 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Name.java @@ -55,7 +55,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -69,7 +68,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -84,7 +83,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -98,7 +97,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/NumberOnly.java index 00ffd2f67e3e..9a068c2e1ee6 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -43,7 +43,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Order.java index cfb3d04776e1..9ee41b5b8a92 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Order.java @@ -112,7 +112,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -131,7 +131,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -150,7 +150,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -169,7 +169,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -188,7 +188,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -207,7 +207,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getComplete() { return complete; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/OuterComposite.java index 9e2a78d57fae..690b6bde4be1 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -51,7 +51,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -70,7 +70,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -89,7 +89,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Pet.java index 5ac8165f7ff2..59fe8406f43d 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Pet.java @@ -115,7 +115,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -134,7 +134,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -153,7 +153,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -177,7 +176,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -204,7 +202,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -223,7 +221,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index 23ec5576c0cf..84780d763a0d 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -41,7 +41,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -56,7 +56,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/SpecialModelName.java index f4a7d343a75b..c6ccd2c33f6a 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -42,7 +42,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Tag.java index bce1fc934d82..504c51cc3e59 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Tag.java @@ -46,7 +46,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index 8c7e1fa55df7..8fc321bc0a20 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -61,7 +61,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/TypeHolderExample.java index 8315f422ea85..d9496cbd7902 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -61,7 +61,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/User.java index 3f9eb4bb8a80..1aedd044b588 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/User.java @@ -70,7 +70,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -89,7 +89,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -108,7 +108,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -127,7 +127,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -146,7 +146,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -165,7 +165,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -184,7 +184,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -203,7 +203,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/XmlItem.java index 67910352a71a..ea15cdba33cf 100644 --- a/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/XmlItem.java @@ -157,7 +157,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -176,7 +176,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -195,7 +195,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -214,7 +214,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -241,7 +241,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -260,7 +260,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -279,7 +279,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -298,7 +298,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -317,7 +317,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -344,7 +344,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -371,7 +371,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -390,7 +390,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -409,7 +409,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -428,7 +428,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -447,7 +447,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -474,7 +474,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -501,7 +501,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -520,7 +520,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -539,7 +539,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -558,7 +558,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -577,7 +577,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -604,7 +604,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -631,7 +631,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -650,7 +650,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -669,7 +669,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -688,7 +688,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -707,7 +707,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -734,7 +734,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -761,7 +761,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index e98f74f8aee7..6639252ccb33 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -44,7 +44,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index 1d86faad3e9a..2c3f2ca0a464 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -45,7 +45,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index a3b37161dacf..7c4a5248c073 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -44,7 +44,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index 8819f4a024bf..b016f1f3778f 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -94,7 +94,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -121,7 +121,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -148,7 +148,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -175,7 +175,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -202,7 +202,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -229,7 +229,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -256,7 +256,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -283,7 +283,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -302,7 +302,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -321,7 +321,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -340,7 +340,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index b8f956cbed8b..10df3df74c74 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -44,7 +44,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index 03d923ab1d49..33719cab2611 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -45,7 +45,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index c0e696dbd53c..e37e04b01a6d 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -44,7 +44,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index 67e597e3cf88..cfbf74f5b328 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -44,7 +44,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Animal.java index 1738bdaf47be..0a02419dbf16 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Animal.java @@ -50,7 +50,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -69,7 +68,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index 69c0cacb05e4..4f016503d471 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -53,7 +53,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index a85aa96af711..15d27a21f287 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -53,7 +53,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ArrayTest.java index 986ac5aa1794..7f6d476044d4 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -61,7 +61,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -88,7 +88,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -115,7 +115,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Capitalization.java index 36f8853e1c2a..ef40fe949fdf 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Capitalization.java @@ -62,7 +62,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -81,7 +81,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -100,7 +100,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -119,7 +119,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -138,7 +138,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -157,7 +157,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Cat.java index a8b8feb2ae35..91196d53a89b 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Cat.java @@ -44,7 +44,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean isDeclawed() { return declawed; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/CatAllOf.java index bcff15147215..d7569c72fd48 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -42,7 +42,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean isDeclawed() { return declawed; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Category.java index d4e121847a1c..1968763722dc 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Category.java @@ -46,7 +46,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ClassModel.java index cbdd8f317bde..52245d70502d 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ClassModel.java @@ -43,7 +43,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Client.java index 5d9c5c4a7161..e5ece3536d60 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Client.java @@ -42,7 +42,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Dog.java index 4da9ba436449..d877eb2f3706 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Dog.java @@ -44,7 +44,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/DogAllOf.java index e505d1dbc307..54483f2227d1 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -42,7 +42,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/EnumArrays.java index 8748c9fa3706..a5aba01d533d 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -142,7 +142,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -169,7 +169,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/EnumTest.java index 1960c24ac276..679584204fb5 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/EnumTest.java @@ -251,7 +251,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -270,7 +270,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -289,7 +288,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -308,7 +307,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -327,7 +326,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index 3c7fcaabdfa1..181141b92dc4 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -48,7 +48,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -75,7 +75,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/FormatTest.java index e7b28a47378f..583b12a0ebc8 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/FormatTest.java @@ -97,7 +97,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -118,7 +118,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -137,7 +137,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -158,7 +158,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -179,7 +178,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -200,7 +199,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -219,7 +218,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -238,7 +237,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -257,7 +255,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -276,7 +274,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -295,7 +292,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -314,7 +311,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -333,7 +330,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 72fcaa8993cf..02225d278c47 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -41,7 +41,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -51,7 +51,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/MapTest.java index 43f0d2e99867..329cb4c87b8d 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/MapTest.java @@ -112,7 +112,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -139,7 +139,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -166,7 +166,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -193,7 +193,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index 78d80bd7f0c3..1826c8b064c7 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -56,7 +56,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -75,7 +75,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -102,7 +102,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Model200Response.java index 0c0fc9710ddb..3167560a9dd0 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Model200Response.java @@ -47,7 +47,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -66,7 +66,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ModelApiResponse.java index 777b1a8a7c1f..84d2fcc4d396 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -50,7 +50,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -69,7 +69,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -88,7 +88,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ModelReturn.java index 225df7f4e8bd..c13f1babe599 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -43,7 +43,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Name.java index c5a569168873..221821d4e191 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Name.java @@ -55,7 +55,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -69,7 +68,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -84,7 +83,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -98,7 +97,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/NumberOnly.java index 00ffd2f67e3e..9a068c2e1ee6 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -43,7 +43,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Order.java index 75a8568707e6..bfd740e83b5b 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Order.java @@ -112,7 +112,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -131,7 +131,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -150,7 +150,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -169,7 +169,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -188,7 +188,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -207,7 +207,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean isComplete() { return complete; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/OuterComposite.java index 0c3317899bcc..5bc91ffa0a16 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -51,7 +51,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -70,7 +70,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -89,7 +89,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean isMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Pet.java index 5ac8165f7ff2..59fe8406f43d 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Pet.java @@ -115,7 +115,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -134,7 +134,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -153,7 +153,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -177,7 +176,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -204,7 +202,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -223,7 +221,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index 23ec5576c0cf..84780d763a0d 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -41,7 +41,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -56,7 +56,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/SpecialModelName.java index f4a7d343a75b..c6ccd2c33f6a 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -42,7 +42,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Tag.java index bce1fc934d82..504c51cc3e59 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Tag.java @@ -46,7 +46,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index e302fc33c000..13d9a5ad6708 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -61,7 +61,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean isBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/TypeHolderExample.java index 26d4b5c1200b..adf66b7c6542 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -61,7 +61,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean isBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/User.java index 3f9eb4bb8a80..1aedd044b588 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/User.java @@ -70,7 +70,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -89,7 +89,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -108,7 +108,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -127,7 +127,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -146,7 +146,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -165,7 +165,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -184,7 +184,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -203,7 +203,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/XmlItem.java index bbd0fce821f4..42c4ad163123 100644 --- a/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/XmlItem.java @@ -157,7 +157,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -176,7 +176,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -195,7 +195,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -214,7 +214,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isAttributeBoolean() { return attributeBoolean; @@ -241,7 +241,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -260,7 +260,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -279,7 +279,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -298,7 +298,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -317,7 +317,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isNameBoolean() { return nameBoolean; @@ -344,7 +344,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -371,7 +371,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -390,7 +390,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -409,7 +409,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -428,7 +428,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -447,7 +447,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isPrefixBoolean() { return prefixBoolean; @@ -474,7 +474,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -501,7 +501,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -520,7 +520,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -539,7 +539,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -558,7 +558,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -577,7 +577,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isNamespaceBoolean() { return namespaceBoolean; @@ -604,7 +604,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -631,7 +631,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -650,7 +650,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -669,7 +669,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -688,7 +688,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -707,7 +707,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isPrefixNsBoolean() { return prefixNsBoolean; @@ -734,7 +734,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -761,7 +761,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/resteasy/pom.xml b/samples/client/petstore/java/resteasy/pom.xml index ed8cee8d1288..1b327454a681 100644 --- a/samples/client/petstore/java/resteasy/pom.xml +++ b/samples/client/petstore/java/resteasy/pom.xml @@ -160,6 +160,12 @@ swagger-annotations ${swagger-annotations-version} + + + com.google.code.findbugs + jsr305 + 3.0.2 + org.jboss.resteasy diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index 1abb2d8a64e2..69d6a817294e 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -40,7 +40,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index 1821c243e1d9..0147a592b7e8 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -41,7 +41,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index 78f7ac79b212..89aa511c2a8c 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -40,7 +40,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index 406bccc2781b..cb955d1165a5 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -80,7 +80,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index 6e5159d404de..f27ff011de13 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -40,7 +40,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index ddc8146dea28..479696fdcefa 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -41,7 +41,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index cc29400029fa..bd569b0da3ec 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -40,7 +40,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index fb3368dfedaf..27e03a2313ef 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -40,7 +40,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Animal.java index 53a0eec33958..dc16717ac324 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Animal.java @@ -49,7 +49,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index de49df3fbda0..b670ecb66e45 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index f4399ff42d00..9d6997f88fcc 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ArrayTest.java index 7483fa96ce0a..7dc235f0a94c 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -55,7 +55,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Capitalization.java index bb83be97fe94..3f3df29d5da1 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Capitalization.java @@ -53,7 +53,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Cat.java index ce456c86479f..a8108d6f151d 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Cat.java @@ -40,7 +40,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/CatAllOf.java index 224c08671c75..42e961461078 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -38,7 +38,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Category.java index 03efdd4be845..3eccd2cd922c 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Category.java @@ -41,7 +41,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ClassModel.java index def421a6709b..2aaed27fffd2 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ClassModel.java @@ -39,7 +39,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Client.java index c0bd0743e535..458e8129602e 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Client.java @@ -38,7 +38,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Dog.java index 6b79c5960690..83f5cb0e272f 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Dog.java @@ -40,7 +40,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/DogAllOf.java index 1a4496d8f025..d1e1402789f2 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -38,7 +38,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/EnumArrays.java index 40e31bf3caf4..368b481f7e52 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -113,7 +113,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/EnumTest.java index d4b36798ee68..b365a8a56fe2 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/EnumTest.java @@ -195,7 +195,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index bee77a8cec7f..ca73764280c6 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -43,7 +43,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/FormatTest.java index c017f57a8037..00d132529e43 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/FormatTest.java @@ -81,7 +81,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -260,7 +258,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -317,7 +314,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 44159e08e8ae..e9453bb6cceb 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -36,7 +36,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -46,7 +46,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/MapTest.java index a7a141bb9b3d..44cd694057a4 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/MapTest.java @@ -93,7 +93,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index ea930e3e2e71..19d808093c92 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -50,7 +50,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Model200Response.java index bd3244dd57db..39fabeeb6da7 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Model200Response.java @@ -42,7 +42,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ModelApiResponse.java index ed335cdca174..bb334129511a 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -44,7 +44,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ModelReturn.java index 04c0bcd33f4f..9aafb13e04d7 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -39,7 +39,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Name.java index af27c6e45faa..9518276dd61a 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Name.java @@ -48,7 +48,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/NumberOnly.java index 4e29c814cc48..0245e8e21098 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -39,7 +39,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Order.java index 9e935d606ef1..a9e2986a2fe9 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Order.java @@ -91,7 +91,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getComplete() { return complete; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/OuterComposite.java index f6515126a84c..c8bd99011c0e 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -45,7 +45,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Pet.java index 63e9b4ff5de1..a7d92129d734 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Pet.java @@ -94,7 +94,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index a2c9e996993e..1379ee09ea6c 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -36,7 +36,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -51,7 +51,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/SpecialModelName.java index a5ddb0b63848..869771afad8c 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -38,7 +38,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Tag.java index 8255ad8298ce..4bb498aff430 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Tag.java @@ -41,7 +41,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index d8c7b3efdd2c..9d0f5b2fbeab 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -53,7 +53,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/TypeHolderExample.java index c1d5ea30f82e..94d3c57b6f2c 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -53,7 +53,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/User.java index 6e6c4ac10254..73164c3ee289 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/User.java @@ -59,7 +59,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/XmlItem.java index ce4af3e8b9b3..9032c234249b 100644 --- a/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/XmlItem.java @@ -125,7 +125,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -163,7 +163,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -266,7 +266,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -396,7 +396,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -526,7 +526,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -656,7 +656,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/resttemplate-withXml/pom.xml b/samples/client/petstore/java/resttemplate-withXml/pom.xml index fe4ba6cf40b3..03f37e2fc0c3 100644 --- a/samples/client/petstore/java/resttemplate-withXml/pom.xml +++ b/samples/client/petstore/java/resttemplate-withXml/pom.xml @@ -200,6 +200,13 @@ swagger-annotations ${swagger-annotations-version} + + + + com.google.code.findbugs + jsr305 + 3.0.2 + diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index 9cd410caea41..35778f5f20d3 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -47,7 +47,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index 40ec8821a80e..f12a0e3eea85 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -48,7 +48,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index 1572d5e26a50..0724522b6c5a 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -47,7 +47,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index 1fb68be3492f..0476d2af63b6 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -123,7 +123,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -150,7 +150,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -177,7 +177,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -204,7 +204,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -231,7 +231,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -258,7 +258,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -285,7 +285,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -312,7 +312,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -331,7 +331,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -350,7 +350,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -369,7 +369,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index 6c5869d49a57..f31a8c8b8029 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -47,7 +47,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index 2ddabab3ade7..54e58d5690d7 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -48,7 +48,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index 57f36622cb21..e89246c37c7c 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -47,7 +47,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index 5040129ccaa0..a859ad4c7b13 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -47,7 +47,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Animal.java index 6cea07ff0a34..ac608044d3de 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Animal.java @@ -58,7 +58,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -77,7 +76,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index b72cc8454159..c3a1a1343e7b 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -58,7 +58,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index adef6e226e7b..56d8c18f8fd2 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -58,7 +58,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ArrayTest.java index 99fb1aae1ead..c14f12e74539 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -72,7 +72,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -99,7 +99,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -126,7 +126,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Capitalization.java index bad598c32040..c8e25b928a74 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Capitalization.java @@ -70,7 +70,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -89,7 +89,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -108,7 +108,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -127,7 +127,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -146,7 +146,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -165,7 +165,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Cat.java index d7015f214ea8..cf49fd3e0460 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Cat.java @@ -47,7 +47,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/CatAllOf.java index ac93255d17ae..7d37c97b42fe 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -45,7 +45,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Category.java index 665d1deefc99..abb54619dc4f 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Category.java @@ -50,7 +50,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -69,7 +69,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ClassModel.java index 928c12ea45d7..e72245b091d2 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ClassModel.java @@ -46,7 +46,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Client.java index 017b2fca2676..1f649f685522 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Client.java @@ -45,7 +45,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Dog.java index 09c52412f456..81bc53f39154 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Dog.java @@ -47,7 +47,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/DogAllOf.java index c62cc1655a43..0d6418d5e9e8 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -45,7 +45,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/EnumArrays.java index af0d449c65cc..af06ee391bfa 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -124,7 +124,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -151,7 +151,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/EnumTest.java index 4a3faa788b26..d073d1c207f7 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/EnumTest.java @@ -210,7 +210,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -229,7 +229,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -248,7 +247,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -267,7 +266,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -286,7 +285,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index 06defab3d59e..9ed3ee364988 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -54,7 +54,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -81,7 +81,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/FormatTest.java index c9ec8cfd5ff8..b65f3d8d14ca 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/FormatTest.java @@ -112,7 +112,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -133,7 +133,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -152,7 +152,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -173,7 +173,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -194,7 +193,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -215,7 +214,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -234,7 +233,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -253,7 +252,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -272,7 +270,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -291,7 +289,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -310,7 +307,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -329,7 +326,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -348,7 +345,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 907592d8e886..78ebe25cb271 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -45,7 +45,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -55,7 +55,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/MapTest.java index 812a680e7547..1121f9769c1a 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/MapTest.java @@ -114,7 +114,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -141,7 +141,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -168,7 +168,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -195,7 +195,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index 815679fe5f6f..cda964b8c433 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -63,7 +63,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -82,7 +82,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -109,7 +109,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Model200Response.java index 2a3c0b5965de..09d309eb0dd7 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Model200Response.java @@ -51,7 +51,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -70,7 +70,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ModelApiResponse.java index 5ae9239007d5..352fc17d5f89 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -55,7 +55,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -74,7 +74,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -93,7 +93,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ModelReturn.java index 7e3591fe6f21..752ed9792798 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -46,7 +46,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Name.java index 47dbe54104a2..28d4559809e3 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Name.java @@ -61,7 +61,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -75,7 +74,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -90,7 +89,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -104,7 +103,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/NumberOnly.java index c2dcc40b6dc2..63de10209d51 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -46,7 +46,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Order.java index f41d6cb7f9f6..ca5db6e88762 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Order.java @@ -108,7 +108,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -127,7 +127,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -146,7 +146,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -165,7 +165,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -184,7 +184,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -203,7 +203,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getComplete() { return complete; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/OuterComposite.java index 412283913c0f..a131baa5f84f 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -56,7 +56,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -75,7 +75,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -94,7 +94,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Pet.java index 0953836a6fd3..6bd167b2f156 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Pet.java @@ -121,7 +121,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -140,7 +140,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -159,7 +159,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -183,7 +182,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -210,7 +208,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -229,7 +227,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index b01224ff9816..ea1177f44cb9 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -45,7 +45,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -60,7 +60,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/SpecialModelName.java index 0dce1b2135cf..598db84f6bb8 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -45,7 +45,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Tag.java index 0aeb3e864204..ce217a2c9a80 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Tag.java @@ -50,7 +50,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -69,7 +69,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index 4c40efd2bd8a..6a1a1c4600dc 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -70,7 +70,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -89,7 +88,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -108,7 +106,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -127,7 +124,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -151,7 +147,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/TypeHolderExample.java index e24eaa0e196b..290f1d2d47d5 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -70,7 +70,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -89,7 +88,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -108,7 +106,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -127,7 +124,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -151,7 +147,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/User.java index 13acd447aa60..fa805deb3e24 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/User.java @@ -80,7 +80,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -99,7 +99,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -118,7 +118,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -137,7 +137,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -156,7 +156,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -175,7 +175,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -194,7 +194,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -213,7 +213,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/XmlItem.java index ce8aa206a8a8..3acfd5ce8fd6 100644 --- a/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/XmlItem.java @@ -221,7 +221,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -240,7 +240,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -259,7 +259,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -278,7 +278,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -305,7 +305,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -324,7 +324,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -343,7 +343,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -362,7 +362,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -381,7 +381,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -408,7 +408,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -435,7 +435,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -454,7 +454,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -473,7 +473,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -492,7 +492,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -511,7 +511,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -538,7 +538,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -565,7 +565,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -584,7 +584,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -603,7 +603,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -622,7 +622,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -641,7 +641,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -668,7 +668,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -695,7 +695,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -714,7 +714,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -733,7 +733,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -752,7 +752,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -771,7 +771,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -798,7 +798,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -825,7 +825,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/resttemplate/pom.xml b/samples/client/petstore/java/resttemplate/pom.xml index ff4d882ede7e..3f6172a6765c 100644 --- a/samples/client/petstore/java/resttemplate/pom.xml +++ b/samples/client/petstore/java/resttemplate/pom.xml @@ -200,6 +200,13 @@ swagger-annotations ${swagger-annotations-version} + + + + com.google.code.findbugs + jsr305 + 3.0.2 + diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index 1abb2d8a64e2..69d6a817294e 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -40,7 +40,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index 1821c243e1d9..0147a592b7e8 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -41,7 +41,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index 78f7ac79b212..89aa511c2a8c 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -40,7 +40,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index 406bccc2781b..cb955d1165a5 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -80,7 +80,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index 6e5159d404de..f27ff011de13 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -40,7 +40,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index ddc8146dea28..479696fdcefa 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -41,7 +41,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index cc29400029fa..bd569b0da3ec 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -40,7 +40,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index fb3368dfedaf..27e03a2313ef 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -40,7 +40,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Animal.java index 53a0eec33958..dc16717ac324 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Animal.java @@ -49,7 +49,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index de49df3fbda0..b670ecb66e45 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index f4399ff42d00..9d6997f88fcc 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ArrayTest.java index 7483fa96ce0a..7dc235f0a94c 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -55,7 +55,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Capitalization.java index bb83be97fe94..3f3df29d5da1 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Capitalization.java @@ -53,7 +53,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Cat.java index ce456c86479f..a8108d6f151d 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Cat.java @@ -40,7 +40,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/CatAllOf.java index 224c08671c75..42e961461078 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -38,7 +38,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Category.java index 03efdd4be845..3eccd2cd922c 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Category.java @@ -41,7 +41,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ClassModel.java index def421a6709b..2aaed27fffd2 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ClassModel.java @@ -39,7 +39,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Client.java index c0bd0743e535..458e8129602e 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Client.java @@ -38,7 +38,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Dog.java index 6b79c5960690..83f5cb0e272f 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Dog.java @@ -40,7 +40,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/DogAllOf.java index 1a4496d8f025..d1e1402789f2 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -38,7 +38,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/EnumArrays.java index 40e31bf3caf4..368b481f7e52 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -113,7 +113,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/EnumTest.java index d4b36798ee68..b365a8a56fe2 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/EnumTest.java @@ -195,7 +195,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index bee77a8cec7f..ca73764280c6 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -43,7 +43,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/FormatTest.java index c017f57a8037..00d132529e43 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/FormatTest.java @@ -81,7 +81,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -260,7 +258,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -317,7 +314,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 44159e08e8ae..e9453bb6cceb 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -36,7 +36,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -46,7 +46,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/MapTest.java index a7a141bb9b3d..44cd694057a4 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/MapTest.java @@ -93,7 +93,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index ea930e3e2e71..19d808093c92 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -50,7 +50,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Model200Response.java index bd3244dd57db..39fabeeb6da7 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Model200Response.java @@ -42,7 +42,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ModelApiResponse.java index ed335cdca174..bb334129511a 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -44,7 +44,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ModelReturn.java index 04c0bcd33f4f..9aafb13e04d7 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -39,7 +39,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Name.java index af27c6e45faa..9518276dd61a 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Name.java @@ -48,7 +48,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/NumberOnly.java index 4e29c814cc48..0245e8e21098 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -39,7 +39,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Order.java index 9e935d606ef1..a9e2986a2fe9 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Order.java @@ -91,7 +91,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getComplete() { return complete; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/OuterComposite.java index f6515126a84c..c8bd99011c0e 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -45,7 +45,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Pet.java index 63e9b4ff5de1..a7d92129d734 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Pet.java @@ -94,7 +94,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index a2c9e996993e..1379ee09ea6c 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -36,7 +36,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -51,7 +51,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/SpecialModelName.java index a5ddb0b63848..869771afad8c 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -38,7 +38,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Tag.java index 8255ad8298ce..4bb498aff430 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Tag.java @@ -41,7 +41,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index d8c7b3efdd2c..9d0f5b2fbeab 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -53,7 +53,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/TypeHolderExample.java index c1d5ea30f82e..94d3c57b6f2c 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -53,7 +53,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/User.java index 6e6c4ac10254..73164c3ee289 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/User.java @@ -59,7 +59,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/XmlItem.java index ce4af3e8b9b3..9032c234249b 100644 --- a/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/XmlItem.java @@ -125,7 +125,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -163,7 +163,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -266,7 +266,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -396,7 +396,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -526,7 +526,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -656,7 +656,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/retrofit/pom.xml b/samples/client/petstore/java/retrofit/pom.xml index 855a65765389..fff98c3ba385 100644 --- a/samples/client/petstore/java/retrofit/pom.xml +++ b/samples/client/petstore/java/retrofit/pom.xml @@ -200,6 +200,12 @@ swagger-annotations ${swagger-annotations-version} + + + com.google.code.findbugs + jsr305 + 3.0.2 + com.squareup.retrofit retrofit diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index e98f74f8aee7..6639252ccb33 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -44,7 +44,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index 1d86faad3e9a..2c3f2ca0a464 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -45,7 +45,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index a3b37161dacf..7c4a5248c073 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -44,7 +44,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index 8819f4a024bf..b016f1f3778f 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -94,7 +94,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -121,7 +121,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -148,7 +148,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -175,7 +175,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -202,7 +202,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -229,7 +229,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -256,7 +256,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -283,7 +283,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -302,7 +302,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -321,7 +321,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -340,7 +340,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index b8f956cbed8b..10df3df74c74 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -44,7 +44,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index 03d923ab1d49..33719cab2611 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -45,7 +45,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index c0e696dbd53c..e37e04b01a6d 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -44,7 +44,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index 67e597e3cf88..cfbf74f5b328 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -44,7 +44,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Animal.java index 1738bdaf47be..0a02419dbf16 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Animal.java @@ -50,7 +50,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -69,7 +68,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index 69c0cacb05e4..4f016503d471 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -53,7 +53,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index a85aa96af711..15d27a21f287 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -53,7 +53,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ArrayTest.java index 986ac5aa1794..7f6d476044d4 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -61,7 +61,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -88,7 +88,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -115,7 +115,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Capitalization.java index 36f8853e1c2a..ef40fe949fdf 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Capitalization.java @@ -62,7 +62,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -81,7 +81,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -100,7 +100,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -119,7 +119,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -138,7 +138,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -157,7 +157,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Cat.java index 965461a8be82..c600502f716f 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Cat.java @@ -44,7 +44,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/CatAllOf.java index 124db9b8badf..29b3658551eb 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -42,7 +42,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Category.java index d4e121847a1c..1968763722dc 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Category.java @@ -46,7 +46,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ClassModel.java index cbdd8f317bde..52245d70502d 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ClassModel.java @@ -43,7 +43,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Client.java index 5d9c5c4a7161..e5ece3536d60 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Client.java @@ -42,7 +42,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Dog.java index 4da9ba436449..d877eb2f3706 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Dog.java @@ -44,7 +44,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/DogAllOf.java index e505d1dbc307..54483f2227d1 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -42,7 +42,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/EnumArrays.java index 8748c9fa3706..a5aba01d533d 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -142,7 +142,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -169,7 +169,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/EnumTest.java index 1960c24ac276..679584204fb5 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/EnumTest.java @@ -251,7 +251,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -270,7 +270,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -289,7 +288,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -308,7 +307,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -327,7 +326,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index 3c7fcaabdfa1..181141b92dc4 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -48,7 +48,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -75,7 +75,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/FormatTest.java index 15f02e32f7dc..71556d37db1f 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/FormatTest.java @@ -97,7 +97,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -118,7 +118,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -137,7 +137,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -158,7 +158,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -179,7 +178,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -200,7 +199,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -219,7 +218,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -238,7 +237,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -257,7 +255,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -276,7 +274,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -295,7 +292,7 @@ public FormatTest dateTime(DateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public DateTime getDateTime() { return dateTime; @@ -314,7 +311,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -333,7 +330,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 72fcaa8993cf..02225d278c47 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -41,7 +41,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -51,7 +51,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/MapTest.java index 43f0d2e99867..329cb4c87b8d 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/MapTest.java @@ -112,7 +112,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -139,7 +139,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -166,7 +166,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -193,7 +193,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index 237758603056..dd905fbaedcf 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -56,7 +56,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -75,7 +75,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(DateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public DateTime getDateTime() { return dateTime; @@ -102,7 +102,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Model200Response.java index 0c0fc9710ddb..3167560a9dd0 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Model200Response.java @@ -47,7 +47,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -66,7 +66,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ModelApiResponse.java index 777b1a8a7c1f..84d2fcc4d396 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -50,7 +50,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -69,7 +69,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -88,7 +88,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ModelReturn.java index 225df7f4e8bd..c13f1babe599 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -43,7 +43,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Name.java index c5a569168873..221821d4e191 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Name.java @@ -55,7 +55,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -69,7 +68,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -84,7 +83,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -98,7 +97,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/NumberOnly.java index 00ffd2f67e3e..9a068c2e1ee6 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -43,7 +43,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Order.java index 2fe536b25f76..e79f32372044 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Order.java @@ -112,7 +112,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -131,7 +131,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -150,7 +150,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -169,7 +169,7 @@ public Order shipDate(DateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public DateTime getShipDate() { return shipDate; @@ -188,7 +188,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -207,7 +207,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getComplete() { return complete; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/OuterComposite.java index 9e2a78d57fae..690b6bde4be1 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -51,7 +51,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -70,7 +70,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -89,7 +89,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Pet.java index 5ac8165f7ff2..59fe8406f43d 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Pet.java @@ -115,7 +115,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -134,7 +134,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -153,7 +153,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -177,7 +176,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -204,7 +202,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -223,7 +221,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index 23ec5576c0cf..84780d763a0d 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -41,7 +41,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -56,7 +56,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/SpecialModelName.java index f4a7d343a75b..c6ccd2c33f6a 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -42,7 +42,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Tag.java index bce1fc934d82..504c51cc3e59 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Tag.java @@ -46,7 +46,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index 8c7e1fa55df7..8fc321bc0a20 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -61,7 +61,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/TypeHolderExample.java index 8315f422ea85..d9496cbd7902 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -61,7 +61,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/User.java index 3f9eb4bb8a80..1aedd044b588 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/User.java @@ -70,7 +70,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -89,7 +89,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -108,7 +108,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -127,7 +127,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -146,7 +146,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -165,7 +165,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -184,7 +184,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -203,7 +203,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/XmlItem.java index 67910352a71a..ea15cdba33cf 100644 --- a/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/XmlItem.java @@ -157,7 +157,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -176,7 +176,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -195,7 +195,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -214,7 +214,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -241,7 +241,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -260,7 +260,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -279,7 +279,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -298,7 +298,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -317,7 +317,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -344,7 +344,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -371,7 +371,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -390,7 +390,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -409,7 +409,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -428,7 +428,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -447,7 +447,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -474,7 +474,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -501,7 +501,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -520,7 +520,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -539,7 +539,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -558,7 +558,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -577,7 +577,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -604,7 +604,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -631,7 +631,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -650,7 +650,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -669,7 +669,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -688,7 +688,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -707,7 +707,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -734,7 +734,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -761,7 +761,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/retrofit2-play24/pom.xml b/samples/client/petstore/java/retrofit2-play24/pom.xml index 1a8e8758259d..6a8a48bd5a6e 100644 --- a/samples/client/petstore/java/retrofit2-play24/pom.xml +++ b/samples/client/petstore/java/retrofit2-play24/pom.xml @@ -191,6 +191,12 @@ swagger-annotations ${swagger-annotations-version} + + + com.google.code.findbugs + jsr305 + 3.0.2 + com.squareup.retrofit2 converter-gson diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index 3c28034de757..3957e297c7b2 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -42,7 +42,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index a1b662902c42..2c04404bbc64 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -43,7 +43,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index 0f73cf6b2b40..b8a58226319f 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -42,7 +42,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index b39b92f91619..5587bce61c22 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -82,7 +82,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -109,7 +109,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map getMapNumber() { @@ -137,7 +137,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -164,7 +164,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -191,7 +191,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { @@ -219,7 +219,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { @@ -247,7 +247,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { @@ -275,7 +275,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { @@ -295,7 +295,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Object getAnytype1() { @@ -315,7 +315,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Object getAnytype2() { @@ -335,7 +335,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Object getAnytype3() { diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index eafdd58e5dcf..f9e8b853c260 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -42,7 +42,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index c166cbef6de5..854dc4c82a71 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -43,7 +43,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index 6f7169d2eb66..722dc937bb21 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -42,7 +42,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index 1404d12db63c..7681ad996c16 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -42,7 +42,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Animal.java index 72b233aa450b..5354367c55ac 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Animal.java @@ -51,7 +51,6 @@ public Animal className(String className) { * Get className * @return className **/ - @NotNull @ApiModelProperty(required = true, value = "") public String getClassName() { @@ -71,7 +70,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index dcf7fc9f4850..a7c82bc35469 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -51,7 +51,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List> getArrayArrayNumber() { diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index 520a394d26ce..4e77327cd60b 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -51,7 +51,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List getArrayNumber() { diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ArrayTest.java index 7ac5804445e3..6ddf0e10250c 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -57,7 +57,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -84,7 +84,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { @@ -112,7 +112,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Capitalization.java index 473052d303ea..7711c16a3959 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Capitalization.java @@ -55,7 +55,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -74,7 +74,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -93,7 +93,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -112,7 +112,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -131,7 +131,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -150,7 +150,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Cat.java index a0b8ca33855a..19f9190ee926 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Cat.java @@ -42,7 +42,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/CatAllOf.java index 997a3ef2f4ee..c99b9a33986b 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -40,7 +40,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Category.java index 6db06530c3d5..31476c70b79f 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Category.java @@ -43,7 +43,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -62,7 +62,6 @@ public Category name(String name) { * Get name * @return name **/ - @NotNull @ApiModelProperty(required = true, value = "") public String getName() { diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ClassModel.java index 41049c9beef4..4067f2eaf435 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ClassModel.java @@ -41,7 +41,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Client.java index 83962ddde182..fd0084ed14ed 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Client.java @@ -40,7 +40,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Dog.java index 845c7aa33930..251c2381ab34 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Dog.java @@ -42,7 +42,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/DogAllOf.java index 1aa1423a9118..15821bf9b6b1 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -40,7 +40,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/EnumArrays.java index 398db6122314..85899b20ff31 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -115,7 +115,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -142,7 +142,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/EnumTest.java index 88f0ab2b6e11..5c0a43e659e9 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/EnumTest.java @@ -197,7 +197,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -216,7 +216,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @NotNull @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { @@ -236,7 +235,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -255,7 +254,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -274,7 +273,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index 78595f7854c7..c68dcd566729 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -45,7 +45,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public java.io.File getFile() { @@ -73,7 +73,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List getFiles() { diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/FormatTest.java index cbd2563773d1..1a7a30289b8c 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/FormatTest.java @@ -83,7 +83,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Min(10) @Max(100) @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -104,7 +104,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Min(20) @Max(200) @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -123,7 +123,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -144,7 +144,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @NotNull @Valid @DecimalMin("32.1") @DecimalMax("543.2") @ApiModelProperty(required = true, value = "") @@ -167,7 +166,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @DecimalMin("54.3") @DecimalMax("987.6") @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -188,7 +187,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @DecimalMin("67.8") @DecimalMax("123.4") @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -207,7 +206,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Pattern(regexp="/[a-z]/i") @ApiModelProperty(value = "") public String getString() { return string; @@ -226,7 +225,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @NotNull @Pattern(regexp="^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$") @ApiModelProperty(required = true, value = "") public byte[] getByte() { @@ -246,7 +244,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public File getBinary() { @@ -266,7 +264,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @NotNull @Valid @ApiModelProperty(required = true, value = "") @@ -287,7 +284,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { @@ -307,7 +304,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { @@ -327,7 +324,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @NotNull @Size(min=10,max=64) @ApiModelProperty(required = true, value = "") public String getPassword() { diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 17fb98f8e739..0f8354388a33 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -38,7 +38,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -48,7 +48,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/MapTest.java index 920717d2129d..7dcfedc59966 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/MapTest.java @@ -95,7 +95,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapMapOfString() { @@ -123,7 +123,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -150,7 +150,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -177,7 +177,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index fc1d3af28e18..f3e7b506dec6 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -52,7 +52,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public UUID getUuid() { @@ -72,7 +72,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { @@ -100,7 +100,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map getMap() { diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Model200Response.java index ea07d5c6a8c1..2652b3f75dd9 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Model200Response.java @@ -44,7 +44,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -63,7 +63,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ModelApiResponse.java index b30186ae730b..14390481147e 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -46,7 +46,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -65,7 +65,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -84,7 +84,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ModelReturn.java index a8010bb637cc..864b466565e3 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -41,7 +41,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Name.java index 8f2864ef8f17..085892f4d4b4 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Name.java @@ -50,7 +50,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @NotNull @ApiModelProperty(required = true, value = "") public Integer getName() { @@ -65,7 +64,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -80,7 +79,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -94,7 +93,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/NumberOnly.java index 6ebb9d52310e..3c04811b8ff8 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -41,7 +41,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public BigDecimal getJustNumber() { diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Order.java index b276dea919a0..a42495c55d9e 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Order.java @@ -93,7 +93,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -112,7 +112,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -131,7 +131,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -150,7 +150,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { @@ -170,7 +170,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -189,7 +189,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getComplete() { return complete; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/OuterComposite.java index 709bad591645..eb24ea692b6e 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -47,7 +47,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public BigDecimal getMyNumber() { @@ -67,7 +67,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -86,7 +86,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Pet.java index a77cad038b81..6c7bc70b5dcf 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Pet.java @@ -96,7 +96,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -115,7 +115,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Category getCategory() { @@ -135,7 +135,6 @@ public Pet name(String name) { * Get name * @return name **/ - @NotNull @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { @@ -160,7 +159,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @NotNull @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { @@ -188,7 +186,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List getTags() { @@ -208,7 +206,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index b8ec9b5b5882..c6f758922c7e 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -38,7 +38,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -53,7 +53,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/SpecialModelName.java index 37405452a3be..7d8bc5e8337e 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -40,7 +40,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Tag.java index 78c198db1f10..6c20df9d7eff 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Tag.java @@ -43,7 +43,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -62,7 +62,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index 499efa34b581..6f1c4237069c 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -55,7 +55,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public String getStringItem() { @@ -75,7 +74,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @NotNull @Valid @ApiModelProperty(required = true, value = "") @@ -96,7 +94,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { @@ -116,7 +113,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { @@ -141,7 +137,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public List getArrayItem() { diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/TypeHolderExample.java index 70c0b65d8058..f1e1e7792ac2 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -55,7 +55,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @NotNull @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { @@ -75,7 +74,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @NotNull @Valid @ApiModelProperty(example = "1.234", required = true, value = "") @@ -96,7 +94,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @NotNull @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { @@ -116,7 +113,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @NotNull @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { @@ -141,7 +137,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @NotNull @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/User.java index 6baf32249cbe..3782d8dd84e9 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/User.java @@ -61,7 +61,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -80,7 +80,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -99,7 +99,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -118,7 +118,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -137,7 +137,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -156,7 +156,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -175,7 +175,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -194,7 +194,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/XmlItem.java index 71f0e18c5a5a..e07171cd7cf4 100644 --- a/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/XmlItem.java @@ -127,7 +127,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -146,7 +146,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { @@ -166,7 +166,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -185,7 +185,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -212,7 +212,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -231,7 +231,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -250,7 +250,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { @@ -270,7 +270,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -289,7 +289,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -316,7 +316,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -343,7 +343,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -362,7 +362,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -381,7 +381,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { @@ -401,7 +401,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -420,7 +420,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -447,7 +447,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -474,7 +474,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -493,7 +493,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -512,7 +512,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { @@ -532,7 +532,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -551,7 +551,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -578,7 +578,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -605,7 +605,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -624,7 +624,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -643,7 +643,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { @@ -663,7 +663,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -682,7 +682,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -709,7 +709,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -736,7 +736,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/retrofit2-play25/pom.xml b/samples/client/petstore/java/retrofit2-play25/pom.xml index ced3973a7c07..e82fe6f2b111 100644 --- a/samples/client/petstore/java/retrofit2-play25/pom.xml +++ b/samples/client/petstore/java/retrofit2-play25/pom.xml @@ -191,6 +191,12 @@ swagger-annotations ${swagger-annotations-version} + + + com.google.code.findbugs + jsr305 + 3.0.2 + com.squareup.retrofit2 converter-gson diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index 3c28034de757..3957e297c7b2 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -42,7 +42,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index a1b662902c42..2c04404bbc64 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -43,7 +43,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index 0f73cf6b2b40..b8a58226319f 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -42,7 +42,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index b39b92f91619..5587bce61c22 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -82,7 +82,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -109,7 +109,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map getMapNumber() { @@ -137,7 +137,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -164,7 +164,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -191,7 +191,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { @@ -219,7 +219,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { @@ -247,7 +247,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { @@ -275,7 +275,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { @@ -295,7 +295,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Object getAnytype1() { @@ -315,7 +315,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Object getAnytype2() { @@ -335,7 +335,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Object getAnytype3() { diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index eafdd58e5dcf..f9e8b853c260 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -42,7 +42,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index c166cbef6de5..854dc4c82a71 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -43,7 +43,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index 6f7169d2eb66..722dc937bb21 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -42,7 +42,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index 1404d12db63c..7681ad996c16 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -42,7 +42,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Animal.java index 72b233aa450b..5354367c55ac 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Animal.java @@ -51,7 +51,6 @@ public Animal className(String className) { * Get className * @return className **/ - @NotNull @ApiModelProperty(required = true, value = "") public String getClassName() { @@ -71,7 +70,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index dcf7fc9f4850..a7c82bc35469 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -51,7 +51,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List> getArrayArrayNumber() { diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index 520a394d26ce..4e77327cd60b 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -51,7 +51,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List getArrayNumber() { diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ArrayTest.java index 7ac5804445e3..6ddf0e10250c 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -57,7 +57,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -84,7 +84,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { @@ -112,7 +112,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Capitalization.java index 473052d303ea..7711c16a3959 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Capitalization.java @@ -55,7 +55,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -74,7 +74,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -93,7 +93,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -112,7 +112,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -131,7 +131,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -150,7 +150,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Cat.java index a0b8ca33855a..19f9190ee926 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Cat.java @@ -42,7 +42,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/CatAllOf.java index 997a3ef2f4ee..c99b9a33986b 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -40,7 +40,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Category.java index 6db06530c3d5..31476c70b79f 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Category.java @@ -43,7 +43,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -62,7 +62,6 @@ public Category name(String name) { * Get name * @return name **/ - @NotNull @ApiModelProperty(required = true, value = "") public String getName() { diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ClassModel.java index 41049c9beef4..4067f2eaf435 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ClassModel.java @@ -41,7 +41,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Client.java index 83962ddde182..fd0084ed14ed 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Client.java @@ -40,7 +40,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Dog.java index 845c7aa33930..251c2381ab34 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Dog.java @@ -42,7 +42,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/DogAllOf.java index 1aa1423a9118..15821bf9b6b1 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -40,7 +40,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/EnumArrays.java index 398db6122314..85899b20ff31 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -115,7 +115,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -142,7 +142,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/EnumTest.java index 88f0ab2b6e11..5c0a43e659e9 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/EnumTest.java @@ -197,7 +197,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -216,7 +216,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @NotNull @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { @@ -236,7 +235,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -255,7 +254,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -274,7 +273,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index 78595f7854c7..c68dcd566729 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -45,7 +45,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public java.io.File getFile() { @@ -73,7 +73,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List getFiles() { diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/FormatTest.java index 7ec52a2c7fd7..839817304284 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/FormatTest.java @@ -83,7 +83,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Min(10) @Max(100) @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -104,7 +104,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Min(20) @Max(200) @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -123,7 +123,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -144,7 +144,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @NotNull @Valid @DecimalMin("32.1") @DecimalMax("543.2") @ApiModelProperty(required = true, value = "") @@ -167,7 +166,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @DecimalMin("54.3") @DecimalMax("987.6") @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -188,7 +187,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @DecimalMin("67.8") @DecimalMax("123.4") @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -207,7 +206,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Pattern(regexp="/[a-z]/i") @ApiModelProperty(value = "") public String getString() { return string; @@ -226,7 +225,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @NotNull @Pattern(regexp="^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$") @ApiModelProperty(required = true, value = "") public byte[] getByte() { @@ -246,7 +244,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public File getBinary() { @@ -266,7 +264,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @NotNull @Valid @ApiModelProperty(required = true, value = "") @@ -287,7 +284,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { @@ -307,7 +304,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { @@ -327,7 +324,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @NotNull @Size(min=10,max=64) @ApiModelProperty(required = true, value = "") public String getPassword() { diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 17fb98f8e739..0f8354388a33 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -38,7 +38,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -48,7 +48,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/MapTest.java index 920717d2129d..7dcfedc59966 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/MapTest.java @@ -95,7 +95,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapMapOfString() { @@ -123,7 +123,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -150,7 +150,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -177,7 +177,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index 870ceb97f9c1..29958bbf94d1 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -52,7 +52,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public UUID getUuid() { @@ -72,7 +72,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { @@ -100,7 +100,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map getMap() { diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Model200Response.java index ea07d5c6a8c1..2652b3f75dd9 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Model200Response.java @@ -44,7 +44,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -63,7 +63,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ModelApiResponse.java index b30186ae730b..14390481147e 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -46,7 +46,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -65,7 +65,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -84,7 +84,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ModelReturn.java index a8010bb637cc..864b466565e3 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -41,7 +41,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Name.java index 8f2864ef8f17..085892f4d4b4 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Name.java @@ -50,7 +50,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @NotNull @ApiModelProperty(required = true, value = "") public Integer getName() { @@ -65,7 +64,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -80,7 +79,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -94,7 +93,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/NumberOnly.java index 6ebb9d52310e..3c04811b8ff8 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -41,7 +41,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public BigDecimal getJustNumber() { diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Order.java index 1f009a45cf01..db957a8f0e2b 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Order.java @@ -93,7 +93,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -112,7 +112,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -131,7 +131,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -150,7 +150,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { @@ -170,7 +170,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -189,7 +189,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getComplete() { return complete; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/OuterComposite.java index 709bad591645..eb24ea692b6e 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -47,7 +47,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public BigDecimal getMyNumber() { @@ -67,7 +67,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -86,7 +86,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Pet.java index a77cad038b81..6c7bc70b5dcf 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Pet.java @@ -96,7 +96,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -115,7 +115,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Category getCategory() { @@ -135,7 +135,6 @@ public Pet name(String name) { * Get name * @return name **/ - @NotNull @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { @@ -160,7 +159,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @NotNull @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { @@ -188,7 +186,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List getTags() { @@ -208,7 +206,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index b8ec9b5b5882..c6f758922c7e 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -38,7 +38,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -53,7 +53,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/SpecialModelName.java index 37405452a3be..7d8bc5e8337e 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -40,7 +40,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Tag.java index 78c198db1f10..6c20df9d7eff 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Tag.java @@ -43,7 +43,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -62,7 +62,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index 499efa34b581..6f1c4237069c 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -55,7 +55,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public String getStringItem() { @@ -75,7 +74,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @NotNull @Valid @ApiModelProperty(required = true, value = "") @@ -96,7 +94,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { @@ -116,7 +113,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { @@ -141,7 +137,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public List getArrayItem() { diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/TypeHolderExample.java index 70c0b65d8058..f1e1e7792ac2 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -55,7 +55,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @NotNull @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { @@ -75,7 +74,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @NotNull @Valid @ApiModelProperty(example = "1.234", required = true, value = "") @@ -96,7 +94,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @NotNull @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { @@ -116,7 +113,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @NotNull @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { @@ -141,7 +137,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @NotNull @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/User.java index 6baf32249cbe..3782d8dd84e9 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/User.java @@ -61,7 +61,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -80,7 +80,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -99,7 +99,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -118,7 +118,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -137,7 +137,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -156,7 +156,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -175,7 +175,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -194,7 +194,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/XmlItem.java index 71f0e18c5a5a..e07171cd7cf4 100644 --- a/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/XmlItem.java @@ -127,7 +127,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -146,7 +146,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { @@ -166,7 +166,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -185,7 +185,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -212,7 +212,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -231,7 +231,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -250,7 +250,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { @@ -270,7 +270,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -289,7 +289,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -316,7 +316,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -343,7 +343,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -362,7 +362,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -381,7 +381,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { @@ -401,7 +401,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -420,7 +420,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -447,7 +447,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -474,7 +474,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -493,7 +493,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -512,7 +512,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { @@ -532,7 +532,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -551,7 +551,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -578,7 +578,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -605,7 +605,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -624,7 +624,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -643,7 +643,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { @@ -663,7 +663,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -682,7 +682,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -709,7 +709,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -736,7 +736,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/retrofit2-play26/pom.xml b/samples/client/petstore/java/retrofit2-play26/pom.xml index 4a764c94f837..d03f83d54f9a 100644 --- a/samples/client/petstore/java/retrofit2-play26/pom.xml +++ b/samples/client/petstore/java/retrofit2-play26/pom.xml @@ -191,6 +191,12 @@ swagger-annotations ${swagger-annotations-version} + + + com.google.code.findbugs + jsr305 + 3.0.2 + com.squareup.retrofit2 converter-gson diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index 3c28034de757..3957e297c7b2 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -42,7 +42,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index a1b662902c42..2c04404bbc64 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -43,7 +43,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index 0f73cf6b2b40..b8a58226319f 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -42,7 +42,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index b39b92f91619..5587bce61c22 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -82,7 +82,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -109,7 +109,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map getMapNumber() { @@ -137,7 +137,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -164,7 +164,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -191,7 +191,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { @@ -219,7 +219,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { @@ -247,7 +247,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { @@ -275,7 +275,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { @@ -295,7 +295,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Object getAnytype1() { @@ -315,7 +315,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Object getAnytype2() { @@ -335,7 +335,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Object getAnytype3() { diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index eafdd58e5dcf..f9e8b853c260 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -42,7 +42,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index c166cbef6de5..854dc4c82a71 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -43,7 +43,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index 6f7169d2eb66..722dc937bb21 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -42,7 +42,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index 1404d12db63c..7681ad996c16 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -42,7 +42,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Animal.java index 72b233aa450b..5354367c55ac 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Animal.java @@ -51,7 +51,6 @@ public Animal className(String className) { * Get className * @return className **/ - @NotNull @ApiModelProperty(required = true, value = "") public String getClassName() { @@ -71,7 +70,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index dcf7fc9f4850..a7c82bc35469 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -51,7 +51,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List> getArrayArrayNumber() { diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index 520a394d26ce..4e77327cd60b 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -51,7 +51,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List getArrayNumber() { diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ArrayTest.java index 7ac5804445e3..6ddf0e10250c 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -57,7 +57,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -84,7 +84,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { @@ -112,7 +112,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Capitalization.java index 473052d303ea..7711c16a3959 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Capitalization.java @@ -55,7 +55,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -74,7 +74,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -93,7 +93,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -112,7 +112,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -131,7 +131,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -150,7 +150,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Cat.java index a0b8ca33855a..19f9190ee926 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Cat.java @@ -42,7 +42,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/CatAllOf.java index 997a3ef2f4ee..c99b9a33986b 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -40,7 +40,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Category.java index 6db06530c3d5..31476c70b79f 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Category.java @@ -43,7 +43,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -62,7 +62,6 @@ public Category name(String name) { * Get name * @return name **/ - @NotNull @ApiModelProperty(required = true, value = "") public String getName() { diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ClassModel.java index 41049c9beef4..4067f2eaf435 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ClassModel.java @@ -41,7 +41,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Client.java index 83962ddde182..fd0084ed14ed 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Client.java @@ -40,7 +40,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Dog.java index 845c7aa33930..251c2381ab34 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Dog.java @@ -42,7 +42,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/DogAllOf.java index 1aa1423a9118..15821bf9b6b1 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -40,7 +40,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/EnumArrays.java index 398db6122314..85899b20ff31 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -115,7 +115,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -142,7 +142,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/EnumTest.java index 88f0ab2b6e11..5c0a43e659e9 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/EnumTest.java @@ -197,7 +197,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -216,7 +216,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @NotNull @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { @@ -236,7 +235,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -255,7 +254,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -274,7 +273,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index 78595f7854c7..c68dcd566729 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -45,7 +45,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public java.io.File getFile() { @@ -73,7 +73,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List getFiles() { diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/FormatTest.java index 7ec52a2c7fd7..839817304284 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/FormatTest.java @@ -83,7 +83,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Min(10) @Max(100) @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -104,7 +104,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Min(20) @Max(200) @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -123,7 +123,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -144,7 +144,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @NotNull @Valid @DecimalMin("32.1") @DecimalMax("543.2") @ApiModelProperty(required = true, value = "") @@ -167,7 +166,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @DecimalMin("54.3") @DecimalMax("987.6") @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -188,7 +187,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @DecimalMin("67.8") @DecimalMax("123.4") @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -207,7 +206,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Pattern(regexp="/[a-z]/i") @ApiModelProperty(value = "") public String getString() { return string; @@ -226,7 +225,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @NotNull @Pattern(regexp="^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$") @ApiModelProperty(required = true, value = "") public byte[] getByte() { @@ -246,7 +244,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public File getBinary() { @@ -266,7 +264,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @NotNull @Valid @ApiModelProperty(required = true, value = "") @@ -287,7 +284,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { @@ -307,7 +304,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { @@ -327,7 +324,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @NotNull @Size(min=10,max=64) @ApiModelProperty(required = true, value = "") public String getPassword() { diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 17fb98f8e739..0f8354388a33 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -38,7 +38,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -48,7 +48,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/MapTest.java index 920717d2129d..7dcfedc59966 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/MapTest.java @@ -95,7 +95,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapMapOfString() { @@ -123,7 +123,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -150,7 +150,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -177,7 +177,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index 870ceb97f9c1..29958bbf94d1 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -52,7 +52,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public UUID getUuid() { @@ -72,7 +72,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { @@ -100,7 +100,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map getMap() { diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Model200Response.java index ea07d5c6a8c1..2652b3f75dd9 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Model200Response.java @@ -44,7 +44,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -63,7 +63,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ModelApiResponse.java index b30186ae730b..14390481147e 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -46,7 +46,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -65,7 +65,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -84,7 +84,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ModelReturn.java index a8010bb637cc..864b466565e3 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -41,7 +41,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Name.java index 8f2864ef8f17..085892f4d4b4 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Name.java @@ -50,7 +50,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @NotNull @ApiModelProperty(required = true, value = "") public Integer getName() { @@ -65,7 +64,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -80,7 +79,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -94,7 +93,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/NumberOnly.java index 6ebb9d52310e..3c04811b8ff8 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -41,7 +41,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public BigDecimal getJustNumber() { diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Order.java index 1f009a45cf01..db957a8f0e2b 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Order.java @@ -93,7 +93,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -112,7 +112,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -131,7 +131,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -150,7 +150,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { @@ -170,7 +170,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -189,7 +189,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getComplete() { return complete; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/OuterComposite.java index 709bad591645..eb24ea692b6e 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -47,7 +47,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public BigDecimal getMyNumber() { @@ -67,7 +67,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -86,7 +86,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Pet.java index a77cad038b81..6c7bc70b5dcf 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Pet.java @@ -96,7 +96,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -115,7 +115,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Category getCategory() { @@ -135,7 +135,6 @@ public Pet name(String name) { * Get name * @return name **/ - @NotNull @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { @@ -160,7 +159,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @NotNull @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { @@ -188,7 +186,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List getTags() { @@ -208,7 +206,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index b8ec9b5b5882..c6f758922c7e 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -38,7 +38,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -53,7 +53,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/SpecialModelName.java index 37405452a3be..7d8bc5e8337e 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -40,7 +40,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Tag.java index 78c198db1f10..6c20df9d7eff 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Tag.java @@ -43,7 +43,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -62,7 +62,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index 499efa34b581..6f1c4237069c 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -55,7 +55,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public String getStringItem() { @@ -75,7 +74,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @NotNull @Valid @ApiModelProperty(required = true, value = "") @@ -96,7 +94,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { @@ -116,7 +113,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { @@ -141,7 +137,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public List getArrayItem() { diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/TypeHolderExample.java index 70c0b65d8058..f1e1e7792ac2 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -55,7 +55,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @NotNull @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { @@ -75,7 +74,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @NotNull @Valid @ApiModelProperty(example = "1.234", required = true, value = "") @@ -96,7 +94,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @NotNull @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { @@ -116,7 +113,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @NotNull @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { @@ -141,7 +137,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @NotNull @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/User.java index 6baf32249cbe..3782d8dd84e9 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/User.java @@ -61,7 +61,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -80,7 +80,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -99,7 +99,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -118,7 +118,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -137,7 +137,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -156,7 +156,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -175,7 +175,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -194,7 +194,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/XmlItem.java index 71f0e18c5a5a..e07171cd7cf4 100644 --- a/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/XmlItem.java @@ -127,7 +127,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -146,7 +146,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { @@ -166,7 +166,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -185,7 +185,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -212,7 +212,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -231,7 +231,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -250,7 +250,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { @@ -270,7 +270,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -289,7 +289,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -316,7 +316,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -343,7 +343,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -362,7 +362,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -381,7 +381,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { @@ -401,7 +401,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -420,7 +420,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -447,7 +447,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -474,7 +474,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -493,7 +493,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -512,7 +512,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { @@ -532,7 +532,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -551,7 +551,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -578,7 +578,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -605,7 +605,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -624,7 +624,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -643,7 +643,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { @@ -663,7 +663,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -682,7 +682,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -709,7 +709,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -736,7 +736,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index e98f74f8aee7..6639252ccb33 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -44,7 +44,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index 1d86faad3e9a..2c3f2ca0a464 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -45,7 +45,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index a3b37161dacf..7c4a5248c073 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -44,7 +44,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index 8819f4a024bf..b016f1f3778f 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -94,7 +94,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -121,7 +121,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -148,7 +148,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -175,7 +175,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -202,7 +202,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -229,7 +229,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -256,7 +256,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -283,7 +283,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -302,7 +302,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -321,7 +321,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -340,7 +340,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index b8f956cbed8b..10df3df74c74 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -44,7 +44,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index 03d923ab1d49..33719cab2611 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -45,7 +45,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index c0e696dbd53c..e37e04b01a6d 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -44,7 +44,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index 67e597e3cf88..cfbf74f5b328 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -44,7 +44,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Animal.java index 1738bdaf47be..0a02419dbf16 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Animal.java @@ -50,7 +50,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -69,7 +68,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index 69c0cacb05e4..4f016503d471 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -53,7 +53,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index a85aa96af711..15d27a21f287 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -53,7 +53,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ArrayTest.java index 986ac5aa1794..7f6d476044d4 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -61,7 +61,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -88,7 +88,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -115,7 +115,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Capitalization.java index 36f8853e1c2a..ef40fe949fdf 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Capitalization.java @@ -62,7 +62,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -81,7 +81,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -100,7 +100,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -119,7 +119,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -138,7 +138,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -157,7 +157,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Cat.java index 965461a8be82..c600502f716f 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Cat.java @@ -44,7 +44,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/CatAllOf.java index 124db9b8badf..29b3658551eb 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -42,7 +42,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Category.java index d4e121847a1c..1968763722dc 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Category.java @@ -46,7 +46,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ClassModel.java index cbdd8f317bde..52245d70502d 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ClassModel.java @@ -43,7 +43,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Client.java index 5d9c5c4a7161..e5ece3536d60 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Client.java @@ -42,7 +42,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Dog.java index 4da9ba436449..d877eb2f3706 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Dog.java @@ -44,7 +44,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/DogAllOf.java index e505d1dbc307..54483f2227d1 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -42,7 +42,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/EnumArrays.java index 8748c9fa3706..a5aba01d533d 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -142,7 +142,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -169,7 +169,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/EnumTest.java index 1960c24ac276..679584204fb5 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/EnumTest.java @@ -251,7 +251,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -270,7 +270,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -289,7 +288,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -308,7 +307,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -327,7 +326,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index 3c7fcaabdfa1..181141b92dc4 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -48,7 +48,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -75,7 +75,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/FormatTest.java index e7b28a47378f..583b12a0ebc8 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/FormatTest.java @@ -97,7 +97,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -118,7 +118,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -137,7 +137,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -158,7 +158,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -179,7 +178,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -200,7 +199,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -219,7 +218,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -238,7 +237,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -257,7 +255,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -276,7 +274,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -295,7 +292,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -314,7 +311,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -333,7 +330,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 72fcaa8993cf..02225d278c47 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -41,7 +41,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -51,7 +51,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/MapTest.java index 43f0d2e99867..329cb4c87b8d 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/MapTest.java @@ -112,7 +112,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -139,7 +139,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -166,7 +166,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -193,7 +193,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index 78d80bd7f0c3..1826c8b064c7 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -56,7 +56,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -75,7 +75,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -102,7 +102,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Model200Response.java index 0c0fc9710ddb..3167560a9dd0 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Model200Response.java @@ -47,7 +47,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -66,7 +66,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ModelApiResponse.java index 777b1a8a7c1f..84d2fcc4d396 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -50,7 +50,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -69,7 +69,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -88,7 +88,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ModelReturn.java index 225df7f4e8bd..c13f1babe599 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -43,7 +43,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Name.java index c5a569168873..221821d4e191 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Name.java @@ -55,7 +55,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -69,7 +68,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -84,7 +83,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -98,7 +97,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/NumberOnly.java index 00ffd2f67e3e..9a068c2e1ee6 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -43,7 +43,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Order.java index cfb3d04776e1..9ee41b5b8a92 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Order.java @@ -112,7 +112,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -131,7 +131,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -150,7 +150,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -169,7 +169,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -188,7 +188,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -207,7 +207,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getComplete() { return complete; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/OuterComposite.java index 9e2a78d57fae..690b6bde4be1 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -51,7 +51,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -70,7 +70,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -89,7 +89,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Pet.java index 5ac8165f7ff2..59fe8406f43d 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Pet.java @@ -115,7 +115,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -134,7 +134,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -153,7 +153,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -177,7 +176,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -204,7 +202,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -223,7 +221,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index 23ec5576c0cf..84780d763a0d 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -41,7 +41,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -56,7 +56,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/SpecialModelName.java index f4a7d343a75b..c6ccd2c33f6a 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -42,7 +42,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Tag.java index bce1fc934d82..504c51cc3e59 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Tag.java @@ -46,7 +46,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index 8c7e1fa55df7..8fc321bc0a20 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -61,7 +61,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/TypeHolderExample.java index 8315f422ea85..d9496cbd7902 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -61,7 +61,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/User.java index 3f9eb4bb8a80..1aedd044b588 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/User.java @@ -70,7 +70,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -89,7 +89,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -108,7 +108,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -127,7 +127,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -146,7 +146,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -165,7 +165,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -184,7 +184,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -203,7 +203,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/XmlItem.java index 67910352a71a..ea15cdba33cf 100644 --- a/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/XmlItem.java @@ -157,7 +157,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -176,7 +176,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -195,7 +195,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -214,7 +214,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -241,7 +241,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -260,7 +260,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -279,7 +279,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -298,7 +298,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -317,7 +317,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -344,7 +344,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -371,7 +371,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -390,7 +390,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -409,7 +409,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -428,7 +428,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -447,7 +447,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -474,7 +474,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -501,7 +501,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -520,7 +520,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -539,7 +539,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -558,7 +558,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -577,7 +577,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -604,7 +604,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -631,7 +631,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -650,7 +650,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -669,7 +669,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -688,7 +688,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -707,7 +707,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -734,7 +734,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -761,7 +761,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index e98f74f8aee7..6639252ccb33 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -44,7 +44,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index 1d86faad3e9a..2c3f2ca0a464 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -45,7 +45,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index a3b37161dacf..7c4a5248c073 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -44,7 +44,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index 8819f4a024bf..b016f1f3778f 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -94,7 +94,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -121,7 +121,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -148,7 +148,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -175,7 +175,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -202,7 +202,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -229,7 +229,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -256,7 +256,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -283,7 +283,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -302,7 +302,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -321,7 +321,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -340,7 +340,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index b8f956cbed8b..10df3df74c74 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -44,7 +44,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index 03d923ab1d49..33719cab2611 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -45,7 +45,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index c0e696dbd53c..e37e04b01a6d 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -44,7 +44,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index 67e597e3cf88..cfbf74f5b328 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -44,7 +44,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Animal.java index 1738bdaf47be..0a02419dbf16 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Animal.java @@ -50,7 +50,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -69,7 +68,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index 69c0cacb05e4..4f016503d471 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -53,7 +53,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index a85aa96af711..15d27a21f287 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -53,7 +53,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ArrayTest.java index 986ac5aa1794..7f6d476044d4 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -61,7 +61,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -88,7 +88,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -115,7 +115,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Capitalization.java index 36f8853e1c2a..ef40fe949fdf 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Capitalization.java @@ -62,7 +62,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -81,7 +81,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -100,7 +100,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -119,7 +119,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -138,7 +138,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -157,7 +157,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Cat.java index 965461a8be82..c600502f716f 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Cat.java @@ -44,7 +44,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/CatAllOf.java index 124db9b8badf..29b3658551eb 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -42,7 +42,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Category.java index d4e121847a1c..1968763722dc 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Category.java @@ -46,7 +46,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ClassModel.java index cbdd8f317bde..52245d70502d 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ClassModel.java @@ -43,7 +43,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Client.java index 5d9c5c4a7161..e5ece3536d60 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Client.java @@ -42,7 +42,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Dog.java index 4da9ba436449..d877eb2f3706 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Dog.java @@ -44,7 +44,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/DogAllOf.java index e505d1dbc307..54483f2227d1 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -42,7 +42,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/EnumArrays.java index 8748c9fa3706..a5aba01d533d 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -142,7 +142,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -169,7 +169,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/EnumTest.java index 1960c24ac276..679584204fb5 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/EnumTest.java @@ -251,7 +251,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -270,7 +270,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -289,7 +288,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -308,7 +307,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -327,7 +326,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index 3c7fcaabdfa1..181141b92dc4 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -48,7 +48,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -75,7 +75,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/FormatTest.java index e7b28a47378f..583b12a0ebc8 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/FormatTest.java @@ -97,7 +97,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -118,7 +118,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -137,7 +137,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -158,7 +158,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -179,7 +178,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -200,7 +199,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -219,7 +218,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -238,7 +237,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -257,7 +255,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -276,7 +274,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -295,7 +292,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -314,7 +311,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -333,7 +330,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 72fcaa8993cf..02225d278c47 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -41,7 +41,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -51,7 +51,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/MapTest.java index 43f0d2e99867..329cb4c87b8d 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/MapTest.java @@ -112,7 +112,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -139,7 +139,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -166,7 +166,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -193,7 +193,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index 78d80bd7f0c3..1826c8b064c7 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -56,7 +56,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -75,7 +75,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -102,7 +102,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Model200Response.java index 0c0fc9710ddb..3167560a9dd0 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Model200Response.java @@ -47,7 +47,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -66,7 +66,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ModelApiResponse.java index 777b1a8a7c1f..84d2fcc4d396 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -50,7 +50,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -69,7 +69,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -88,7 +88,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ModelReturn.java index 225df7f4e8bd..c13f1babe599 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -43,7 +43,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Name.java index c5a569168873..221821d4e191 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Name.java @@ -55,7 +55,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -69,7 +68,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -84,7 +83,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -98,7 +97,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/NumberOnly.java index 00ffd2f67e3e..9a068c2e1ee6 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -43,7 +43,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Order.java index cfb3d04776e1..9ee41b5b8a92 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Order.java @@ -112,7 +112,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -131,7 +131,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -150,7 +150,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -169,7 +169,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -188,7 +188,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -207,7 +207,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getComplete() { return complete; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/OuterComposite.java index 9e2a78d57fae..690b6bde4be1 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -51,7 +51,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -70,7 +70,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -89,7 +89,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Pet.java index 5ac8165f7ff2..59fe8406f43d 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Pet.java @@ -115,7 +115,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -134,7 +134,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -153,7 +153,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -177,7 +176,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -204,7 +202,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -223,7 +221,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index 23ec5576c0cf..84780d763a0d 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -41,7 +41,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -56,7 +56,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/SpecialModelName.java index f4a7d343a75b..c6ccd2c33f6a 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -42,7 +42,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Tag.java index bce1fc934d82..504c51cc3e59 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Tag.java @@ -46,7 +46,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index 8c7e1fa55df7..8fc321bc0a20 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -61,7 +61,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/TypeHolderExample.java index 8315f422ea85..d9496cbd7902 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -61,7 +61,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/User.java index 3f9eb4bb8a80..1aedd044b588 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/User.java @@ -70,7 +70,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -89,7 +89,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -108,7 +108,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -127,7 +127,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -146,7 +146,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -165,7 +165,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -184,7 +184,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -203,7 +203,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/XmlItem.java index 67910352a71a..ea15cdba33cf 100644 --- a/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/XmlItem.java @@ -157,7 +157,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -176,7 +176,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -195,7 +195,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -214,7 +214,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -241,7 +241,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -260,7 +260,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -279,7 +279,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -298,7 +298,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -317,7 +317,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -344,7 +344,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -371,7 +371,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -390,7 +390,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -409,7 +409,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -428,7 +428,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -447,7 +447,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -474,7 +474,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -501,7 +501,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -520,7 +520,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -539,7 +539,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -558,7 +558,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -577,7 +577,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -604,7 +604,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -631,7 +631,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -650,7 +650,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -669,7 +669,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -688,7 +688,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -707,7 +707,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -734,7 +734,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -761,7 +761,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index e98f74f8aee7..6639252ccb33 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -44,7 +44,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index 1d86faad3e9a..2c3f2ca0a464 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -45,7 +45,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index a3b37161dacf..7c4a5248c073 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -44,7 +44,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index 8819f4a024bf..b016f1f3778f 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -94,7 +94,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -121,7 +121,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -148,7 +148,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -175,7 +175,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -202,7 +202,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -229,7 +229,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -256,7 +256,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -283,7 +283,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -302,7 +302,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -321,7 +321,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -340,7 +340,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index b8f956cbed8b..10df3df74c74 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -44,7 +44,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index 03d923ab1d49..33719cab2611 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -45,7 +45,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index c0e696dbd53c..e37e04b01a6d 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -44,7 +44,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index 67e597e3cf88..cfbf74f5b328 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -44,7 +44,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Animal.java index 1738bdaf47be..0a02419dbf16 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Animal.java @@ -50,7 +50,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -69,7 +68,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index 69c0cacb05e4..4f016503d471 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -53,7 +53,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index a85aa96af711..15d27a21f287 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -53,7 +53,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ArrayTest.java index 986ac5aa1794..7f6d476044d4 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -61,7 +61,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -88,7 +88,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -115,7 +115,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Capitalization.java index 36f8853e1c2a..ef40fe949fdf 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Capitalization.java @@ -62,7 +62,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -81,7 +81,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -100,7 +100,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -119,7 +119,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -138,7 +138,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -157,7 +157,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Cat.java index 965461a8be82..c600502f716f 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Cat.java @@ -44,7 +44,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/CatAllOf.java index 124db9b8badf..29b3658551eb 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -42,7 +42,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Category.java index d4e121847a1c..1968763722dc 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Category.java @@ -46,7 +46,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ClassModel.java index cbdd8f317bde..52245d70502d 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ClassModel.java @@ -43,7 +43,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Client.java index 5d9c5c4a7161..e5ece3536d60 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Client.java @@ -42,7 +42,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Dog.java index 4da9ba436449..d877eb2f3706 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Dog.java @@ -44,7 +44,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/DogAllOf.java index e505d1dbc307..54483f2227d1 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -42,7 +42,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/EnumArrays.java index 8748c9fa3706..a5aba01d533d 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -142,7 +142,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -169,7 +169,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/EnumTest.java index 1960c24ac276..679584204fb5 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/EnumTest.java @@ -251,7 +251,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -270,7 +270,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -289,7 +288,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -308,7 +307,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -327,7 +326,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index 3c7fcaabdfa1..181141b92dc4 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -48,7 +48,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -75,7 +75,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/FormatTest.java index e7b28a47378f..583b12a0ebc8 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/FormatTest.java @@ -97,7 +97,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -118,7 +118,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -137,7 +137,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -158,7 +158,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -179,7 +178,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -200,7 +199,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -219,7 +218,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -238,7 +237,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -257,7 +255,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -276,7 +274,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -295,7 +292,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -314,7 +311,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -333,7 +330,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 72fcaa8993cf..02225d278c47 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -41,7 +41,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -51,7 +51,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/MapTest.java index 43f0d2e99867..329cb4c87b8d 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/MapTest.java @@ -112,7 +112,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -139,7 +139,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -166,7 +166,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -193,7 +193,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index 78d80bd7f0c3..1826c8b064c7 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -56,7 +56,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -75,7 +75,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -102,7 +102,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Model200Response.java index 0c0fc9710ddb..3167560a9dd0 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Model200Response.java @@ -47,7 +47,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -66,7 +66,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ModelApiResponse.java index 777b1a8a7c1f..84d2fcc4d396 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -50,7 +50,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -69,7 +69,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -88,7 +88,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ModelReturn.java index 225df7f4e8bd..c13f1babe599 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -43,7 +43,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Name.java index c5a569168873..221821d4e191 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Name.java @@ -55,7 +55,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -69,7 +68,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -84,7 +83,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -98,7 +97,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/NumberOnly.java index 00ffd2f67e3e..9a068c2e1ee6 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -43,7 +43,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Order.java index cfb3d04776e1..9ee41b5b8a92 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Order.java @@ -112,7 +112,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -131,7 +131,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -150,7 +150,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -169,7 +169,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -188,7 +188,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -207,7 +207,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getComplete() { return complete; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/OuterComposite.java index 9e2a78d57fae..690b6bde4be1 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -51,7 +51,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -70,7 +70,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -89,7 +89,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Pet.java index 5ac8165f7ff2..59fe8406f43d 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Pet.java @@ -115,7 +115,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -134,7 +134,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -153,7 +153,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -177,7 +176,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -204,7 +202,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -223,7 +221,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index 23ec5576c0cf..84780d763a0d 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -41,7 +41,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -56,7 +56,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/SpecialModelName.java index f4a7d343a75b..c6ccd2c33f6a 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -42,7 +42,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Tag.java index bce1fc934d82..504c51cc3e59 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Tag.java @@ -46,7 +46,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index 8c7e1fa55df7..8fc321bc0a20 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -61,7 +61,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/TypeHolderExample.java index 8315f422ea85..d9496cbd7902 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -61,7 +61,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/User.java index 3f9eb4bb8a80..1aedd044b588 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/User.java @@ -70,7 +70,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -89,7 +89,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -108,7 +108,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -127,7 +127,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -146,7 +146,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -165,7 +165,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -184,7 +184,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -203,7 +203,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/XmlItem.java index 67910352a71a..ea15cdba33cf 100644 --- a/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/XmlItem.java @@ -157,7 +157,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -176,7 +176,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -195,7 +195,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -214,7 +214,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -241,7 +241,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -260,7 +260,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -279,7 +279,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -298,7 +298,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -317,7 +317,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -344,7 +344,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -371,7 +371,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -390,7 +390,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -409,7 +409,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -428,7 +428,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -447,7 +447,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -474,7 +474,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -501,7 +501,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -520,7 +520,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -539,7 +539,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -558,7 +558,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -577,7 +577,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -604,7 +604,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -631,7 +631,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -650,7 +650,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -669,7 +669,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -688,7 +688,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -707,7 +707,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -734,7 +734,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -761,7 +761,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index 1abb2d8a64e2..69d6a817294e 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -40,7 +40,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index 1821c243e1d9..0147a592b7e8 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -41,7 +41,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index 78f7ac79b212..89aa511c2a8c 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -40,7 +40,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index fc52759bc836..ecb4e102ea27 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -80,7 +80,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index 6e5159d404de..f27ff011de13 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -40,7 +40,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index ddc8146dea28..479696fdcefa 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -41,7 +41,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index cc29400029fa..bd569b0da3ec 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -40,7 +40,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index fb3368dfedaf..27e03a2313ef 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -40,7 +40,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Animal.java index 53a0eec33958..dc16717ac324 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Animal.java @@ -49,7 +49,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index 49b5c552506f..66e9fba5d753 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index ef2555974df4..9f5b467a3145 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ArrayTest.java index b6b98aa275e7..7ac678808943 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -55,7 +55,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Capitalization.java index bb83be97fe94..3f3df29d5da1 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Capitalization.java @@ -53,7 +53,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Cat.java index ce456c86479f..a8108d6f151d 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Cat.java @@ -40,7 +40,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/CatAllOf.java index 224c08671c75..42e961461078 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -38,7 +38,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Category.java index 03efdd4be845..3eccd2cd922c 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Category.java @@ -41,7 +41,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ClassModel.java index def421a6709b..2aaed27fffd2 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ClassModel.java @@ -39,7 +39,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Client.java index c0bd0743e535..458e8129602e 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Client.java @@ -38,7 +38,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Dog.java index 6b79c5960690..83f5cb0e272f 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Dog.java @@ -40,7 +40,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/DogAllOf.java index 1a4496d8f025..d1e1402789f2 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -38,7 +38,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/EnumArrays.java index fff7f65c7264..a3bd1af47257 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -113,7 +113,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/EnumTest.java index d4b36798ee68..b365a8a56fe2 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/EnumTest.java @@ -195,7 +195,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index ebbb0fb9f3bc..ad8cf751e11b 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -43,7 +43,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/FormatTest.java index 4c976d99817e..b08bc944dd4d 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/FormatTest.java @@ -81,7 +81,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public FormatTest binary(AsyncFile binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public AsyncFile getBinary() { return binary; @@ -260,7 +258,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -317,7 +314,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 44159e08e8ae..e9453bb6cceb 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -36,7 +36,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -46,7 +46,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/MapTest.java index 2caabbea07b4..b0d3e04bb634 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/MapTest.java @@ -93,7 +93,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index 8d97329c312e..fed78a2162f2 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -50,7 +50,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Model200Response.java index bd3244dd57db..39fabeeb6da7 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Model200Response.java @@ -42,7 +42,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ModelApiResponse.java index ed335cdca174..bb334129511a 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -44,7 +44,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ModelReturn.java index 04c0bcd33f4f..9aafb13e04d7 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -39,7 +39,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Name.java index af27c6e45faa..9518276dd61a 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Name.java @@ -48,7 +48,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/NumberOnly.java index 4e29c814cc48..0245e8e21098 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -39,7 +39,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Order.java index 1735b41d3154..594c76e484d3 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Order.java @@ -91,7 +91,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getComplete() { return complete; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/OuterComposite.java index f6515126a84c..c8bd99011c0e 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -45,7 +45,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Pet.java index ace85c42aae7..08f377375610 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Pet.java @@ -94,7 +94,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index a2c9e996993e..1379ee09ea6c 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -36,7 +36,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -51,7 +51,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/SpecialModelName.java index a5ddb0b63848..869771afad8c 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -38,7 +38,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Tag.java index 8255ad8298ce..4bb498aff430 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Tag.java @@ -41,7 +41,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index 786a681fb321..3c6488d270ab 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -53,7 +53,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/TypeHolderExample.java index 701e4db8439c..812b5839aa52 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -53,7 +53,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/User.java index 6e6c4ac10254..73164c3ee289 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/User.java @@ -59,7 +59,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/XmlItem.java index 2af459e5aed3..aa7ff22ccde0 100644 --- a/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/XmlItem.java @@ -125,7 +125,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -163,7 +163,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -266,7 +266,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -396,7 +396,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -526,7 +526,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -656,7 +656,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; diff --git a/samples/client/petstore/java/webclient/pom.xml b/samples/client/petstore/java/webclient/pom.xml index 262a5b0b5c91..ee6480dc262e 100644 --- a/samples/client/petstore/java/webclient/pom.xml +++ b/samples/client/petstore/java/webclient/pom.xml @@ -65,6 +65,13 @@ swagger-annotations ${swagger-annotations-version} + + + + com.google.code.findbugs + jsr305 + 3.0.2 + io.projectreactor diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java index 1abb2d8a64e2..69d6a817294e 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java @@ -40,7 +40,7 @@ public AdditionalPropertiesAnyType name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java index 1821c243e1d9..0147a592b7e8 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java @@ -41,7 +41,7 @@ public AdditionalPropertiesArray name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java index 78f7ac79b212..89aa511c2a8c 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java @@ -40,7 +40,7 @@ public AdditionalPropertiesBoolean name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java index fc52759bc836..ecb4e102ea27 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java @@ -80,7 +80,7 @@ public AdditionalPropertiesClass putMapStringItem(String key, String mapStringIt * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public AdditionalPropertiesClass putMapNumberItem(String key, BigDecimal mapNumb * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public AdditionalPropertiesClass putMapIntegerItem(String key, Integer mapIntege * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public AdditionalPropertiesClass putMapBooleanItem(String key, Boolean mapBoolea * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public AdditionalPropertiesClass putMapArrayIntegerItem(String key, List> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public AdditionalPropertiesClass putMapArrayAnytypeItem(String key, List * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public AdditionalPropertiesClass putMapMapStringItem(String key, Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public AdditionalPropertiesClass putMapMapAnytypeItem(String key, Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public AdditionalPropertiesClass anytype1(Object anytype1) { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public AdditionalPropertiesClass anytype2(Object anytype2) { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public AdditionalPropertiesClass anytype3(Object anytype3) { * Get anytype3 * @return anytype3 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype3() { return anytype3; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java index 6e5159d404de..f27ff011de13 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java @@ -40,7 +40,7 @@ public AdditionalPropertiesInteger name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java index ddc8146dea28..479696fdcefa 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java @@ -41,7 +41,7 @@ public AdditionalPropertiesNumber name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java index cc29400029fa..bd569b0da3ec 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java @@ -40,7 +40,7 @@ public AdditionalPropertiesObject name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java index fb3368dfedaf..27e03a2313ef 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java @@ -40,7 +40,7 @@ public AdditionalPropertiesString name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Animal.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Animal.java index 53a0eec33958..dc16717ac324 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Animal.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Animal.java @@ -49,7 +49,6 @@ public Animal className(String className) { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public Animal color(String color) { * Get color * @return color **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getColor() { return color; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java index 49b5c552506f..66e9fba5d753 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfArrayOfNumberOnly addArrayArrayNumberItem(List arrayAr * Get arrayArrayNumber * @return arrayArrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayNumber() { return arrayArrayNumber; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java index ef2555974df4..9f5b467a3145 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java @@ -49,7 +49,7 @@ public ArrayOfNumberOnly addArrayNumberItem(BigDecimal arrayNumberItem) { * Get arrayNumber * @return arrayNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayNumber() { return arrayNumber; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ArrayTest.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ArrayTest.java index b6b98aa275e7..7ac678808943 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ArrayTest.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ArrayTest.java @@ -55,7 +55,7 @@ public ArrayTest addArrayOfStringItem(String arrayOfStringItem) { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public ArrayTest addArrayArrayOfIntegerItem(List arrayArrayOfIntegerItem) * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public ArrayTest addArrayArrayOfModelItem(List arrayArrayOfModelI * Get arrayArrayOfModel * @return arrayArrayOfModel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfModel() { return arrayArrayOfModel; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Capitalization.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Capitalization.java index bb83be97fe94..3f3df29d5da1 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Capitalization.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Capitalization.java @@ -53,7 +53,7 @@ public Capitalization smallCamel(String smallCamel) { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public Capitalization capitalCamel(String capitalCamel) { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public Capitalization smallSnake(String smallSnake) { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public Capitalization capitalSnake(String capitalSnake) { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public Capitalization scAETHFlowPoints(String scAETHFlowPoints) { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public Capitalization ATT_NAME(String ATT_NAME) { * Name of the pet * @return ATT_NAME **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Name of the pet ") public String getATTNAME() { return ATT_NAME; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Cat.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Cat.java index ce456c86479f..a8108d6f151d 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Cat.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Cat.java @@ -40,7 +40,7 @@ public Cat declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/CatAllOf.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/CatAllOf.java index 224c08671c75..42e961461078 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/CatAllOf.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/CatAllOf.java @@ -38,7 +38,7 @@ public CatAllOf declawed(Boolean declawed) { * Get declawed * @return declawed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getDeclawed() { return declawed; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Category.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Category.java index 03efdd4be845..3eccd2cd922c 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Category.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Category.java @@ -41,7 +41,7 @@ public Category id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public Category name(String name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ClassModel.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ClassModel.java index def421a6709b..2aaed27fffd2 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ClassModel.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ClassModel.java @@ -39,7 +39,7 @@ public ClassModel propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Client.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Client.java index c0bd0743e535..458e8129602e 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Client.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Client.java @@ -38,7 +38,7 @@ public Client client(String client) { * Get client * @return client **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getClient() { return client; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Dog.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Dog.java index 6b79c5960690..83f5cb0e272f 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Dog.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Dog.java @@ -40,7 +40,7 @@ public Dog breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/DogAllOf.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/DogAllOf.java index 1a4496d8f025..d1e1402789f2 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/DogAllOf.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/DogAllOf.java @@ -38,7 +38,7 @@ public DogAllOf breed(String breed) { * Get breed * @return breed **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBreed() { return breed; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/EnumArrays.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/EnumArrays.java index fff7f65c7264..a3bd1af47257 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/EnumArrays.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/EnumArrays.java @@ -113,7 +113,7 @@ public EnumArrays justSymbol(JustSymbolEnum justSymbol) { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public EnumArrays addArrayEnumItem(ArrayEnumEnum arrayEnumItem) { * Get arrayEnum * @return arrayEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayEnum() { return arrayEnum; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/EnumTest.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/EnumTest.java index d4b36798ee68..b365a8a56fe2 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/EnumTest.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/EnumTest.java @@ -195,7 +195,7 @@ public EnumTest enumString(EnumStringEnum enumString) { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public EnumTest enumStringRequired(EnumStringRequiredEnum enumStringRequired) { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public EnumTest enumInteger(EnumIntegerEnum enumInteger) { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public EnumTest enumNumber(EnumNumberEnum enumNumber) { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public EnumTest outerEnum(OuterEnum outerEnum) { * Get outerEnum * @return outerEnum **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OuterEnum getOuterEnum() { return outerEnum; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java index ebbb0fb9f3bc..ad8cf751e11b 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java @@ -43,7 +43,7 @@ public FileSchemaTestClass file(java.io.File file) { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public FileSchemaTestClass addFilesItem(java.io.File filesItem) { * Get files * @return files **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getFiles() { return files; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/FormatTest.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/FormatTest.java index 518432caff16..8d075e26bad9 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/FormatTest.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/FormatTest.java @@ -81,7 +81,7 @@ public FormatTest integer(Integer integer) { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public FormatTest int32(Integer int32) { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public FormatTest int64(Long int64) { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public FormatTest number(BigDecimal number) { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public FormatTest _float(Float _float) { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public FormatTest _double(Double _double) { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public FormatTest string(String string) { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public FormatTest _byte(byte[] _byte) { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public FormatTest binary(File binary) { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -260,7 +258,6 @@ public FormatTest date(LocalDate date) { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public FormatTest dateTime(OffsetDateTime dateTime) { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public FormatTest uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "") public UUID getUuid() { return uuid; @@ -317,7 +314,6 @@ public FormatTest password(String password) { * Get password * @return password **/ - @ApiModelProperty(required = true, value = "") public String getPassword() { return password; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java index 44159e08e8ae..e9453bb6cceb 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java @@ -36,7 +36,7 @@ public class HasOnlyReadOnly { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -46,7 +46,7 @@ public String getBar() { * Get foo * @return foo **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFoo() { return foo; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/MapTest.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/MapTest.java index 2caabbea07b4..b0d3e04bb634 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/MapTest.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/MapTest.java @@ -93,7 +93,7 @@ public MapTest putMapMapOfStringItem(String key, Map mapMapOfStr * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public MapTest putMapOfEnumStringItem(String key, InnerEnum mapOfEnumStringItem) * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public MapTest putDirectMapItem(String key, Boolean directMapItem) { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public MapTest putIndirectMapItem(String key, Boolean indirectMapItem) { * Get indirectMap * @return indirectMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getIndirectMap() { return indirectMap; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java index 8d97329c312e..fed78a2162f2 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java @@ -50,7 +50,7 @@ public MixedPropertiesAndAdditionalPropertiesClass uuid(UUID uuid) { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public MixedPropertiesAndAdditionalPropertiesClass dateTime(OffsetDateTime dateT * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public MixedPropertiesAndAdditionalPropertiesClass putMapItem(String key, Animal * Get map * @return map **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMap() { return map; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Model200Response.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Model200Response.java index bd3244dd57db..39fabeeb6da7 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Model200Response.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Model200Response.java @@ -42,7 +42,7 @@ public Model200Response name(Integer name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public Model200Response propertyClass(String propertyClass) { * Get propertyClass * @return propertyClass **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPropertyClass() { return propertyClass; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ModelApiResponse.java index ed335cdca174..bb334129511a 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ModelApiResponse.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ModelApiResponse.java @@ -44,7 +44,7 @@ public ModelApiResponse code(Integer code) { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public ModelApiResponse type(String type) { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public ModelApiResponse message(String message) { * Get message * @return message **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMessage() { return message; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ModelReturn.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ModelReturn.java index 04c0bcd33f4f..9aafb13e04d7 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ModelReturn.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ModelReturn.java @@ -39,7 +39,7 @@ public ModelReturn _return(Integer _return) { * Get _return * @return _return **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getReturn() { return _return; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Name.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Name.java index af27c6e45faa..9518276dd61a 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Name.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Name.java @@ -48,7 +48,6 @@ public Name name(Integer name) { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public void setName(Integer name) { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public Name property(String property) { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public void setProperty(String property) { * Get _123number * @return _123number **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer get123number() { return _123number; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/NumberOnly.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/NumberOnly.java index 4e29c814cc48..0245e8e21098 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/NumberOnly.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/NumberOnly.java @@ -39,7 +39,7 @@ public NumberOnly justNumber(BigDecimal justNumber) { * Get justNumber * @return justNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getJustNumber() { return justNumber; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Order.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Order.java index 1735b41d3154..594c76e484d3 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Order.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Order.java @@ -91,7 +91,7 @@ public Order id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public Order petId(Long petId) { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public Order quantity(Integer quantity) { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public Order shipDate(OffsetDateTime shipDate) { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public Order status(StatusEnum status) { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public Order complete(Boolean complete) { * Get complete * @return complete **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getComplete() { return complete; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/OuterComposite.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/OuterComposite.java index f6515126a84c..c8bd99011c0e 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/OuterComposite.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/OuterComposite.java @@ -45,7 +45,7 @@ public OuterComposite myNumber(BigDecimal myNumber) { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public OuterComposite myString(String myString) { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public OuterComposite myBoolean(Boolean myBoolean) { * Get myBoolean * @return myBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Boolean getMyBoolean() { return myBoolean; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Pet.java index ace85c42aae7..08f377375610 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Pet.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Pet.java @@ -94,7 +94,7 @@ public Pet id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public Pet category(Category category) { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public Pet name(String name) { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public Pet addPhotoUrlsItem(String photoUrlsItem) { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public Pet addTagsItem(Tag tagsItem) { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public Pet status(StatusEnum status) { * pet status in the store * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "pet status in the store") public StatusEnum getStatus() { return status; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java index a2c9e996993e..1379ee09ea6c 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java @@ -36,7 +36,7 @@ public class ReadOnlyFirst { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -51,7 +51,7 @@ public ReadOnlyFirst baz(String baz) { * Get baz * @return baz **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBaz() { return baz; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/SpecialModelName.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/SpecialModelName.java index a5ddb0b63848..869771afad8c 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/SpecialModelName.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/SpecialModelName.java @@ -38,7 +38,7 @@ public class SpecialModelName { * Get $specialPropertyName * @return $specialPropertyName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long get$SpecialPropertyName() { return $specialPropertyName; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Tag.java index 8255ad8298ce..4bb498aff430 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Tag.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Tag.java @@ -41,7 +41,7 @@ public Tag id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public Tag name(String name) { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getName() { return name; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/TypeHolderDefault.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/TypeHolderDefault.java index 786a681fb321..3c6488d270ab 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/TypeHolderDefault.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/TypeHolderDefault.java @@ -53,7 +53,6 @@ public TypeHolderDefault stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderDefault numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderDefault integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderDefault boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderDefault addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/TypeHolderExample.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/TypeHolderExample.java index 701e4db8439c..812b5839aa52 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/TypeHolderExample.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/TypeHolderExample.java @@ -53,7 +53,6 @@ public TypeHolderExample stringItem(String stringItem) { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public TypeHolderExample numberItem(BigDecimal numberItem) { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public TypeHolderExample integerItem(Integer integerItem) { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public TypeHolderExample boolItem(Boolean boolItem) { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public TypeHolderExample addArrayItemItem(Integer arrayItemItem) { * Get arrayItem * @return arrayItem **/ - @ApiModelProperty(example = "[0, 1, 2, 3]", required = true, value = "") public List getArrayItem() { return arrayItem; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/User.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/User.java index 6e6c4ac10254..73164c3ee289 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/User.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/User.java @@ -59,7 +59,7 @@ public User id(Long id) { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public User username(String username) { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public User firstName(String firstName) { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public User lastName(String lastName) { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public User email(String email) { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public User password(String password) { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public User phone(String phone) { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public User userStatus(Integer userStatus) { * User Status * @return userStatus **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "User Status") public Integer getUserStatus() { return userStatus; diff --git a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/XmlItem.java b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/XmlItem.java index 2af459e5aed3..aa7ff22ccde0 100644 --- a/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/XmlItem.java +++ b/samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/XmlItem.java @@ -125,7 +125,7 @@ public XmlItem attributeString(String attributeString) { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public XmlItem attributeNumber(BigDecimal attributeNumber) { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { return attributeNumber; @@ -163,7 +163,7 @@ public XmlItem attributeInteger(Integer attributeInteger) { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public XmlItem attributeBoolean(Boolean attributeBoolean) { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public XmlItem addWrappedArrayItem(Integer wrappedArrayItem) { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public XmlItem nameString(String nameString) { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public XmlItem nameNumber(BigDecimal nameNumber) { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { return nameNumber; @@ -266,7 +266,7 @@ public XmlItem nameInteger(Integer nameInteger) { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public XmlItem nameBoolean(Boolean nameBoolean) { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public XmlItem addNameArrayItem(Integer nameArrayItem) { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public XmlItem addNameWrappedArrayItem(Integer nameWrappedArrayItem) { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public XmlItem prefixString(String prefixString) { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public XmlItem prefixNumber(BigDecimal prefixNumber) { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { return prefixNumber; @@ -396,7 +396,7 @@ public XmlItem prefixInteger(Integer prefixInteger) { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public XmlItem prefixBoolean(Boolean prefixBoolean) { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public XmlItem addPrefixArrayItem(Integer prefixArrayItem) { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public XmlItem addPrefixWrappedArrayItem(Integer prefixWrappedArrayItem) { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public XmlItem namespaceString(String namespaceString) { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public XmlItem namespaceNumber(BigDecimal namespaceNumber) { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { return namespaceNumber; @@ -526,7 +526,7 @@ public XmlItem namespaceInteger(Integer namespaceInteger) { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public XmlItem namespaceBoolean(Boolean namespaceBoolean) { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public XmlItem addNamespaceArrayItem(Integer namespaceArrayItem) { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public XmlItem addNamespaceWrappedArrayItem(Integer namespaceWrappedArrayItem) { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public XmlItem prefixNsString(String prefixNsString) { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public XmlItem prefixNsNumber(BigDecimal prefixNsNumber) { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { return prefixNsNumber; @@ -656,7 +656,7 @@ public XmlItem prefixNsInteger(Integer prefixNsInteger) { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public XmlItem prefixNsBoolean(Boolean prefixNsBoolean) { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public XmlItem addPrefixNsArrayItem(Integer prefixNsArrayItem) { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public XmlItem addPrefixNsWrappedArrayItem(Integer prefixNsWrappedArrayItem) { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray; From 81ff47fe44edb6877e86f7188822752728ae634b Mon Sep 17 00:00:00 2001 From: William Cheng Date: Thu, 25 Jul 2019 14:41:55 +0800 Subject: [PATCH 2/2] update samples --- samples/server/petstore/kotlin-springboot-reactive/pom.xml | 6 ++++++ samples/server/petstore/kotlin-springboot/pom.xml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/samples/server/petstore/kotlin-springboot-reactive/pom.xml b/samples/server/petstore/kotlin-springboot-reactive/pom.xml index c8683e54bc26..b0a954d47075 100644 --- a/samples/server/petstore/kotlin-springboot-reactive/pom.xml +++ b/samples/server/petstore/kotlin-springboot-reactive/pom.xml @@ -96,6 +96,12 @@ swagger-annotations 1.5.21 + + + com.google.code.findbugs + jsr305 + 3.0.2 + com.fasterxml.jackson.dataformat jackson-dataformat-yaml diff --git a/samples/server/petstore/kotlin-springboot/pom.xml b/samples/server/petstore/kotlin-springboot/pom.xml index 10720393bf09..38491e8939c5 100644 --- a/samples/server/petstore/kotlin-springboot/pom.xml +++ b/samples/server/petstore/kotlin-springboot/pom.xml @@ -86,6 +86,12 @@ swagger-annotations 1.5.21 + + + com.google.code.findbugs + jsr305 + 3.0.2 + com.fasterxml.jackson.dataformat jackson-dataformat-yaml