From 45fcf3792af0af4d18494324fa969d4edcd328d7 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Fri, 26 Jul 2019 10:00:27 +0800 Subject: [PATCH] [Java] add nullable support to the clients (#3453) * add nullable support, update samples * 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 +++++++++---------- .../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 +++++++++---------- .../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 +++++++++---------- .../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 +++++++++---------- .../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 +++++++++---------- 925 files changed, 2824 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 276de9b66e..afd1ebf409 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 1abb2d8a64..69d6a81729 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 class AdditionalPropertiesAnyType extends HashMap { * 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 1821c243e1..0147a592b7 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 class AdditionalPropertiesArray extends HashMap { * 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 78f7ac79b2..89aa511c2a 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 class AdditionalPropertiesBoolean extends HashMap { * 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 406bccc278..cb955d1165 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public class AdditionalPropertiesClass { * 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 6e5159d404..f27ff011de 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 class AdditionalPropertiesInteger extends HashMap { * 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 ddc8146dea..479696fdce 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 class AdditionalPropertiesNumber extends HashMap { * 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 cc29400029..bd569b0da3 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 class AdditionalPropertiesObject extends HashMap { * 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 fb3368dfed..27e03a2313 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 class AdditionalPropertiesString extends HashMap { * 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 53a0eec339..dc16717ac3 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 class Animal { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public class Animal { * 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 de49df3fbd..b670ecb66e 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 class ArrayOfArrayOfNumberOnly { * 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 f4399ff42d..9d6997f88f 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 class ArrayOfNumberOnly { * 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 7483fa96ce..7dc235f0a9 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public class ArrayTest { * 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 bb83be97fe..3f3df29d5d 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public class Capitalization { * 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 6992ec21ca..3f770e0791 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 class Cat extends Animal { * 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 0a5eed53e7..9a258b81bf 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 class CatAllOf { * 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 03efdd4be8..3eccd2cd92 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public class Category { * 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 def421a670..2aaed27fff 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 class ClassModel { * 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 c0bd0743e5..458e812960 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 class 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 6b79c59606..83f5cb0e27 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 class Dog extends Animal { * 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 1a4496d8f0..d1e1402789 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 class DogAllOf { * 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 40e31bf3ca..368b481f7e 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public class EnumArrays { * 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 d4b36798ee..b365a8a56f 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public class EnumTest { * 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 bee77a8cec..ca73764280 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public class FileSchemaTestClass { * 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 c017f57a80..00d132529e 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 class FormatTest { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public class FormatTest { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public class FormatTest { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public class FormatTest { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public class FormatTest { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public class FormatTest { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -260,7 +258,6 @@ public class FormatTest { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public class FormatTest { * 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 class FormatTest { * 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 44159e08e8..e9453bb6cc 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 class HasOnlyReadOnly { * 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 a7a141bb9b..44cd694057 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public class MapTest { * 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 ea930e3e2e..19d808093c 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 bd3244dd57..39fabeeb6d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public class Model200Response { * 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 ed335cdca1..bb33412951 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public class ModelApiResponse { * 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 04c0bcd33f..9aafb13e04 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 class ModelReturn { * 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 af27c6e45f..9518276dd6 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 class Name { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public class Name { * 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 4e29c814cc..0245e8e210 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 class NumberOnly { * 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 7867042746..f72f97defc 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public class Order { * 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 b075f7395a..8fcdb3b130 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public class OuterComposite { * 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 63e9b4ff5d..a7d92129d7 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public class Pet { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public class Pet { * 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 a2c9e99699..1379ee09ea 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 class ReadOnlyFirst { * 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 a5ddb0b638..869771afad 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 8255ad8298..4bb498aff4 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public class Tag { * 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 04a11d85a5..c7988712cc 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean isBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderDefault { * 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 a9bf8de899..cca1c01efd 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean isBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderExample { * 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 6e6c4ac102..73164c3ee2 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public class User { * 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 2665c57a91..9ee6eca908 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public class XmlItem { * 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 class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public class XmlItem { * 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 class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public class XmlItem { * 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 class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public class XmlItem { * 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 1abb2d8a64..69d6a81729 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 class AdditionalPropertiesAnyType extends HashMap { * 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 1821c243e1..0147a592b7 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 class AdditionalPropertiesArray extends HashMap { * 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 78f7ac79b2..89aa511c2a 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 class AdditionalPropertiesBoolean extends HashMap { * 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 406bccc278..cb955d1165 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public class AdditionalPropertiesClass { * 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 6e5159d404..f27ff011de 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 class AdditionalPropertiesInteger extends HashMap { * 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 ddc8146dea..479696fdce 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 class AdditionalPropertiesNumber extends HashMap { * 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 cc29400029..bd569b0da3 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 class AdditionalPropertiesObject extends HashMap { * 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 fb3368dfed..27e03a2313 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 class AdditionalPropertiesString extends HashMap { * 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 53a0eec339..dc16717ac3 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 class Animal { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public class Animal { * 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 de49df3fbd..b670ecb66e 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 class ArrayOfArrayOfNumberOnly { * 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 f4399ff42d..9d6997f88f 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 class ArrayOfNumberOnly { * 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 7483fa96ce..7dc235f0a9 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public class ArrayTest { * 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 bb83be97fe..3f3df29d5d 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public class Capitalization { * 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 6992ec21ca..3f770e0791 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 class Cat extends Animal { * 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 0a5eed53e7..9a258b81bf 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 class CatAllOf { * 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 03efdd4be8..3eccd2cd92 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public class Category { * 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 def421a670..2aaed27fff 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 class ClassModel { * 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 c0bd0743e5..458e812960 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 class 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 6b79c59606..83f5cb0e27 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 class Dog extends Animal { * 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 1a4496d8f0..d1e1402789 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 class DogAllOf { * 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 40e31bf3ca..368b481f7e 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public class EnumArrays { * 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 d4b36798ee..b365a8a56f 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public class EnumTest { * 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 bee77a8cec..ca73764280 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public class FileSchemaTestClass { * 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 c017f57a80..00d132529e 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 class FormatTest { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public class FormatTest { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public class FormatTest { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public class FormatTest { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public class FormatTest { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public class FormatTest { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -260,7 +258,6 @@ public class FormatTest { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public class FormatTest { * 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 class FormatTest { * 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 44159e08e8..e9453bb6cc 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 class HasOnlyReadOnly { * 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 a7a141bb9b..44cd694057 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public class MapTest { * 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 ea930e3e2e..19d808093c 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 bd3244dd57..39fabeeb6d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public class Model200Response { * 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 ed335cdca1..bb33412951 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public class ModelApiResponse { * 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 04c0bcd33f..9aafb13e04 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 class ModelReturn { * 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 af27c6e45f..9518276dd6 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 class Name { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public class Name { * 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 4e29c814cc..0245e8e210 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 class NumberOnly { * 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 7867042746..f72f97defc 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public class Order { * 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 b075f7395a..8fcdb3b130 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public class OuterComposite { * 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 63e9b4ff5d..a7d92129d7 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public class Pet { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public class Pet { * 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 a2c9e99699..1379ee09ea 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 class ReadOnlyFirst { * 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 a5ddb0b638..869771afad 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 8255ad8298..4bb498aff4 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public class Tag { * 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 04a11d85a5..c7988712cc 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean isBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderDefault { * 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 a9bf8de899..cca1c01efd 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean isBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderExample { * 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 6e6c4ac102..73164c3ee2 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public class User { * 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 2665c57a91..9ee6eca908 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public class XmlItem { * 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 class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public class XmlItem { * 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 class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public class XmlItem { * 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 class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public class XmlItem { * 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 1abb2d8a64..69d6a81729 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 class AdditionalPropertiesAnyType extends HashMap { * 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 1821c243e1..0147a592b7 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 class AdditionalPropertiesArray extends HashMap { * 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 78f7ac79b2..89aa511c2a 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 class AdditionalPropertiesBoolean extends HashMap { * 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 406bccc278..cb955d1165 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public class AdditionalPropertiesClass { * 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 6e5159d404..f27ff011de 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 class AdditionalPropertiesInteger extends HashMap { * 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 ddc8146dea..479696fdce 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 class AdditionalPropertiesNumber extends HashMap { * 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 cc29400029..bd569b0da3 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 class AdditionalPropertiesObject extends HashMap { * 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 fb3368dfed..27e03a2313 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 class AdditionalPropertiesString extends HashMap { * 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 53a0eec339..dc16717ac3 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 class Animal { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public class Animal { * 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 de49df3fbd..b670ecb66e 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 class ArrayOfArrayOfNumberOnly { * 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 f4399ff42d..9d6997f88f 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 class ArrayOfNumberOnly { * 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 7483fa96ce..7dc235f0a9 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public class ArrayTest { * 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 bb83be97fe..3f3df29d5d 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public class Capitalization { * 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 ce456c8647..a8108d6f15 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 class Cat extends Animal { * 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 224c08671c..42e9614610 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 class CatAllOf { * 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 03efdd4be8..3eccd2cd92 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public class Category { * 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 def421a670..2aaed27fff 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 class ClassModel { * 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 c0bd0743e5..458e812960 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 class 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 6b79c59606..83f5cb0e27 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 class Dog extends Animal { * 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 1a4496d8f0..d1e1402789 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 class DogAllOf { * 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 40e31bf3ca..368b481f7e 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public class EnumArrays { * 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 d4b36798ee..b365a8a56f 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public class EnumTest { * 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 bee77a8cec..ca73764280 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public class FileSchemaTestClass { * 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 c017f57a80..00d132529e 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 class FormatTest { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public class FormatTest { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public class FormatTest { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public class FormatTest { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public class FormatTest { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public class FormatTest { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -260,7 +258,6 @@ public class FormatTest { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public class FormatTest { * 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 class FormatTest { * 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 44159e08e8..e9453bb6cc 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 class HasOnlyReadOnly { * 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 a7a141bb9b..44cd694057 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public class MapTest { * 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 ea930e3e2e..19d808093c 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 bd3244dd57..39fabeeb6d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public class Model200Response { * 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 ed335cdca1..bb33412951 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public class ModelApiResponse { * 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 04c0bcd33f..9aafb13e04 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 class ModelReturn { * 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 af27c6e45f..9518276dd6 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 class Name { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public class Name { * 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 4e29c814cc..0245e8e210 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 class NumberOnly { * 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 9e935d606e..a9e2986a2f 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public class Order { * 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 f6515126a8..c8bd99011c 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public class OuterComposite { * 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 63e9b4ff5d..a7d92129d7 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public class Pet { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public class Pet { * 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 a2c9e99699..1379ee09ea 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 class ReadOnlyFirst { * 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 a5ddb0b638..869771afad 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 8255ad8298..4bb498aff4 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public class Tag { * 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 d8c7b3efdd..9d0f5b2fbe 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderDefault { * 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 c1d5ea30f8..94d3c57b6f 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderExample { * 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 6e6c4ac102..73164c3ee2 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public class User { * 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 ce4af3e8b9..9032c23424 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public class XmlItem { * 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 class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public class XmlItem { * 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 class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public class XmlItem { * 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 class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public class XmlItem { * 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 1abb2d8a64..69d6a81729 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 class AdditionalPropertiesAnyType extends HashMap { * 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 1821c243e1..0147a592b7 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 class AdditionalPropertiesArray extends HashMap { * 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 78f7ac79b2..89aa511c2a 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 class AdditionalPropertiesBoolean extends HashMap { * 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 406bccc278..cb955d1165 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public class AdditionalPropertiesClass { * 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 6e5159d404..f27ff011de 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 class AdditionalPropertiesInteger extends HashMap { * 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 ddc8146dea..479696fdce 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 class AdditionalPropertiesNumber extends HashMap { * 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 cc29400029..bd569b0da3 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 class AdditionalPropertiesObject extends HashMap { * 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 fb3368dfed..27e03a2313 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 class AdditionalPropertiesString extends HashMap { * 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 53a0eec339..dc16717ac3 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 class Animal { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public class Animal { * 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 de49df3fbd..b670ecb66e 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 class ArrayOfArrayOfNumberOnly { * 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 f4399ff42d..9d6997f88f 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 class ArrayOfNumberOnly { * 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 7483fa96ce..7dc235f0a9 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public class ArrayTest { * 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 bb83be97fe..3f3df29d5d 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public class Capitalization { * 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 ce456c8647..a8108d6f15 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 class Cat extends Animal { * 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 224c08671c..42e9614610 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 class CatAllOf { * 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 03efdd4be8..3eccd2cd92 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public class Category { * 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 def421a670..2aaed27fff 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 class ClassModel { * 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 c0bd0743e5..458e812960 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 class 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 6b79c59606..83f5cb0e27 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 class Dog extends Animal { * 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 1a4496d8f0..d1e1402789 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 class DogAllOf { * 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 40e31bf3ca..368b481f7e 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public class EnumArrays { * 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 d4b36798ee..b365a8a56f 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public class EnumTest { * 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 bee77a8cec..ca73764280 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public class FileSchemaTestClass { * 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 c017f57a80..00d132529e 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 class FormatTest { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public class FormatTest { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public class FormatTest { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public class FormatTest { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public class FormatTest { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public class FormatTest { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -260,7 +258,6 @@ public class FormatTest { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public class FormatTest { * 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 class FormatTest { * 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 44159e08e8..e9453bb6cc 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 class HasOnlyReadOnly { * 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 a7a141bb9b..44cd694057 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public class MapTest { * 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 ea930e3e2e..19d808093c 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 bd3244dd57..39fabeeb6d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public class Model200Response { * 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 ed335cdca1..bb33412951 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public class ModelApiResponse { * 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 04c0bcd33f..9aafb13e04 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 class ModelReturn { * 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 af27c6e45f..9518276dd6 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 class Name { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public class Name { * 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 4e29c814cc..0245e8e210 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 class NumberOnly { * 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 9e935d606e..a9e2986a2f 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public class Order { * 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 f6515126a8..c8bd99011c 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public class OuterComposite { * 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 63e9b4ff5d..a7d92129d7 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public class Pet { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public class Pet { * 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 a2c9e99699..1379ee09ea 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 class ReadOnlyFirst { * 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 a5ddb0b638..869771afad 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 8255ad8298..4bb498aff4 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public class Tag { * 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 d8c7b3efdd..9d0f5b2fbe 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderDefault { * 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 c1d5ea30f8..94d3c57b6f 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderExample { * 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 6e6c4ac102..73164c3ee2 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public class User { * 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 ce4af3e8b9..9032c23424 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public class XmlItem { * 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 class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public class XmlItem { * 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 class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public class XmlItem { * 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 class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public class XmlItem { * 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/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 6f77fd208c..81251713a1 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 class AdditionalPropertiesAnyType extends HashMap { * 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 154f47fc70..bdf5c625dd 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 class AdditionalPropertiesArray extends HashMap { * 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 a0bec91daa..eccc9e9d3c 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 class AdditionalPropertiesBoolean extends HashMap { * 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 e179b284c1..9209ce67b6 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -106,7 +106,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -133,7 +133,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -160,7 +160,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -187,7 +187,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -214,7 +214,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -241,7 +241,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -268,7 +268,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -287,7 +287,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -306,7 +306,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -325,7 +325,7 @@ public class AdditionalPropertiesClass { * 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 bb45326e0f..da252b12fa 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 class AdditionalPropertiesInteger extends HashMap { * 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 4dd2fe4248..25e752c588 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 class AdditionalPropertiesNumber extends HashMap { * 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 58987c7c19..b5a5fed844 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 class AdditionalPropertiesObject extends HashMap { * 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 f923fd81ab..247d3242dd 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 class AdditionalPropertiesString extends HashMap { * 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 463999716e..e7f76c2f91 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 class Animal { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -67,7 +66,7 @@ public class Animal { * 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 620e0f0452..dbf11f2b6d 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 class ArrayOfArrayOfNumberOnly { * 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 23ca3ec520..d35a9d2744 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 class ArrayOfNumberOnly { * 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 a739327142..0a28291d77 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -81,7 +81,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -108,7 +108,7 @@ public class ArrayTest { * 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 4cb3722a0d..b8a614a204 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -71,7 +71,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -90,7 +90,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -109,7 +109,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -128,7 +128,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -147,7 +147,7 @@ public class Capitalization { * 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 b1bc3a3259..6cc1276b4e 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 class Cat extends Animal { * 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 f0b7eba67d..a791dc55f9 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 class CatAllOf { * 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 71b7375870..6fefcefbe4 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -59,7 +59,6 @@ public class Category { * 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 8a670d59fb..a6bfab63ee 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 class ClassModel { * 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 a3a58de1fe..68d7f4fb55 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 class 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 2d3e7d4fe9..1cbee958a0 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 class Dog extends Animal { * 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 3a33a542db..ad09ae505a 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 class DogAllOf { * 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 a8b71af7f4..0b8fc89b05 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -139,7 +139,7 @@ public class EnumArrays { * 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 a6fa726f69..0004515092 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -213,7 +213,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -232,7 +231,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -251,7 +250,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -270,7 +269,7 @@ public class EnumTest { * 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 62e4346f1c..5f2b12d45c 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -69,7 +69,7 @@ public class FileSchemaTestClass { * 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 c9688e4e4a..fee5939f4f 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 class FormatTest { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -101,7 +101,7 @@ public class FormatTest { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -120,7 +120,7 @@ public class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -141,7 +141,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -162,7 +161,7 @@ public class FormatTest { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -183,7 +182,7 @@ public class FormatTest { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -202,7 +201,7 @@ public class FormatTest { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -221,7 +220,6 @@ public class FormatTest { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -240,7 +238,7 @@ public class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -259,7 +257,6 @@ public class FormatTest { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -278,7 +275,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -297,7 +294,7 @@ public class FormatTest { * 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 class FormatTest { * 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 67943f4066..7581f7ba56 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 class HasOnlyReadOnly { * 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 b3e327d66b..da931e4794 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -119,7 +119,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -146,7 +146,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -173,7 +173,7 @@ public class MapTest { * 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 e6244b5ba0..bb7fce8383 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -68,7 +68,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -95,7 +95,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 b6e7dd4bb9..2d258ffec3 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -60,7 +60,7 @@ public class Model200Response { * 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 828793964c..63ccaa32f2 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -62,7 +62,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -81,7 +81,7 @@ public class ModelApiResponse { * 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 75e7536150..ab17739908 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 class ModelReturn { * 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 9ae7b37e07..0774790c95 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 class Name { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -61,7 +60,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -76,7 +75,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -90,7 +89,7 @@ public class Name { * 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 c58c1fd75b..85268b9b7c 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 class NumberOnly { * 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 55a9be17bf..8be8f68b6c 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -109,7 +109,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -128,7 +128,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -147,7 +147,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -166,7 +166,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -185,7 +185,7 @@ public class Order { * 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 d989f08146..a8dc2ee33d 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -63,7 +63,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -82,7 +82,7 @@ public class OuterComposite { * 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 5347514db0..914b9b1443 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -112,7 +112,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -131,7 +131,6 @@ public class Pet { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -155,7 +154,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -182,7 +180,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -201,7 +199,7 @@ public class Pet { * 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 0b4f41ef51..81e19eda7c 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 class ReadOnlyFirst { * 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 015646fa51..e3b9f1a187 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 9103978339..8eaa60d84e 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -59,7 +59,7 @@ public class Tag { * 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 5d457b4179..113b0da0ae 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -71,7 +70,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -90,7 +88,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -109,7 +106,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean isBoolItem() { return boolItem; @@ -133,7 +129,6 @@ public class TypeHolderDefault { * 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 c59b6b8408..8c48c33c63 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -71,7 +70,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -90,7 +88,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -109,7 +106,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean isBoolItem() { return boolItem; @@ -133,7 +129,6 @@ public class TypeHolderExample { * 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 14fa403765..f4745a2b17 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -77,7 +77,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -96,7 +96,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -115,7 +115,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -134,7 +134,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -153,7 +153,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -172,7 +172,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -191,7 +191,7 @@ public class User { * 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 db0a1c96d3..730742019f 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -143,7 +143,7 @@ public class XmlItem { * 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 class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -181,7 +181,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isAttributeBoolean() { return attributeBoolean; @@ -208,7 +208,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -227,7 +227,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -246,7 +246,7 @@ public class XmlItem { * 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 class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -284,7 +284,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isNameBoolean() { return nameBoolean; @@ -311,7 +311,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -338,7 +338,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -357,7 +357,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -376,7 +376,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -414,7 +414,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isPrefixBoolean() { return prefixBoolean; @@ -441,7 +441,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -468,7 +468,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -487,7 +487,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -506,7 +506,7 @@ public class XmlItem { * 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 class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -544,7 +544,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isNamespaceBoolean() { return namespaceBoolean; @@ -571,7 +571,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -598,7 +598,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -617,7 +617,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -636,7 +636,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -674,7 +674,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isPrefixNsBoolean() { return prefixNsBoolean; @@ -701,7 +701,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -728,7 +728,7 @@ public class XmlItem { * 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/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 1abb2d8a64..69d6a81729 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 class AdditionalPropertiesAnyType extends HashMap { * 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 1821c243e1..0147a592b7 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 class AdditionalPropertiesArray extends HashMap { * 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 78f7ac79b2..89aa511c2a 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 class AdditionalPropertiesBoolean extends HashMap { * 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 fc52759bc8..ecb4e102ea 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public class AdditionalPropertiesClass { * 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 6e5159d404..f27ff011de 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 class AdditionalPropertiesInteger extends HashMap { * 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 ddc8146dea..479696fdce 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 class AdditionalPropertiesNumber extends HashMap { * 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 cc29400029..bd569b0da3 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 class AdditionalPropertiesObject extends HashMap { * 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 fb3368dfed..27e03a2313 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 class AdditionalPropertiesString extends HashMap { * 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 53a0eec339..dc16717ac3 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 class Animal { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public class Animal { * 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 49b5c55250..66e9fba5d7 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 class ArrayOfArrayOfNumberOnly { * 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 ef2555974d..9f5b467a31 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 class ArrayOfNumberOnly { * 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 b6b98aa275..7ac6788089 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public class ArrayTest { * 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 bb83be97fe..3f3df29d5d 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public class Capitalization { * 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 ce456c8647..a8108d6f15 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 class Cat extends Animal { * 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 224c08671c..42e9614610 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 class CatAllOf { * 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 03efdd4be8..3eccd2cd92 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public class Category { * 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 def421a670..2aaed27fff 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 class ClassModel { * 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 c0bd0743e5..458e812960 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 class 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 6b79c59606..83f5cb0e27 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 class Dog extends Animal { * 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 1a4496d8f0..d1e1402789 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 class DogAllOf { * 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 fff7f65c72..a3bd1af472 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public class EnumArrays { * 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 d4b36798ee..b365a8a56f 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public class EnumTest { * 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 ebbb0fb9f3..ad8cf751e1 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public class FileSchemaTestClass { * 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 518432caff..8d075e26ba 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 class FormatTest { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public class FormatTest { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public class FormatTest { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public class FormatTest { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public class FormatTest { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public class FormatTest { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -260,7 +258,6 @@ public class FormatTest { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public class FormatTest { * 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 class FormatTest { * 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 44159e08e8..e9453bb6cc 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 class HasOnlyReadOnly { * 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 2caabbea07..b0d3e04bb6 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public class MapTest { * 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 8d97329c31..fed78a2162 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 bd3244dd57..39fabeeb6d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public class Model200Response { * 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 ed335cdca1..bb33412951 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public class ModelApiResponse { * 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 04c0bcd33f..9aafb13e04 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 class ModelReturn { * 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 af27c6e45f..9518276dd6 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 class Name { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public class Name { * 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 4e29c814cc..0245e8e210 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 class NumberOnly { * 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 1735b41d31..594c76e484 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public class Order { * 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 f6515126a8..c8bd99011c 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public class OuterComposite { * 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 ace85c42aa..08f3773756 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public class Pet { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public class Pet { * 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 a2c9e99699..1379ee09ea 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 class ReadOnlyFirst { * 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 a5ddb0b638..869771afad 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 8255ad8298..4bb498aff4 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public class Tag { * 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 786a681fb3..3c6488d270 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderDefault { * 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 701e4db843..812b5839aa 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderExample { * 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 6e6c4ac102..73164c3ee2 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public class User { * 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 2af459e5ae..aa7ff22ccd 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public class XmlItem { * 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 class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public class XmlItem { * 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 class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public class XmlItem { * 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 class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public class XmlItem { * 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 1abb2d8a64..69d6a81729 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 class AdditionalPropertiesAnyType extends HashMap { * 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 1821c243e1..0147a592b7 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 class AdditionalPropertiesArray extends HashMap { * 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 78f7ac79b2..89aa511c2a 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 class AdditionalPropertiesBoolean extends HashMap { * 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 406bccc278..cb955d1165 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public class AdditionalPropertiesClass { * 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 6e5159d404..f27ff011de 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 class AdditionalPropertiesInteger extends HashMap { * 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 ddc8146dea..479696fdce 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 class AdditionalPropertiesNumber extends HashMap { * 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 cc29400029..bd569b0da3 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 class AdditionalPropertiesObject extends HashMap { * 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 fb3368dfed..27e03a2313 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 class AdditionalPropertiesString extends HashMap { * 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 53a0eec339..dc16717ac3 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 class Animal { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public class Animal { * 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 de49df3fbd..b670ecb66e 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 class ArrayOfArrayOfNumberOnly { * 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 f4399ff42d..9d6997f88f 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 class ArrayOfNumberOnly { * 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 7483fa96ce..7dc235f0a9 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public class ArrayTest { * 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 bb83be97fe..3f3df29d5d 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public class Capitalization { * 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 ce456c8647..a8108d6f15 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 class Cat extends Animal { * 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 224c08671c..42e9614610 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 class CatAllOf { * 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 03efdd4be8..3eccd2cd92 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public class Category { * 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 def421a670..2aaed27fff 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 class ClassModel { * 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 c0bd0743e5..458e812960 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 class 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 6b79c59606..83f5cb0e27 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 class Dog extends Animal { * 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 1a4496d8f0..d1e1402789 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 class DogAllOf { * 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 40e31bf3ca..368b481f7e 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public class EnumArrays { * 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 d4b36798ee..b365a8a56f 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public class EnumTest { * 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 bee77a8cec..ca73764280 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public class FileSchemaTestClass { * 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 c017f57a80..00d132529e 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 class FormatTest { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public class FormatTest { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public class FormatTest { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public class FormatTest { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public class FormatTest { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public class FormatTest { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -260,7 +258,6 @@ public class FormatTest { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public class FormatTest { * 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 class FormatTest { * 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 44159e08e8..e9453bb6cc 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 class HasOnlyReadOnly { * 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 a7a141bb9b..44cd694057 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public class MapTest { * 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 ea930e3e2e..19d808093c 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 bd3244dd57..39fabeeb6d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public class Model200Response { * 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 ed335cdca1..bb33412951 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public class ModelApiResponse { * 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 04c0bcd33f..9aafb13e04 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 class ModelReturn { * 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 af27c6e45f..9518276dd6 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 class Name { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public class Name { * 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 4e29c814cc..0245e8e210 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 class NumberOnly { * 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 9e935d606e..a9e2986a2f 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public class Order { * 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 f6515126a8..c8bd99011c 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public class OuterComposite { * 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 63e9b4ff5d..a7d92129d7 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public class Pet { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public class Pet { * 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 a2c9e99699..1379ee09ea 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 class ReadOnlyFirst { * 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 a5ddb0b638..869771afad 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 8255ad8298..4bb498aff4 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public class Tag { * 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 d8c7b3efdd..9d0f5b2fbe 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderDefault { * 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 c1d5ea30f8..94d3c57b6f 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderExample { * 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 6e6c4ac102..73164c3ee2 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public class User { * 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 ce4af3e8b9..9032c23424 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public class XmlItem { * 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 class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public class XmlItem { * 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 class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public class XmlItem { * 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 class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public class XmlItem { * 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 952e43c3b4..acb8a5e772 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 class AdditionalPropertiesAnyType extends HashMap impleme * 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 fcb9a8b7b6..ebc9abb8dd 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 class AdditionalPropertiesArray extends HashMap implements * 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 08bd0adcf1..4cc350ca10 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 class AdditionalPropertiesBoolean extends HashMap implem * 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 affc9e2c1a..23a7b49f01 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 class AdditionalPropertiesClass implements Parcelable { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -125,7 +125,7 @@ public class AdditionalPropertiesClass implements Parcelable { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -152,7 +152,7 @@ public class AdditionalPropertiesClass implements Parcelable { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -179,7 +179,7 @@ public class AdditionalPropertiesClass implements Parcelable { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -206,7 +206,7 @@ public class AdditionalPropertiesClass implements Parcelable { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -233,7 +233,7 @@ public class AdditionalPropertiesClass implements Parcelable { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -260,7 +260,7 @@ public class AdditionalPropertiesClass implements Parcelable { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -287,7 +287,7 @@ public class AdditionalPropertiesClass implements Parcelable { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -306,7 +306,7 @@ public class AdditionalPropertiesClass implements Parcelable { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -325,7 +325,7 @@ public class AdditionalPropertiesClass implements Parcelable { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -344,7 +344,7 @@ public class AdditionalPropertiesClass implements Parcelable { * 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 ba0e3c55c0..77d1242378 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 class AdditionalPropertiesInteger extends HashMap implem * 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 6e0da4f662..7e0d226868 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 class AdditionalPropertiesNumber extends HashMap impl * 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 5321ee5f30..5d7aa7a622 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 class AdditionalPropertiesObject extends HashMap implements * 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 f044148baf..7182f82197 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 class AdditionalPropertiesString extends HashMap implemen * 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 90fabbb107..dce6c2969a 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 class Animal implements Parcelable { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -71,7 +70,7 @@ public class Animal implements Parcelable { * 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 026761eec6..cb59454209 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 class ArrayOfArrayOfNumberOnly implements Parcelable { * 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 3f9f9ea40c..4d55320e11 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 class ArrayOfNumberOnly implements Parcelable { * 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 91b99633fd..df2d89a618 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 class ArrayTest implements Parcelable { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -92,7 +92,7 @@ public class ArrayTest implements Parcelable { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -119,7 +119,7 @@ public class ArrayTest implements Parcelable { * 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 7c85088f6c..21955e67b7 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 class Capitalization implements Parcelable { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -85,7 +85,7 @@ public class Capitalization implements Parcelable { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -104,7 +104,7 @@ public class Capitalization implements Parcelable { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -123,7 +123,7 @@ public class Capitalization implements Parcelable { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -142,7 +142,7 @@ public class Capitalization implements Parcelable { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -161,7 +161,7 @@ public class Capitalization implements Parcelable { * 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 dcb1df4846..5738b17e66 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 class Cat extends Animal implements Parcelable { * 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 eb92c2ad1a..1d09feb3e7 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 class CatAllOf implements Parcelable { * 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 66b4c8b3f6..8dedfbedc1 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 class Category implements Parcelable { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -69,7 +69,6 @@ public class Category implements Parcelable { * 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 028d713c96..cbf4ea5ff1 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 class ClassModel implements Parcelable { * 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 ce5cf8deee..f2dfb2900d 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 class Client implements Parcelable { * 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 934c359ee9..3f89f33448 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 class Dog extends Animal implements Parcelable { * 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 714ecb307b..9f3e4e0856 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 class DogAllOf implements Parcelable { * 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 6984f387df..11a6fed587 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 class EnumArrays implements Parcelable { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -173,7 +173,7 @@ public class EnumArrays implements Parcelable { * 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 42d3a54b5b..7c67dd8229 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 class EnumTest implements Parcelable { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -274,7 +274,6 @@ public class EnumTest implements Parcelable { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -293,7 +292,7 @@ public class EnumTest implements Parcelable { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -312,7 +311,7 @@ public class EnumTest implements Parcelable { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -331,7 +330,7 @@ public class EnumTest implements Parcelable { * 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 d3992e5424..b5f0ce559c 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 class FileSchemaTestClass implements Parcelable { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -79,7 +79,7 @@ public class FileSchemaTestClass implements Parcelable { * 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 a16260f07c..1f8cd0e08d 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 class FormatTest implements Parcelable { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -122,7 +122,7 @@ public class FormatTest implements Parcelable { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -141,7 +141,7 @@ public class FormatTest implements Parcelable { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -162,7 +162,6 @@ public class FormatTest implements Parcelable { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -183,7 +182,7 @@ public class FormatTest implements Parcelable { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -204,7 +203,7 @@ public class FormatTest implements Parcelable { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -223,7 +222,7 @@ public class FormatTest implements Parcelable { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -242,7 +241,6 @@ public class FormatTest implements Parcelable { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -261,7 +259,7 @@ public class FormatTest implements Parcelable { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -280,7 +278,6 @@ public class FormatTest implements Parcelable { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -299,7 +296,7 @@ public class FormatTest implements Parcelable { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -318,7 +315,7 @@ public class FormatTest implements Parcelable { * 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 class FormatTest implements Parcelable { * 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 021055bb59..14c218af7e 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 class HasOnlyReadOnly implements Parcelable { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -55,7 +55,7 @@ public class HasOnlyReadOnly implements Parcelable { * 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 9796dcbdb1..09f608dc19 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 class MapTest implements Parcelable { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -143,7 +143,7 @@ public class MapTest implements Parcelable { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -170,7 +170,7 @@ public class MapTest implements Parcelable { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -197,7 +197,7 @@ public class MapTest implements Parcelable { * 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 4df2bf6539..abae7222e2 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 class MixedPropertiesAndAdditionalPropertiesClass implements Parcelable { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -79,7 +79,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass implements Parcelable { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -106,7 +106,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass implements Parcelable { * 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 6aaf741507..c98ab531f0 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 class Model200Response implements Parcelable { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -70,7 +70,7 @@ public class Model200Response implements Parcelable { * 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 3bcfa5c703..166efa5ccd 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 class ModelApiResponse implements Parcelable { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -73,7 +73,7 @@ public class ModelApiResponse implements Parcelable { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -92,7 +92,7 @@ public class ModelApiResponse implements Parcelable { * 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 b58da7220f..d475b48700 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 class ModelReturn implements Parcelable { * 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 6231fae2c4..adb0ada7b1 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 class Name implements Parcelable { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -73,7 +72,7 @@ public class Name implements Parcelable { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -88,7 +87,7 @@ public class Name implements Parcelable { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -102,7 +101,7 @@ public class Name implements Parcelable { * 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 2f89147e01..d9c9588870 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 class NumberOnly implements Parcelable { * 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 42a0bae7e7..27f8928228 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 class Order implements Parcelable { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -135,7 +135,7 @@ public class Order implements Parcelable { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -154,7 +154,7 @@ public class Order implements Parcelable { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -173,7 +173,7 @@ public class Order implements Parcelable { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -192,7 +192,7 @@ public class Order implements Parcelable { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -211,7 +211,7 @@ public class Order implements Parcelable { * 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 6aff10110b..171ee7a93d 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 class OuterComposite implements Parcelable { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -74,7 +74,7 @@ public class OuterComposite implements Parcelable { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -93,7 +93,7 @@ public class OuterComposite implements Parcelable { * 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 dd736e58d3..73ab81f800 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 class Pet implements Parcelable { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -138,7 +138,7 @@ public class Pet implements Parcelable { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -157,7 +157,6 @@ public class Pet implements Parcelable { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -181,7 +180,6 @@ public class Pet implements Parcelable { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -208,7 +206,7 @@ public class Pet implements Parcelable { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -227,7 +225,7 @@ public class Pet implements Parcelable { * 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 3a590451f0..824c0c728c 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 class ReadOnlyFirst implements Parcelable { * Get bar * @return bar **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getBar() { return bar; @@ -60,7 +60,7 @@ public class ReadOnlyFirst implements Parcelable { * 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 569679be73..d2eadd0140 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 class SpecialModelName implements Parcelable { * 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 1d23f3ff18..1e75240cde 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 class Tag implements Parcelable { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -69,7 +69,7 @@ public class Tag implements Parcelable { * 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 1a42510215..8cb0ab9868 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 class TypeHolderDefault implements Parcelable { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -84,7 +83,6 @@ public class TypeHolderDefault implements Parcelable { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -103,7 +101,6 @@ public class TypeHolderDefault implements Parcelable { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -122,7 +119,6 @@ public class TypeHolderDefault implements Parcelable { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -146,7 +142,6 @@ public class TypeHolderDefault implements Parcelable { * 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 8c9cbe0679..4945a5b35a 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 class TypeHolderExample implements Parcelable { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -84,7 +83,6 @@ public class TypeHolderExample implements Parcelable { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -103,7 +101,6 @@ public class TypeHolderExample implements Parcelable { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -122,7 +119,6 @@ public class TypeHolderExample implements Parcelable { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -146,7 +142,6 @@ public class TypeHolderExample implements Parcelable { * 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 00a1e51b84..3d0d5f8fc5 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 class User implements Parcelable { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -93,7 +93,7 @@ public class User implements Parcelable { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -112,7 +112,7 @@ public class User implements Parcelable { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -131,7 +131,7 @@ public class User implements Parcelable { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -150,7 +150,7 @@ public class User implements Parcelable { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -169,7 +169,7 @@ public class User implements Parcelable { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -188,7 +188,7 @@ public class User implements Parcelable { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -207,7 +207,7 @@ public class User implements Parcelable { * 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 c2e9c058b3..f5151fce0e 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 class XmlItem implements Parcelable { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -180,7 +180,7 @@ public class XmlItem implements Parcelable { * 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 class XmlItem implements Parcelable { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -218,7 +218,7 @@ public class XmlItem implements Parcelable { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -245,7 +245,7 @@ public class XmlItem implements Parcelable { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -264,7 +264,7 @@ public class XmlItem implements Parcelable { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -283,7 +283,7 @@ public class XmlItem implements Parcelable { * 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 class XmlItem implements Parcelable { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -321,7 +321,7 @@ public class XmlItem implements Parcelable { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -348,7 +348,7 @@ public class XmlItem implements Parcelable { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -375,7 +375,7 @@ public class XmlItem implements Parcelable { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -394,7 +394,7 @@ public class XmlItem implements Parcelable { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -413,7 +413,7 @@ public class XmlItem implements Parcelable { * 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 class XmlItem implements Parcelable { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -451,7 +451,7 @@ public class XmlItem implements Parcelable { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -478,7 +478,7 @@ public class XmlItem implements Parcelable { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -505,7 +505,7 @@ public class XmlItem implements Parcelable { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -524,7 +524,7 @@ public class XmlItem implements Parcelable { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -543,7 +543,7 @@ public class XmlItem implements Parcelable { * 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 class XmlItem implements Parcelable { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -581,7 +581,7 @@ public class XmlItem implements Parcelable { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -608,7 +608,7 @@ public class XmlItem implements Parcelable { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -635,7 +635,7 @@ public class XmlItem implements Parcelable { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -654,7 +654,7 @@ public class XmlItem implements Parcelable { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -673,7 +673,7 @@ public class XmlItem implements Parcelable { * 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 class XmlItem implements Parcelable { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -711,7 +711,7 @@ public class XmlItem implements Parcelable { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -738,7 +738,7 @@ public class XmlItem implements Parcelable { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -765,7 +765,7 @@ public class XmlItem implements Parcelable { * 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 e98f74f8ae..6639252ccb 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 class AdditionalPropertiesAnyType extends HashMap { * 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 1d86faad3e..2c3f2ca0a4 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 class AdditionalPropertiesArray extends HashMap { * 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 a3b37161da..7c4a5248c0 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 class AdditionalPropertiesBoolean extends HashMap { * 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 8819f4a024..b016f1f377 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -121,7 +121,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -148,7 +148,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -175,7 +175,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -202,7 +202,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -229,7 +229,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -256,7 +256,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -283,7 +283,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -302,7 +302,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -321,7 +321,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -340,7 +340,7 @@ public class AdditionalPropertiesClass { * 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 b8f956cbed..10df3df74c 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 class AdditionalPropertiesInteger extends HashMap { * 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 03d923ab1d..33719cab26 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 class AdditionalPropertiesNumber extends HashMap { * 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 c0e696dbd5..e37e04b01a 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 class AdditionalPropertiesObject extends HashMap { * 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 67e597e3cf..cfbf74f5b3 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 class AdditionalPropertiesString extends HashMap { * 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 1738bdaf47..0a02419dbf 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 class Animal { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -69,7 +68,7 @@ public class Animal { * 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 69c0cacb05..4f016503d4 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 class ArrayOfArrayOfNumberOnly { * 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 a85aa96af7..15d27a21f2 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 class ArrayOfNumberOnly { * 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 986ac5aa17..7f6d476044 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -88,7 +88,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -115,7 +115,7 @@ public class ArrayTest { * 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 36f8853e1c..ef40fe949f 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -81,7 +81,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -100,7 +100,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -119,7 +119,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -138,7 +138,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -157,7 +157,7 @@ public class Capitalization { * 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 965461a8be..c600502f71 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 class Cat extends Animal { * 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 124db9b8ba..29b3658551 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 class CatAllOf { * 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 d4e121847a..1968763722 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,6 @@ public class Category { * 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 cbdd8f317b..52245d7050 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 class ClassModel { * 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 5d9c5c4a71..e5ece3536d 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 class 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 4da9ba4364..d877eb2f37 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 class Dog extends Animal { * 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 e505d1dbc3..54483f2227 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 class DogAllOf { * 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 8748c9fa37..a5aba01d53 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -169,7 +169,7 @@ public class EnumArrays { * 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 1960c24ac2..679584204f 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -270,7 +270,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -289,7 +288,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -308,7 +307,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -327,7 +326,7 @@ public class EnumTest { * 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 3c7fcaabdf..181141b92d 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -75,7 +75,7 @@ public class FileSchemaTestClass { * 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 e7b28a4737..583b12a0eb 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 class FormatTest { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -118,7 +118,7 @@ public class FormatTest { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -137,7 +137,7 @@ public class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -158,7 +158,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -179,7 +178,7 @@ public class FormatTest { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -200,7 +199,7 @@ public class FormatTest { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -219,7 +218,7 @@ public class FormatTest { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -238,7 +237,6 @@ public class FormatTest { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -257,7 +255,7 @@ public class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -276,7 +274,6 @@ public class FormatTest { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -295,7 +292,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -314,7 +311,7 @@ public class FormatTest { * 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 class FormatTest { * 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 72fcaa8993..02225d278c 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 class HasOnlyReadOnly { * 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 43f0d2e998..329cb4c87b 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -139,7 +139,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -166,7 +166,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -193,7 +193,7 @@ public class MapTest { * 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 78d80bd7f0..1826c8b064 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -75,7 +75,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -102,7 +102,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 0c0fc9710d..3167560a9d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -66,7 +66,7 @@ public class Model200Response { * 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 777b1a8a7c..84d2fcc4d3 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -69,7 +69,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -88,7 +88,7 @@ public class ModelApiResponse { * 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 225df7f4e8..c13f1babe5 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 class ModelReturn { * 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 c5a5691688..221821d4e1 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 class Name { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -69,7 +68,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -84,7 +83,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -98,7 +97,7 @@ public class Name { * 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 00ffd2f67e..9a068c2e1e 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 class NumberOnly { * 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 cfb3d04776..9ee41b5b8a 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -131,7 +131,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -150,7 +150,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -169,7 +169,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -188,7 +188,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -207,7 +207,7 @@ public class Order { * 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 9e2a78d57f..690b6bde4b 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -70,7 +70,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -89,7 +89,7 @@ public class OuterComposite { * 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 5ac8165f7f..59fe8406f4 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -134,7 +134,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -153,7 +153,6 @@ public class Pet { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -177,7 +176,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -204,7 +202,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -223,7 +221,7 @@ public class Pet { * 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 23ec5576c0..84780d763a 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 class ReadOnlyFirst { * 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 f4a7d343a7..c6ccd2c33f 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 bce1fc934d..504c51cc3e 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,7 @@ public class Tag { * 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 8c7e1fa55d..8fc321bc0a 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public class TypeHolderDefault { * 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 8315f422ea..d9496cbd79 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public class TypeHolderExample { * 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 3f9eb4bb8a..1aedd044b5 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -89,7 +89,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -108,7 +108,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -127,7 +127,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -146,7 +146,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -165,7 +165,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -184,7 +184,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -203,7 +203,7 @@ public class User { * 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 67910352a7..ea15cdba33 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -176,7 +176,7 @@ public class XmlItem { * 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 class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -214,7 +214,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -241,7 +241,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -260,7 +260,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -279,7 +279,7 @@ public class XmlItem { * 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 class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -317,7 +317,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -344,7 +344,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -371,7 +371,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -390,7 +390,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -409,7 +409,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -447,7 +447,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -474,7 +474,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -501,7 +501,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -520,7 +520,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -539,7 +539,7 @@ public class XmlItem { * 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 class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -577,7 +577,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -604,7 +604,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -631,7 +631,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -650,7 +650,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -669,7 +669,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -707,7 +707,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -734,7 +734,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -761,7 +761,7 @@ public class XmlItem { * 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 e98f74f8ae..6639252ccb 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 class AdditionalPropertiesAnyType extends HashMap { * 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 1d86faad3e..2c3f2ca0a4 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 class AdditionalPropertiesArray extends HashMap { * 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 a3b37161da..7c4a5248c0 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 class AdditionalPropertiesBoolean extends HashMap { * 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 8819f4a024..b016f1f377 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -121,7 +121,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -148,7 +148,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -175,7 +175,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -202,7 +202,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -229,7 +229,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -256,7 +256,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -283,7 +283,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -302,7 +302,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -321,7 +321,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -340,7 +340,7 @@ public class AdditionalPropertiesClass { * 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 b8f956cbed..10df3df74c 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 class AdditionalPropertiesInteger extends HashMap { * 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 03d923ab1d..33719cab26 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 class AdditionalPropertiesNumber extends HashMap { * 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 c0e696dbd5..e37e04b01a 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 class AdditionalPropertiesObject extends HashMap { * 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 67e597e3cf..cfbf74f5b3 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 class AdditionalPropertiesString extends HashMap { * 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 1738bdaf47..0a02419dbf 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 class Animal { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -69,7 +68,7 @@ public class Animal { * 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 69c0cacb05..4f016503d4 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 class ArrayOfArrayOfNumberOnly { * 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 a85aa96af7..15d27a21f2 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 class ArrayOfNumberOnly { * 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 986ac5aa17..7f6d476044 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -88,7 +88,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -115,7 +115,7 @@ public class ArrayTest { * 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 36f8853e1c..ef40fe949f 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -81,7 +81,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -100,7 +100,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -119,7 +119,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -138,7 +138,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -157,7 +157,7 @@ public class Capitalization { * 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 a8b8feb2ae..91196d53a8 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 class Cat extends Animal { * 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 bcff151472..d7569c72fd 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 class CatAllOf { * 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 d4e121847a..1968763722 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,6 @@ public class Category { * 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 cbdd8f317b..52245d7050 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 class ClassModel { * 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 5d9c5c4a71..e5ece3536d 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 class 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 4da9ba4364..d877eb2f37 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 class Dog extends Animal { * 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 e505d1dbc3..54483f2227 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 class DogAllOf { * 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 8748c9fa37..a5aba01d53 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -169,7 +169,7 @@ public class EnumArrays { * 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 1960c24ac2..679584204f 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -270,7 +270,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -289,7 +288,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -308,7 +307,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -327,7 +326,7 @@ public class EnumTest { * 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 3c7fcaabdf..181141b92d 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -75,7 +75,7 @@ public class FileSchemaTestClass { * 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 e7b28a4737..583b12a0eb 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 class FormatTest { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -118,7 +118,7 @@ public class FormatTest { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -137,7 +137,7 @@ public class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -158,7 +158,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -179,7 +178,7 @@ public class FormatTest { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -200,7 +199,7 @@ public class FormatTest { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -219,7 +218,7 @@ public class FormatTest { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -238,7 +237,6 @@ public class FormatTest { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -257,7 +255,7 @@ public class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -276,7 +274,6 @@ public class FormatTest { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -295,7 +292,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -314,7 +311,7 @@ public class FormatTest { * 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 class FormatTest { * 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 72fcaa8993..02225d278c 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 class HasOnlyReadOnly { * 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 43f0d2e998..329cb4c87b 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -139,7 +139,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -166,7 +166,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -193,7 +193,7 @@ public class MapTest { * 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 78d80bd7f0..1826c8b064 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -75,7 +75,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -102,7 +102,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 0c0fc9710d..3167560a9d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -66,7 +66,7 @@ public class Model200Response { * 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 777b1a8a7c..84d2fcc4d3 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -69,7 +69,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -88,7 +88,7 @@ public class ModelApiResponse { * 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 225df7f4e8..c13f1babe5 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 class ModelReturn { * 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 c5a5691688..221821d4e1 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 class Name { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -69,7 +68,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -84,7 +83,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -98,7 +97,7 @@ public class Name { * 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 00ffd2f67e..9a068c2e1e 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 class NumberOnly { * 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 75a8568707..bfd740e83b 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -131,7 +131,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -150,7 +150,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -169,7 +169,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -188,7 +188,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -207,7 +207,7 @@ public class Order { * 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 0c3317899b..5bc91ffa0a 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -70,7 +70,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -89,7 +89,7 @@ public class OuterComposite { * 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 5ac8165f7f..59fe8406f4 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -134,7 +134,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -153,7 +153,6 @@ public class Pet { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -177,7 +176,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -204,7 +202,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -223,7 +221,7 @@ public class Pet { * 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 23ec5576c0..84780d763a 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 class ReadOnlyFirst { * 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 f4a7d343a7..c6ccd2c33f 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 bce1fc934d..504c51cc3e 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,7 @@ public class Tag { * 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 e302fc33c0..13d9a5ad67 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean isBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public class TypeHolderDefault { * 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 26d4b5c120..adf66b7c65 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean isBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public class TypeHolderExample { * 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 3f9eb4bb8a..1aedd044b5 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -89,7 +89,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -108,7 +108,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -127,7 +127,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -146,7 +146,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -165,7 +165,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -184,7 +184,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -203,7 +203,7 @@ public class User { * 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 bbd0fce821..42c4ad1631 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -176,7 +176,7 @@ public class XmlItem { * 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 class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -214,7 +214,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isAttributeBoolean() { return attributeBoolean; @@ -241,7 +241,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -260,7 +260,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -279,7 +279,7 @@ public class XmlItem { * 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 class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -317,7 +317,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isNameBoolean() { return nameBoolean; @@ -344,7 +344,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -371,7 +371,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -390,7 +390,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -409,7 +409,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -447,7 +447,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isPrefixBoolean() { return prefixBoolean; @@ -474,7 +474,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -501,7 +501,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -520,7 +520,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -539,7 +539,7 @@ public class XmlItem { * 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 class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -577,7 +577,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isNamespaceBoolean() { return namespaceBoolean; @@ -604,7 +604,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -631,7 +631,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -650,7 +650,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -669,7 +669,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -707,7 +707,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean isPrefixNsBoolean() { return prefixNsBoolean; @@ -734,7 +734,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -761,7 +761,7 @@ public class XmlItem { * 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/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 1abb2d8a64..69d6a81729 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 class AdditionalPropertiesAnyType extends HashMap { * 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 1821c243e1..0147a592b7 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 class AdditionalPropertiesArray extends HashMap { * 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 78f7ac79b2..89aa511c2a 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 class AdditionalPropertiesBoolean extends HashMap { * 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 406bccc278..cb955d1165 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public class AdditionalPropertiesClass { * 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 6e5159d404..f27ff011de 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 class AdditionalPropertiesInteger extends HashMap { * 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 ddc8146dea..479696fdce 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 class AdditionalPropertiesNumber extends HashMap { * 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 cc29400029..bd569b0da3 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 class AdditionalPropertiesObject extends HashMap { * 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 fb3368dfed..27e03a2313 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 class AdditionalPropertiesString extends HashMap { * 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 53a0eec339..dc16717ac3 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 class Animal { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public class Animal { * 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 de49df3fbd..b670ecb66e 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 class ArrayOfArrayOfNumberOnly { * 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 f4399ff42d..9d6997f88f 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 class ArrayOfNumberOnly { * 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 7483fa96ce..7dc235f0a9 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public class ArrayTest { * 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 bb83be97fe..3f3df29d5d 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public class Capitalization { * 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 ce456c8647..a8108d6f15 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 class Cat extends Animal { * 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 224c08671c..42e9614610 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 class CatAllOf { * 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 03efdd4be8..3eccd2cd92 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public class Category { * 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 def421a670..2aaed27fff 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 class ClassModel { * 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 c0bd0743e5..458e812960 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 class 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 6b79c59606..83f5cb0e27 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 class Dog extends Animal { * 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 1a4496d8f0..d1e1402789 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 class DogAllOf { * 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 40e31bf3ca..368b481f7e 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public class EnumArrays { * 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 d4b36798ee..b365a8a56f 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public class EnumTest { * 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 bee77a8cec..ca73764280 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public class FileSchemaTestClass { * 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 c017f57a80..00d132529e 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 class FormatTest { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public class FormatTest { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public class FormatTest { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public class FormatTest { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public class FormatTest { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public class FormatTest { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -260,7 +258,6 @@ public class FormatTest { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public class FormatTest { * 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 class FormatTest { * 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 44159e08e8..e9453bb6cc 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 class HasOnlyReadOnly { * 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 a7a141bb9b..44cd694057 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public class MapTest { * 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 ea930e3e2e..19d808093c 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 bd3244dd57..39fabeeb6d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public class Model200Response { * 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 ed335cdca1..bb33412951 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public class ModelApiResponse { * 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 04c0bcd33f..9aafb13e04 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 class ModelReturn { * 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 af27c6e45f..9518276dd6 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 class Name { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public class Name { * 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 4e29c814cc..0245e8e210 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 class NumberOnly { * 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 9e935d606e..a9e2986a2f 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public class Order { * 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 f6515126a8..c8bd99011c 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public class OuterComposite { * 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 63e9b4ff5d..a7d92129d7 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public class Pet { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public class Pet { * 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 a2c9e99699..1379ee09ea 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 class ReadOnlyFirst { * 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 a5ddb0b638..869771afad 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 8255ad8298..4bb498aff4 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public class Tag { * 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 d8c7b3efdd..9d0f5b2fbe 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderDefault { * 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 c1d5ea30f8..94d3c57b6f 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderExample { * 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 6e6c4ac102..73164c3ee2 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public class User { * 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 ce4af3e8b9..9032c23424 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public class XmlItem { * 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 class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public class XmlItem { * 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 class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public class XmlItem { * 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 class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public class XmlItem { * 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/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 9cd410caea..35778f5f20 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 class AdditionalPropertiesAnyType extends HashMap { * 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 40ec8821a8..f12a0e3eea 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 class AdditionalPropertiesArray extends HashMap { * 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 1572d5e26a..0724522b6c 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 class AdditionalPropertiesBoolean extends HashMap { * 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 1fb68be349..0476d2af63 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -150,7 +150,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -177,7 +177,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -204,7 +204,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -231,7 +231,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -258,7 +258,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -285,7 +285,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -312,7 +312,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -331,7 +331,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -350,7 +350,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -369,7 +369,7 @@ public class AdditionalPropertiesClass { * 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 6c5869d49a..f31a8c8b80 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 class AdditionalPropertiesInteger extends HashMap { * 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 2ddabab3ad..54e58d5690 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 class AdditionalPropertiesNumber extends HashMap { * 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 57f36622cb..e89246c37c 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 class AdditionalPropertiesObject extends HashMap { * 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 5040129cca..a859ad4c7b 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 class AdditionalPropertiesString extends HashMap { * 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 6cea07ff0a..ac608044d3 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 class Animal { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -77,7 +76,7 @@ public class Animal { * 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 b72cc84541..c3a1a1343e 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 class ArrayOfArrayOfNumberOnly { * 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 adef6e226e..56d8c18f8f 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 class ArrayOfNumberOnly { * 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 99fb1aae1e..c14f12e745 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -99,7 +99,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -126,7 +126,7 @@ public class ArrayTest { * 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 bad598c320..c8e25b928a 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -89,7 +89,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -108,7 +108,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -127,7 +127,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -146,7 +146,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -165,7 +165,7 @@ public class Capitalization { * 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 d7015f214e..cf49fd3e04 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 class Cat extends Animal { * 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 ac93255d17..7d37c97b42 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 class CatAllOf { * 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 665d1deefc..abb54619dc 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -69,7 +69,6 @@ public class Category { * 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 928c12ea45..e72245b091 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 class ClassModel { * 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 017b2fca26..1f649f6855 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 class 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 09c52412f4..81bc53f391 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 class Dog extends Animal { * 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 c62cc1655a..0d6418d5e9 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 class DogAllOf { * 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 af0d449c65..af06ee391b 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -151,7 +151,7 @@ public class EnumArrays { * 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 4a3faa788b..d073d1c207 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -229,7 +229,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -248,7 +247,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -267,7 +266,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -286,7 +285,7 @@ public class EnumTest { * 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 06defab3d5..9ed3ee3649 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -81,7 +81,7 @@ public class FileSchemaTestClass { * 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 c9ec8cfd5f..b65f3d8d14 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 class FormatTest { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -133,7 +133,7 @@ public class FormatTest { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -152,7 +152,7 @@ public class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -173,7 +173,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -194,7 +193,7 @@ public class FormatTest { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -215,7 +214,7 @@ public class FormatTest { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -234,7 +233,7 @@ public class FormatTest { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -253,7 +252,6 @@ public class FormatTest { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -272,7 +270,7 @@ public class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -291,7 +289,6 @@ public class FormatTest { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -310,7 +307,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -329,7 +326,7 @@ public class FormatTest { * 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 class FormatTest { * 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 907592d8e8..78ebe25cb2 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 class HasOnlyReadOnly { * 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 812a680e75..1121f9769c 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -141,7 +141,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -168,7 +168,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -195,7 +195,7 @@ public class MapTest { * 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 815679fe5f..cda964b8c4 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -82,7 +82,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -109,7 +109,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 2a3c0b5965..09d309eb0d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -70,7 +70,7 @@ public class Model200Response { * 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 5ae9239007..352fc17d5f 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -74,7 +74,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -93,7 +93,7 @@ public class ModelApiResponse { * 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 7e3591fe6f..752ed97927 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 class ModelReturn { * 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 47dbe54104..28d4559809 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 class Name { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -75,7 +74,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -90,7 +89,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -104,7 +103,7 @@ public class Name { * 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 c2dcc40b6d..63de10209d 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 class NumberOnly { * 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 f41d6cb7f9..ca5db6e887 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -127,7 +127,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -146,7 +146,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -165,7 +165,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -184,7 +184,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -203,7 +203,7 @@ public class Order { * 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 412283913c..a131baa5f8 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -75,7 +75,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -94,7 +94,7 @@ public class OuterComposite { * 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 0953836a6f..6bd167b2f1 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -140,7 +140,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -159,7 +159,6 @@ public class Pet { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -183,7 +182,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -210,7 +208,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -229,7 +227,7 @@ public class Pet { * 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 b01224ff98..ea1177f44c 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 class ReadOnlyFirst { * 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 0dce1b2135..598db84f6b 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 0aeb3e8642..ce217a2c9a 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -69,7 +69,7 @@ public class Tag { * 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 4c40efd2bd..6a1a1c4600 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -89,7 +88,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -108,7 +106,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -127,7 +124,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -151,7 +147,6 @@ public class TypeHolderDefault { * 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 e24eaa0e19..290f1d2d47 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -89,7 +88,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -108,7 +106,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -127,7 +124,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -151,7 +147,6 @@ public class TypeHolderExample { * 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 13acd447aa..fa805deb3e 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -99,7 +99,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -118,7 +118,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -137,7 +137,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -156,7 +156,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -175,7 +175,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -194,7 +194,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -213,7 +213,7 @@ public class User { * 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 ce8aa206a8..3acfd5ce8f 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -240,7 +240,7 @@ public class XmlItem { * 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 class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -278,7 +278,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -305,7 +305,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -324,7 +324,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -343,7 +343,7 @@ public class XmlItem { * 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 class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -381,7 +381,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -408,7 +408,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -435,7 +435,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -454,7 +454,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -473,7 +473,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -511,7 +511,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -538,7 +538,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -565,7 +565,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -584,7 +584,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -603,7 +603,7 @@ public class XmlItem { * 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 class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -641,7 +641,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -668,7 +668,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -695,7 +695,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -714,7 +714,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -733,7 +733,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -771,7 +771,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -798,7 +798,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -825,7 +825,7 @@ public class XmlItem { * 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/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 1abb2d8a64..69d6a81729 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 class AdditionalPropertiesAnyType extends HashMap { * 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 1821c243e1..0147a592b7 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 class AdditionalPropertiesArray extends HashMap { * 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 78f7ac79b2..89aa511c2a 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 class AdditionalPropertiesBoolean extends HashMap { * 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 406bccc278..cb955d1165 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public class AdditionalPropertiesClass { * 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 6e5159d404..f27ff011de 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 class AdditionalPropertiesInteger extends HashMap { * 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 ddc8146dea..479696fdce 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 class AdditionalPropertiesNumber extends HashMap { * 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 cc29400029..bd569b0da3 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 class AdditionalPropertiesObject extends HashMap { * 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 fb3368dfed..27e03a2313 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 class AdditionalPropertiesString extends HashMap { * 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 53a0eec339..dc16717ac3 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 class Animal { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public class Animal { * 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 de49df3fbd..b670ecb66e 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 class ArrayOfArrayOfNumberOnly { * 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 f4399ff42d..9d6997f88f 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 class ArrayOfNumberOnly { * 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 7483fa96ce..7dc235f0a9 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public class ArrayTest { * 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 bb83be97fe..3f3df29d5d 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public class Capitalization { * 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 ce456c8647..a8108d6f15 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 class Cat extends Animal { * 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 224c08671c..42e9614610 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 class CatAllOf { * 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 03efdd4be8..3eccd2cd92 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public class Category { * 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 def421a670..2aaed27fff 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 class ClassModel { * 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 c0bd0743e5..458e812960 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 class 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 6b79c59606..83f5cb0e27 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 class Dog extends Animal { * 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 1a4496d8f0..d1e1402789 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 class DogAllOf { * 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 40e31bf3ca..368b481f7e 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public class EnumArrays { * 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 d4b36798ee..b365a8a56f 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public class EnumTest { * 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 bee77a8cec..ca73764280 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public class FileSchemaTestClass { * 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 c017f57a80..00d132529e 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 class FormatTest { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public class FormatTest { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public class FormatTest { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public class FormatTest { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public class FormatTest { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public class FormatTest { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -260,7 +258,6 @@ public class FormatTest { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public class FormatTest { * 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 class FormatTest { * 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 44159e08e8..e9453bb6cc 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 class HasOnlyReadOnly { * 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 a7a141bb9b..44cd694057 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public class MapTest { * 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 ea930e3e2e..19d808093c 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 bd3244dd57..39fabeeb6d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public class Model200Response { * 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 ed335cdca1..bb33412951 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public class ModelApiResponse { * 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 04c0bcd33f..9aafb13e04 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 class ModelReturn { * 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 af27c6e45f..9518276dd6 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 class Name { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public class Name { * 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 4e29c814cc..0245e8e210 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 class NumberOnly { * 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 9e935d606e..a9e2986a2f 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public class Order { * 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 f6515126a8..c8bd99011c 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public class OuterComposite { * 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 63e9b4ff5d..a7d92129d7 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public class Pet { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public class Pet { * 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 a2c9e99699..1379ee09ea 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 class ReadOnlyFirst { * 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 a5ddb0b638..869771afad 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 8255ad8298..4bb498aff4 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public class Tag { * 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 d8c7b3efdd..9d0f5b2fbe 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderDefault { * 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 c1d5ea30f8..94d3c57b6f 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderExample { * 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 6e6c4ac102..73164c3ee2 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public class User { * 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 ce4af3e8b9..9032c23424 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public class XmlItem { * 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 class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public class XmlItem { * 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 class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public class XmlItem { * 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 class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public class XmlItem { * 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/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 e98f74f8ae..6639252ccb 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 class AdditionalPropertiesAnyType extends HashMap { * 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 1d86faad3e..2c3f2ca0a4 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 class AdditionalPropertiesArray extends HashMap { * 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 a3b37161da..7c4a5248c0 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 class AdditionalPropertiesBoolean extends HashMap { * 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 8819f4a024..b016f1f377 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -121,7 +121,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -148,7 +148,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -175,7 +175,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -202,7 +202,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -229,7 +229,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -256,7 +256,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -283,7 +283,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -302,7 +302,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -321,7 +321,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -340,7 +340,7 @@ public class AdditionalPropertiesClass { * 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 b8f956cbed..10df3df74c 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 class AdditionalPropertiesInteger extends HashMap { * 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 03d923ab1d..33719cab26 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 class AdditionalPropertiesNumber extends HashMap { * 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 c0e696dbd5..e37e04b01a 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 class AdditionalPropertiesObject extends HashMap { * 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 67e597e3cf..cfbf74f5b3 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 class AdditionalPropertiesString extends HashMap { * 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 1738bdaf47..0a02419dbf 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 class Animal { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -69,7 +68,7 @@ public class Animal { * 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 69c0cacb05..4f016503d4 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 class ArrayOfArrayOfNumberOnly { * 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 a85aa96af7..15d27a21f2 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 class ArrayOfNumberOnly { * 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 986ac5aa17..7f6d476044 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -88,7 +88,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -115,7 +115,7 @@ public class ArrayTest { * 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 36f8853e1c..ef40fe949f 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -81,7 +81,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -100,7 +100,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -119,7 +119,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -138,7 +138,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -157,7 +157,7 @@ public class Capitalization { * 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 965461a8be..c600502f71 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 class Cat extends Animal { * 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 124db9b8ba..29b3658551 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 class CatAllOf { * 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 d4e121847a..1968763722 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,6 @@ public class Category { * 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 cbdd8f317b..52245d7050 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 class ClassModel { * 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 5d9c5c4a71..e5ece3536d 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 class 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 4da9ba4364..d877eb2f37 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 class Dog extends Animal { * 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 e505d1dbc3..54483f2227 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 class DogAllOf { * 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 8748c9fa37..a5aba01d53 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -169,7 +169,7 @@ public class EnumArrays { * 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 1960c24ac2..679584204f 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -270,7 +270,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -289,7 +288,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -308,7 +307,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -327,7 +326,7 @@ public class EnumTest { * 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 3c7fcaabdf..181141b92d 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -75,7 +75,7 @@ public class FileSchemaTestClass { * 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 15f02e32f7..71556d37db 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 class FormatTest { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -118,7 +118,7 @@ public class FormatTest { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -137,7 +137,7 @@ public class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -158,7 +158,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -179,7 +178,7 @@ public class FormatTest { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -200,7 +199,7 @@ public class FormatTest { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -219,7 +218,7 @@ public class FormatTest { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -238,7 +237,6 @@ public class FormatTest { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -257,7 +255,7 @@ public class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -276,7 +274,6 @@ public class FormatTest { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -295,7 +292,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public DateTime getDateTime() { return dateTime; @@ -314,7 +311,7 @@ public class FormatTest { * 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 class FormatTest { * 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 72fcaa8993..02225d278c 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 class HasOnlyReadOnly { * 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 43f0d2e998..329cb4c87b 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -139,7 +139,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -166,7 +166,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -193,7 +193,7 @@ public class MapTest { * 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 2377586030..dd905fbaed 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -75,7 +75,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public DateTime getDateTime() { return dateTime; @@ -102,7 +102,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 0c0fc9710d..3167560a9d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -66,7 +66,7 @@ public class Model200Response { * 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 777b1a8a7c..84d2fcc4d3 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -69,7 +69,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -88,7 +88,7 @@ public class ModelApiResponse { * 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 225df7f4e8..c13f1babe5 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 class ModelReturn { * 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 c5a5691688..221821d4e1 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 class Name { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -69,7 +68,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -84,7 +83,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -98,7 +97,7 @@ public class Name { * 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 00ffd2f67e..9a068c2e1e 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 class NumberOnly { * 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 2fe536b25f..e79f323720 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -131,7 +131,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -150,7 +150,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -169,7 +169,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public DateTime getShipDate() { return shipDate; @@ -188,7 +188,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -207,7 +207,7 @@ public class Order { * 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 9e2a78d57f..690b6bde4b 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -70,7 +70,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -89,7 +89,7 @@ public class OuterComposite { * 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 5ac8165f7f..59fe8406f4 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -134,7 +134,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -153,7 +153,6 @@ public class Pet { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -177,7 +176,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -204,7 +202,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -223,7 +221,7 @@ public class Pet { * 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 23ec5576c0..84780d763a 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 class ReadOnlyFirst { * 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 f4a7d343a7..c6ccd2c33f 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 bce1fc934d..504c51cc3e 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,7 @@ public class Tag { * 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 8c7e1fa55d..8fc321bc0a 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public class TypeHolderDefault { * 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 8315f422ea..d9496cbd79 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public class TypeHolderExample { * 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 3f9eb4bb8a..1aedd044b5 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -89,7 +89,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -108,7 +108,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -127,7 +127,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -146,7 +146,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -165,7 +165,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -184,7 +184,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -203,7 +203,7 @@ public class User { * 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 67910352a7..ea15cdba33 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -176,7 +176,7 @@ public class XmlItem { * 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 class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -214,7 +214,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -241,7 +241,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -260,7 +260,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -279,7 +279,7 @@ public class XmlItem { * 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 class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -317,7 +317,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -344,7 +344,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -371,7 +371,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -390,7 +390,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -409,7 +409,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -447,7 +447,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -474,7 +474,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -501,7 +501,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -520,7 +520,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -539,7 +539,7 @@ public class XmlItem { * 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 class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -577,7 +577,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -604,7 +604,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -631,7 +631,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -650,7 +650,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -669,7 +669,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -707,7 +707,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -734,7 +734,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -761,7 +761,7 @@ public class XmlItem { * 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/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 3c28034de7..3957e297c7 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 class AdditionalPropertiesAnyType extends HashMap { * 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 a1b662902c..2c04404bbc 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 class AdditionalPropertiesArray extends HashMap { * 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 0f73cf6b2b..b8a5822631 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 class AdditionalPropertiesBoolean extends HashMap { * 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 b39b92f916..5587bce61c 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -109,7 +109,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map getMapNumber() { @@ -137,7 +137,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -164,7 +164,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -191,7 +191,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapArrayInteger() { @@ -219,7 +219,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { @@ -247,7 +247,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapMapString() { @@ -275,7 +275,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapMapAnytype() { @@ -295,7 +295,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Object getAnytype1() { @@ -315,7 +315,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Object getAnytype2() { @@ -335,7 +335,7 @@ public class AdditionalPropertiesClass { * 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 eafdd58e5d..f9e8b853c2 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 class AdditionalPropertiesInteger extends HashMap { * 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 c166cbef6d..854dc4c82a 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 class AdditionalPropertiesNumber extends HashMap { * 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 6f7169d2eb..722dc937bb 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 class AdditionalPropertiesObject extends HashMap { * 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 1404d12db6..7681ad996c 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 class AdditionalPropertiesString extends HashMap { * 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 72b233aa45..5354367c55 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 class Animal { * Get className * @return className **/ - @NotNull @ApiModelProperty(required = true, value = "") public String getClassName() { @@ -71,7 +70,7 @@ public class Animal { * 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 dcf7fc9f48..a7c82bc354 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 class ArrayOfArrayOfNumberOnly { * 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 520a394d26..4e77327cd6 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 class ArrayOfNumberOnly { * 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 7ac5804445..6ddf0e1025 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -84,7 +84,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { @@ -112,7 +112,7 @@ public class ArrayTest { * 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 473052d303..7711c16a39 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -74,7 +74,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -93,7 +93,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -112,7 +112,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -131,7 +131,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -150,7 +150,7 @@ public class Capitalization { * 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 a0b8ca3385..19f9190ee9 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 class Cat extends Animal { * 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 997a3ef2f4..c99b9a3398 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 class CatAllOf { * 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 6db06530c3..31476c70b7 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -62,7 +62,6 @@ public class Category { * 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 41049c9bee..4067f2eaf4 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 class ClassModel { * 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 83962ddde1..fd0084ed14 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 class 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 845c7aa339..251c2381ab 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 class Dog extends Animal { * 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 1aa1423a91..15821bf9b6 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 class DogAllOf { * 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 398db61223..85899b20ff 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -142,7 +142,7 @@ public class EnumArrays { * 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 88f0ab2b6e..5c0a43e659 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -216,7 +216,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @NotNull @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { @@ -236,7 +235,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -255,7 +254,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -274,7 +273,7 @@ public class EnumTest { * 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 78595f7854..c68dcd5667 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public java.io.File getFile() { @@ -73,7 +73,7 @@ public class FileSchemaTestClass { * 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 cbd2563773..1a7a30289b 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 class FormatTest { * 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 class FormatTest { * 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 class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -144,7 +144,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @NotNull @Valid @DecimalMin("32.1") @DecimalMax("543.2") @ApiModelProperty(required = true, value = "") @@ -167,7 +166,7 @@ public class FormatTest { * 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 class FormatTest { * 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 class FormatTest { * 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 class FormatTest { * 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 class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public File getBinary() { @@ -266,7 +264,6 @@ public class FormatTest { * Get date * @return date **/ - @NotNull @Valid @ApiModelProperty(required = true, value = "") @@ -287,7 +284,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { @@ -307,7 +304,7 @@ public class FormatTest { * 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 class FormatTest { * 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 17fb98f8e7..0f8354388a 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 class HasOnlyReadOnly { * 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 920717d212..7dcfedc599 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapMapOfString() { @@ -123,7 +123,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -150,7 +150,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -177,7 +177,7 @@ public class MapTest { * 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 fc1d3af28e..f3e7b506de 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public UUID getUuid() { @@ -72,7 +72,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { @@ -100,7 +100,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 ea07d5c6a8..2652b3f75d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -63,7 +63,7 @@ public class Model200Response { * 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 b30186ae73..1439048114 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -65,7 +65,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -84,7 +84,7 @@ public class ModelApiResponse { * 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 a8010bb637..864b466565 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 class ModelReturn { * 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 8f2864ef8f..085892f4d4 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 class Name { * Get name * @return name **/ - @NotNull @ApiModelProperty(required = true, value = "") public Integer getName() { @@ -65,7 +64,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -80,7 +79,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -94,7 +93,7 @@ public class Name { * 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 6ebb9d5231..3c04811b8f 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 class NumberOnly { * 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 b276dea919..a42495c55d 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -112,7 +112,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -131,7 +131,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -150,7 +150,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { @@ -170,7 +170,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -189,7 +189,7 @@ public class Order { * 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 709bad5916..eb24ea692b 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public BigDecimal getMyNumber() { @@ -67,7 +67,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -86,7 +86,7 @@ public class OuterComposite { * 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 a77cad038b..6c7bc70b5d 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -115,7 +115,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Category getCategory() { @@ -135,7 +135,6 @@ public class Pet { * Get name * @return name **/ - @NotNull @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { @@ -160,7 +159,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @NotNull @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { @@ -188,7 +186,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List getTags() { @@ -208,7 +206,7 @@ public class Pet { * 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 b8ec9b5b58..c6f758922c 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 class ReadOnlyFirst { * 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 37405452a3..7d8bc5e833 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 78c198db1f..6c20df9d7e 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -62,7 +62,7 @@ public class Tag { * 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 499efa34b5..6f1c423706 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public String getStringItem() { @@ -75,7 +74,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @NotNull @Valid @ApiModelProperty(required = true, value = "") @@ -96,7 +94,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { @@ -116,7 +113,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { @@ -141,7 +137,6 @@ public class TypeHolderDefault { * 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 70c0b65d80..f1e1e7792a 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @NotNull @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { @@ -75,7 +74,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @NotNull @Valid @ApiModelProperty(example = "1.234", required = true, value = "") @@ -96,7 +94,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @NotNull @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { @@ -116,7 +113,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @NotNull @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { @@ -141,7 +137,6 @@ public class TypeHolderExample { * 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 6baf32249c..3782d8dd84 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -80,7 +80,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -99,7 +99,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -118,7 +118,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -137,7 +137,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -156,7 +156,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -175,7 +175,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -194,7 +194,7 @@ public class User { * 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 71f0e18c5a..e07171cd7c 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -146,7 +146,7 @@ public class XmlItem { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { @@ -166,7 +166,7 @@ public class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -185,7 +185,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -212,7 +212,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -231,7 +231,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -250,7 +250,7 @@ public class XmlItem { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { @@ -270,7 +270,7 @@ public class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -289,7 +289,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -316,7 +316,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -343,7 +343,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -362,7 +362,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -381,7 +381,7 @@ public class XmlItem { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { @@ -401,7 +401,7 @@ public class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -420,7 +420,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -447,7 +447,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -474,7 +474,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -493,7 +493,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -512,7 +512,7 @@ public class XmlItem { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { @@ -532,7 +532,7 @@ public class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -551,7 +551,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -578,7 +578,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -605,7 +605,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -624,7 +624,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -643,7 +643,7 @@ public class XmlItem { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { @@ -663,7 +663,7 @@ public class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -682,7 +682,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -709,7 +709,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -736,7 +736,7 @@ public class XmlItem { * 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/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 3c28034de7..3957e297c7 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 class AdditionalPropertiesAnyType extends HashMap { * 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 a1b662902c..2c04404bbc 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 class AdditionalPropertiesArray extends HashMap { * 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 0f73cf6b2b..b8a5822631 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 class AdditionalPropertiesBoolean extends HashMap { * 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 b39b92f916..5587bce61c 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -109,7 +109,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map getMapNumber() { @@ -137,7 +137,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -164,7 +164,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -191,7 +191,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapArrayInteger() { @@ -219,7 +219,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { @@ -247,7 +247,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapMapString() { @@ -275,7 +275,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapMapAnytype() { @@ -295,7 +295,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Object getAnytype1() { @@ -315,7 +315,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Object getAnytype2() { @@ -335,7 +335,7 @@ public class AdditionalPropertiesClass { * 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 eafdd58e5d..f9e8b853c2 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 class AdditionalPropertiesInteger extends HashMap { * 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 c166cbef6d..854dc4c82a 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 class AdditionalPropertiesNumber extends HashMap { * 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 6f7169d2eb..722dc937bb 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 class AdditionalPropertiesObject extends HashMap { * 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 1404d12db6..7681ad996c 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 class AdditionalPropertiesString extends HashMap { * 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 72b233aa45..5354367c55 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 class Animal { * Get className * @return className **/ - @NotNull @ApiModelProperty(required = true, value = "") public String getClassName() { @@ -71,7 +70,7 @@ public class Animal { * 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 dcf7fc9f48..a7c82bc354 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 class ArrayOfArrayOfNumberOnly { * 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 520a394d26..4e77327cd6 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 class ArrayOfNumberOnly { * 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 7ac5804445..6ddf0e1025 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -84,7 +84,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { @@ -112,7 +112,7 @@ public class ArrayTest { * 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 473052d303..7711c16a39 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -74,7 +74,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -93,7 +93,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -112,7 +112,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -131,7 +131,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -150,7 +150,7 @@ public class Capitalization { * 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 a0b8ca3385..19f9190ee9 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 class Cat extends Animal { * 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 997a3ef2f4..c99b9a3398 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 class CatAllOf { * 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 6db06530c3..31476c70b7 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -62,7 +62,6 @@ public class Category { * 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 41049c9bee..4067f2eaf4 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 class ClassModel { * 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 83962ddde1..fd0084ed14 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 class 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 845c7aa339..251c2381ab 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 class Dog extends Animal { * 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 1aa1423a91..15821bf9b6 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 class DogAllOf { * 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 398db61223..85899b20ff 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -142,7 +142,7 @@ public class EnumArrays { * 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 88f0ab2b6e..5c0a43e659 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -216,7 +216,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @NotNull @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { @@ -236,7 +235,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -255,7 +254,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -274,7 +273,7 @@ public class EnumTest { * 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 78595f7854..c68dcd5667 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public java.io.File getFile() { @@ -73,7 +73,7 @@ public class FileSchemaTestClass { * 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 7ec52a2c7f..8398173042 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 class FormatTest { * 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 class FormatTest { * 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 class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -144,7 +144,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @NotNull @Valid @DecimalMin("32.1") @DecimalMax("543.2") @ApiModelProperty(required = true, value = "") @@ -167,7 +166,7 @@ public class FormatTest { * 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 class FormatTest { * 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 class FormatTest { * 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 class FormatTest { * 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 class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public File getBinary() { @@ -266,7 +264,6 @@ public class FormatTest { * Get date * @return date **/ - @NotNull @Valid @ApiModelProperty(required = true, value = "") @@ -287,7 +284,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { @@ -307,7 +304,7 @@ public class FormatTest { * 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 class FormatTest { * 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 17fb98f8e7..0f8354388a 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 class HasOnlyReadOnly { * 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 920717d212..7dcfedc599 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapMapOfString() { @@ -123,7 +123,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -150,7 +150,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -177,7 +177,7 @@ public class MapTest { * 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 870ceb97f9..29958bbf94 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public UUID getUuid() { @@ -72,7 +72,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { @@ -100,7 +100,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 ea07d5c6a8..2652b3f75d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -63,7 +63,7 @@ public class Model200Response { * 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 b30186ae73..1439048114 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -65,7 +65,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -84,7 +84,7 @@ public class ModelApiResponse { * 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 a8010bb637..864b466565 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 class ModelReturn { * 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 8f2864ef8f..085892f4d4 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 class Name { * Get name * @return name **/ - @NotNull @ApiModelProperty(required = true, value = "") public Integer getName() { @@ -65,7 +64,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -80,7 +79,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -94,7 +93,7 @@ public class Name { * 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 6ebb9d5231..3c04811b8f 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 class NumberOnly { * 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 1f009a45cf..db957a8f0e 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -112,7 +112,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -131,7 +131,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -150,7 +150,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { @@ -170,7 +170,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -189,7 +189,7 @@ public class Order { * 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 709bad5916..eb24ea692b 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public BigDecimal getMyNumber() { @@ -67,7 +67,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -86,7 +86,7 @@ public class OuterComposite { * 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 a77cad038b..6c7bc70b5d 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -115,7 +115,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Category getCategory() { @@ -135,7 +135,6 @@ public class Pet { * Get name * @return name **/ - @NotNull @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { @@ -160,7 +159,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @NotNull @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { @@ -188,7 +186,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List getTags() { @@ -208,7 +206,7 @@ public class Pet { * 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 b8ec9b5b58..c6f758922c 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 class ReadOnlyFirst { * 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 37405452a3..7d8bc5e833 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 78c198db1f..6c20df9d7e 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -62,7 +62,7 @@ public class Tag { * 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 499efa34b5..6f1c423706 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public String getStringItem() { @@ -75,7 +74,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @NotNull @Valid @ApiModelProperty(required = true, value = "") @@ -96,7 +94,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { @@ -116,7 +113,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { @@ -141,7 +137,6 @@ public class TypeHolderDefault { * 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 70c0b65d80..f1e1e7792a 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @NotNull @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { @@ -75,7 +74,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @NotNull @Valid @ApiModelProperty(example = "1.234", required = true, value = "") @@ -96,7 +94,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @NotNull @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { @@ -116,7 +113,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @NotNull @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { @@ -141,7 +137,6 @@ public class TypeHolderExample { * 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 6baf32249c..3782d8dd84 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -80,7 +80,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -99,7 +99,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -118,7 +118,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -137,7 +137,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -156,7 +156,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -175,7 +175,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -194,7 +194,7 @@ public class User { * 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 71f0e18c5a..e07171cd7c 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -146,7 +146,7 @@ public class XmlItem { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { @@ -166,7 +166,7 @@ public class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -185,7 +185,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -212,7 +212,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -231,7 +231,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -250,7 +250,7 @@ public class XmlItem { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { @@ -270,7 +270,7 @@ public class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -289,7 +289,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -316,7 +316,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -343,7 +343,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -362,7 +362,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -381,7 +381,7 @@ public class XmlItem { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { @@ -401,7 +401,7 @@ public class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -420,7 +420,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -447,7 +447,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -474,7 +474,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -493,7 +493,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -512,7 +512,7 @@ public class XmlItem { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { @@ -532,7 +532,7 @@ public class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -551,7 +551,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -578,7 +578,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -605,7 +605,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -624,7 +624,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -643,7 +643,7 @@ public class XmlItem { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { @@ -663,7 +663,7 @@ public class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -682,7 +682,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -709,7 +709,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -736,7 +736,7 @@ public class XmlItem { * 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/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 3c28034de7..3957e297c7 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 class AdditionalPropertiesAnyType extends HashMap { * 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 a1b662902c..2c04404bbc 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 class AdditionalPropertiesArray extends HashMap { * 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 0f73cf6b2b..b8a5822631 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 class AdditionalPropertiesBoolean extends HashMap { * 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 b39b92f916..5587bce61c 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -109,7 +109,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map getMapNumber() { @@ -137,7 +137,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -164,7 +164,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -191,7 +191,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapArrayInteger() { @@ -219,7 +219,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { @@ -247,7 +247,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapMapString() { @@ -275,7 +275,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapMapAnytype() { @@ -295,7 +295,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Object getAnytype1() { @@ -315,7 +315,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Object getAnytype2() { @@ -335,7 +335,7 @@ public class AdditionalPropertiesClass { * 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 eafdd58e5d..f9e8b853c2 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 class AdditionalPropertiesInteger extends HashMap { * 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 c166cbef6d..854dc4c82a 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 class AdditionalPropertiesNumber extends HashMap { * 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 6f7169d2eb..722dc937bb 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 class AdditionalPropertiesObject extends HashMap { * 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 1404d12db6..7681ad996c 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 class AdditionalPropertiesString extends HashMap { * 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 72b233aa45..5354367c55 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 class Animal { * Get className * @return className **/ - @NotNull @ApiModelProperty(required = true, value = "") public String getClassName() { @@ -71,7 +70,7 @@ public class Animal { * 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 dcf7fc9f48..a7c82bc354 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 class ArrayOfArrayOfNumberOnly { * 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 520a394d26..4e77327cd6 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 class ArrayOfNumberOnly { * 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 7ac5804445..6ddf0e1025 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -84,7 +84,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { @@ -112,7 +112,7 @@ public class ArrayTest { * 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 473052d303..7711c16a39 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -74,7 +74,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -93,7 +93,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -112,7 +112,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -131,7 +131,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -150,7 +150,7 @@ public class Capitalization { * 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 a0b8ca3385..19f9190ee9 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 class Cat extends Animal { * 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 997a3ef2f4..c99b9a3398 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 class CatAllOf { * 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 6db06530c3..31476c70b7 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -62,7 +62,6 @@ public class Category { * 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 41049c9bee..4067f2eaf4 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 class ClassModel { * 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 83962ddde1..fd0084ed14 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 class 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 845c7aa339..251c2381ab 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 class Dog extends Animal { * 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 1aa1423a91..15821bf9b6 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 class DogAllOf { * 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 398db61223..85899b20ff 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -142,7 +142,7 @@ public class EnumArrays { * 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 88f0ab2b6e..5c0a43e659 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -216,7 +216,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @NotNull @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { @@ -236,7 +235,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -255,7 +254,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -274,7 +273,7 @@ public class EnumTest { * 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 78595f7854..c68dcd5667 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public java.io.File getFile() { @@ -73,7 +73,7 @@ public class FileSchemaTestClass { * 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 7ec52a2c7f..8398173042 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 class FormatTest { * 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 class FormatTest { * 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 class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -144,7 +144,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @NotNull @Valid @DecimalMin("32.1") @DecimalMax("543.2") @ApiModelProperty(required = true, value = "") @@ -167,7 +166,7 @@ public class FormatTest { * 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 class FormatTest { * 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 class FormatTest { * 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 class FormatTest { * 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 class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public File getBinary() { @@ -266,7 +264,6 @@ public class FormatTest { * Get date * @return date **/ - @NotNull @Valid @ApiModelProperty(required = true, value = "") @@ -287,7 +284,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { @@ -307,7 +304,7 @@ public class FormatTest { * 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 class FormatTest { * 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 17fb98f8e7..0f8354388a 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 class HasOnlyReadOnly { * 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 920717d212..7dcfedc599 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Map> getMapMapOfString() { @@ -123,7 +123,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -150,7 +150,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -177,7 +177,7 @@ public class MapTest { * 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 870ceb97f9..29958bbf94 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public UUID getUuid() { @@ -72,7 +72,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { @@ -100,7 +100,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 ea07d5c6a8..2652b3f75d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -63,7 +63,7 @@ public class Model200Response { * 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 b30186ae73..1439048114 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -65,7 +65,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -84,7 +84,7 @@ public class ModelApiResponse { * 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 a8010bb637..864b466565 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 class ModelReturn { * 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 8f2864ef8f..085892f4d4 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 class Name { * Get name * @return name **/ - @NotNull @ApiModelProperty(required = true, value = "") public Integer getName() { @@ -65,7 +64,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -80,7 +79,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -94,7 +93,7 @@ public class Name { * 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 6ebb9d5231..3c04811b8f 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 class NumberOnly { * 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 1f009a45cf..db957a8f0e 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -112,7 +112,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -131,7 +131,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -150,7 +150,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { @@ -170,7 +170,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -189,7 +189,7 @@ public class Order { * 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 709bad5916..eb24ea692b 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public BigDecimal getMyNumber() { @@ -67,7 +67,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -86,7 +86,7 @@ public class OuterComposite { * 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 a77cad038b..6c7bc70b5d 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -115,7 +115,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public Category getCategory() { @@ -135,7 +135,6 @@ public class Pet { * Get name * @return name **/ - @NotNull @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { @@ -160,7 +159,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @NotNull @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { @@ -188,7 +186,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(value = "") public List getTags() { @@ -208,7 +206,7 @@ public class Pet { * 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 b8ec9b5b58..c6f758922c 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 class ReadOnlyFirst { * 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 37405452a3..7d8bc5e833 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 78c198db1f..6c20df9d7e 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -62,7 +62,7 @@ public class Tag { * 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 499efa34b5..6f1c423706 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public String getStringItem() { @@ -75,7 +74,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @NotNull @Valid @ApiModelProperty(required = true, value = "") @@ -96,7 +94,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { @@ -116,7 +113,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @NotNull @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { @@ -141,7 +137,6 @@ public class TypeHolderDefault { * 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 70c0b65d80..f1e1e7792a 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @NotNull @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { @@ -75,7 +74,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @NotNull @Valid @ApiModelProperty(example = "1.234", required = true, value = "") @@ -96,7 +94,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @NotNull @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { @@ -116,7 +113,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @NotNull @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { @@ -141,7 +137,6 @@ public class TypeHolderExample { * 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 6baf32249c..3782d8dd84 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -80,7 +80,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -99,7 +99,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -118,7 +118,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -137,7 +137,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -156,7 +156,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -175,7 +175,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -194,7 +194,7 @@ public class User { * 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 71f0e18c5a..e07171cd7c 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -146,7 +146,7 @@ public class XmlItem { * Get attributeNumber * @return attributeNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getAttributeNumber() { @@ -166,7 +166,7 @@ public class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -185,7 +185,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -212,7 +212,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -231,7 +231,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -250,7 +250,7 @@ public class XmlItem { * Get nameNumber * @return nameNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNameNumber() { @@ -270,7 +270,7 @@ public class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -289,7 +289,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -316,7 +316,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -343,7 +343,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -362,7 +362,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -381,7 +381,7 @@ public class XmlItem { * Get prefixNumber * @return prefixNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNumber() { @@ -401,7 +401,7 @@ public class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -420,7 +420,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -447,7 +447,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -474,7 +474,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -493,7 +493,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -512,7 +512,7 @@ public class XmlItem { * Get namespaceNumber * @return namespaceNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getNamespaceNumber() { @@ -532,7 +532,7 @@ public class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -551,7 +551,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -578,7 +578,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -605,7 +605,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -624,7 +624,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -643,7 +643,7 @@ public class XmlItem { * Get prefixNsNumber * @return prefixNsNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @Valid @ApiModelProperty(example = "1.234", value = "") public BigDecimal getPrefixNsNumber() { @@ -663,7 +663,7 @@ public class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -682,7 +682,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -709,7 +709,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -736,7 +736,7 @@ public class XmlItem { * 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 e98f74f8ae..6639252ccb 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 class AdditionalPropertiesAnyType extends HashMap { * 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 1d86faad3e..2c3f2ca0a4 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 class AdditionalPropertiesArray extends HashMap { * 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 a3b37161da..7c4a5248c0 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 class AdditionalPropertiesBoolean extends HashMap { * 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 8819f4a024..b016f1f377 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -121,7 +121,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -148,7 +148,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -175,7 +175,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -202,7 +202,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -229,7 +229,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -256,7 +256,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -283,7 +283,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -302,7 +302,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -321,7 +321,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -340,7 +340,7 @@ public class AdditionalPropertiesClass { * 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 b8f956cbed..10df3df74c 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 class AdditionalPropertiesInteger extends HashMap { * 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 03d923ab1d..33719cab26 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 class AdditionalPropertiesNumber extends HashMap { * 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 c0e696dbd5..e37e04b01a 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 class AdditionalPropertiesObject extends HashMap { * 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 67e597e3cf..cfbf74f5b3 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 class AdditionalPropertiesString extends HashMap { * 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 1738bdaf47..0a02419dbf 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 class Animal { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -69,7 +68,7 @@ public class Animal { * 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 69c0cacb05..4f016503d4 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 class ArrayOfArrayOfNumberOnly { * 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 a85aa96af7..15d27a21f2 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 class ArrayOfNumberOnly { * 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 986ac5aa17..7f6d476044 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -88,7 +88,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -115,7 +115,7 @@ public class ArrayTest { * 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 36f8853e1c..ef40fe949f 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -81,7 +81,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -100,7 +100,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -119,7 +119,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -138,7 +138,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -157,7 +157,7 @@ public class Capitalization { * 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 965461a8be..c600502f71 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 class Cat extends Animal { * 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 124db9b8ba..29b3658551 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 class CatAllOf { * 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 d4e121847a..1968763722 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,6 @@ public class Category { * 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 cbdd8f317b..52245d7050 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 class ClassModel { * 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 5d9c5c4a71..e5ece3536d 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 class 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 4da9ba4364..d877eb2f37 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 class Dog extends Animal { * 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 e505d1dbc3..54483f2227 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 class DogAllOf { * 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 8748c9fa37..a5aba01d53 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -169,7 +169,7 @@ public class EnumArrays { * 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 1960c24ac2..679584204f 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -270,7 +270,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -289,7 +288,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -308,7 +307,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -327,7 +326,7 @@ public class EnumTest { * 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 3c7fcaabdf..181141b92d 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -75,7 +75,7 @@ public class FileSchemaTestClass { * 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 e7b28a4737..583b12a0eb 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 class FormatTest { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -118,7 +118,7 @@ public class FormatTest { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -137,7 +137,7 @@ public class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -158,7 +158,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -179,7 +178,7 @@ public class FormatTest { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -200,7 +199,7 @@ public class FormatTest { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -219,7 +218,7 @@ public class FormatTest { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -238,7 +237,6 @@ public class FormatTest { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -257,7 +255,7 @@ public class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -276,7 +274,6 @@ public class FormatTest { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -295,7 +292,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -314,7 +311,7 @@ public class FormatTest { * 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 class FormatTest { * 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 72fcaa8993..02225d278c 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 class HasOnlyReadOnly { * 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 43f0d2e998..329cb4c87b 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -139,7 +139,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -166,7 +166,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -193,7 +193,7 @@ public class MapTest { * 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 78d80bd7f0..1826c8b064 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -75,7 +75,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -102,7 +102,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 0c0fc9710d..3167560a9d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -66,7 +66,7 @@ public class Model200Response { * 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 777b1a8a7c..84d2fcc4d3 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -69,7 +69,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -88,7 +88,7 @@ public class ModelApiResponse { * 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 225df7f4e8..c13f1babe5 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 class ModelReturn { * 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 c5a5691688..221821d4e1 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 class Name { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -69,7 +68,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -84,7 +83,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -98,7 +97,7 @@ public class Name { * 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 00ffd2f67e..9a068c2e1e 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 class NumberOnly { * 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 cfb3d04776..9ee41b5b8a 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -131,7 +131,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -150,7 +150,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -169,7 +169,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -188,7 +188,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -207,7 +207,7 @@ public class Order { * 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 9e2a78d57f..690b6bde4b 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -70,7 +70,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -89,7 +89,7 @@ public class OuterComposite { * 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 5ac8165f7f..59fe8406f4 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -134,7 +134,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -153,7 +153,6 @@ public class Pet { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -177,7 +176,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -204,7 +202,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -223,7 +221,7 @@ public class Pet { * 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 23ec5576c0..84780d763a 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 class ReadOnlyFirst { * 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 f4a7d343a7..c6ccd2c33f 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 bce1fc934d..504c51cc3e 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,7 @@ public class Tag { * 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 8c7e1fa55d..8fc321bc0a 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public class TypeHolderDefault { * 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 8315f422ea..d9496cbd79 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public class TypeHolderExample { * 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 3f9eb4bb8a..1aedd044b5 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -89,7 +89,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -108,7 +108,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -127,7 +127,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -146,7 +146,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -165,7 +165,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -184,7 +184,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -203,7 +203,7 @@ public class User { * 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 67910352a7..ea15cdba33 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -176,7 +176,7 @@ public class XmlItem { * 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 class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -214,7 +214,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -241,7 +241,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -260,7 +260,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -279,7 +279,7 @@ public class XmlItem { * 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 class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -317,7 +317,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -344,7 +344,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -371,7 +371,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -390,7 +390,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -409,7 +409,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -447,7 +447,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -474,7 +474,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -501,7 +501,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -520,7 +520,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -539,7 +539,7 @@ public class XmlItem { * 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 class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -577,7 +577,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -604,7 +604,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -631,7 +631,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -650,7 +650,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -669,7 +669,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -707,7 +707,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -734,7 +734,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -761,7 +761,7 @@ public class XmlItem { * 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 e98f74f8ae..6639252ccb 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 class AdditionalPropertiesAnyType extends HashMap { * 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 1d86faad3e..2c3f2ca0a4 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 class AdditionalPropertiesArray extends HashMap { * 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 a3b37161da..7c4a5248c0 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 class AdditionalPropertiesBoolean extends HashMap { * 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 8819f4a024..b016f1f377 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -121,7 +121,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -148,7 +148,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -175,7 +175,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -202,7 +202,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -229,7 +229,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -256,7 +256,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -283,7 +283,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -302,7 +302,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -321,7 +321,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -340,7 +340,7 @@ public class AdditionalPropertiesClass { * 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 b8f956cbed..10df3df74c 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 class AdditionalPropertiesInteger extends HashMap { * 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 03d923ab1d..33719cab26 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 class AdditionalPropertiesNumber extends HashMap { * 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 c0e696dbd5..e37e04b01a 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 class AdditionalPropertiesObject extends HashMap { * 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 67e597e3cf..cfbf74f5b3 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 class AdditionalPropertiesString extends HashMap { * 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 1738bdaf47..0a02419dbf 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 class Animal { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -69,7 +68,7 @@ public class Animal { * 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 69c0cacb05..4f016503d4 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 class ArrayOfArrayOfNumberOnly { * 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 a85aa96af7..15d27a21f2 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 class ArrayOfNumberOnly { * 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 986ac5aa17..7f6d476044 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -88,7 +88,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -115,7 +115,7 @@ public class ArrayTest { * 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 36f8853e1c..ef40fe949f 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -81,7 +81,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -100,7 +100,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -119,7 +119,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -138,7 +138,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -157,7 +157,7 @@ public class Capitalization { * 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 965461a8be..c600502f71 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 class Cat extends Animal { * 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 124db9b8ba..29b3658551 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 class CatAllOf { * 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 d4e121847a..1968763722 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,6 @@ public class Category { * 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 cbdd8f317b..52245d7050 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 class ClassModel { * 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 5d9c5c4a71..e5ece3536d 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 class 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 4da9ba4364..d877eb2f37 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 class Dog extends Animal { * 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 e505d1dbc3..54483f2227 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 class DogAllOf { * 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 8748c9fa37..a5aba01d53 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -169,7 +169,7 @@ public class EnumArrays { * 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 1960c24ac2..679584204f 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -270,7 +270,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -289,7 +288,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -308,7 +307,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -327,7 +326,7 @@ public class EnumTest { * 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 3c7fcaabdf..181141b92d 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -75,7 +75,7 @@ public class FileSchemaTestClass { * 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 e7b28a4737..583b12a0eb 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 class FormatTest { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -118,7 +118,7 @@ public class FormatTest { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -137,7 +137,7 @@ public class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -158,7 +158,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -179,7 +178,7 @@ public class FormatTest { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -200,7 +199,7 @@ public class FormatTest { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -219,7 +218,7 @@ public class FormatTest { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -238,7 +237,6 @@ public class FormatTest { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -257,7 +255,7 @@ public class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -276,7 +274,6 @@ public class FormatTest { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -295,7 +292,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -314,7 +311,7 @@ public class FormatTest { * 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 class FormatTest { * 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 72fcaa8993..02225d278c 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 class HasOnlyReadOnly { * 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 43f0d2e998..329cb4c87b 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -139,7 +139,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -166,7 +166,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -193,7 +193,7 @@ public class MapTest { * 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 78d80bd7f0..1826c8b064 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -75,7 +75,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -102,7 +102,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 0c0fc9710d..3167560a9d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -66,7 +66,7 @@ public class Model200Response { * 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 777b1a8a7c..84d2fcc4d3 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -69,7 +69,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -88,7 +88,7 @@ public class ModelApiResponse { * 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 225df7f4e8..c13f1babe5 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 class ModelReturn { * 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 c5a5691688..221821d4e1 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 class Name { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -69,7 +68,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -84,7 +83,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -98,7 +97,7 @@ public class Name { * 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 00ffd2f67e..9a068c2e1e 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 class NumberOnly { * 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 cfb3d04776..9ee41b5b8a 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -131,7 +131,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -150,7 +150,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -169,7 +169,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -188,7 +188,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -207,7 +207,7 @@ public class Order { * 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 9e2a78d57f..690b6bde4b 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -70,7 +70,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -89,7 +89,7 @@ public class OuterComposite { * 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 5ac8165f7f..59fe8406f4 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -134,7 +134,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -153,7 +153,6 @@ public class Pet { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -177,7 +176,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -204,7 +202,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -223,7 +221,7 @@ public class Pet { * 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 23ec5576c0..84780d763a 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 class ReadOnlyFirst { * 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 f4a7d343a7..c6ccd2c33f 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 bce1fc934d..504c51cc3e 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,7 @@ public class Tag { * 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 8c7e1fa55d..8fc321bc0a 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public class TypeHolderDefault { * 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 8315f422ea..d9496cbd79 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public class TypeHolderExample { * 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 3f9eb4bb8a..1aedd044b5 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -89,7 +89,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -108,7 +108,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -127,7 +127,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -146,7 +146,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -165,7 +165,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -184,7 +184,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -203,7 +203,7 @@ public class User { * 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 67910352a7..ea15cdba33 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -176,7 +176,7 @@ public class XmlItem { * 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 class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -214,7 +214,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -241,7 +241,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -260,7 +260,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -279,7 +279,7 @@ public class XmlItem { * 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 class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -317,7 +317,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -344,7 +344,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -371,7 +371,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -390,7 +390,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -409,7 +409,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -447,7 +447,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -474,7 +474,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -501,7 +501,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -520,7 +520,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -539,7 +539,7 @@ public class XmlItem { * 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 class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -577,7 +577,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -604,7 +604,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -631,7 +631,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -650,7 +650,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -669,7 +669,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -707,7 +707,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -734,7 +734,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -761,7 +761,7 @@ public class XmlItem { * 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 e98f74f8ae..6639252ccb 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 class AdditionalPropertiesAnyType extends HashMap { * 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 1d86faad3e..2c3f2ca0a4 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 class AdditionalPropertiesArray extends HashMap { * 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 a3b37161da..7c4a5248c0 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 class AdditionalPropertiesBoolean extends HashMap { * 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 8819f4a024..b016f1f377 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -121,7 +121,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -148,7 +148,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -175,7 +175,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -202,7 +202,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -229,7 +229,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -256,7 +256,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -283,7 +283,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -302,7 +302,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -321,7 +321,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -340,7 +340,7 @@ public class AdditionalPropertiesClass { * 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 b8f956cbed..10df3df74c 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 class AdditionalPropertiesInteger extends HashMap { * 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 03d923ab1d..33719cab26 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 class AdditionalPropertiesNumber extends HashMap { * 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 c0e696dbd5..e37e04b01a 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 class AdditionalPropertiesObject extends HashMap { * 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 67e597e3cf..cfbf74f5b3 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 class AdditionalPropertiesString extends HashMap { * 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 1738bdaf47..0a02419dbf 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 class Animal { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -69,7 +68,7 @@ public class Animal { * 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 69c0cacb05..4f016503d4 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 class ArrayOfArrayOfNumberOnly { * 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 a85aa96af7..15d27a21f2 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 class ArrayOfNumberOnly { * 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 986ac5aa17..7f6d476044 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -88,7 +88,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -115,7 +115,7 @@ public class ArrayTest { * 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 36f8853e1c..ef40fe949f 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -81,7 +81,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -100,7 +100,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -119,7 +119,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -138,7 +138,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -157,7 +157,7 @@ public class Capitalization { * 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 965461a8be..c600502f71 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 class Cat extends Animal { * 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 124db9b8ba..29b3658551 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 class CatAllOf { * 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 d4e121847a..1968763722 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,6 @@ public class Category { * 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 cbdd8f317b..52245d7050 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 class ClassModel { * 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 5d9c5c4a71..e5ece3536d 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 class 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 4da9ba4364..d877eb2f37 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 class Dog extends Animal { * 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 e505d1dbc3..54483f2227 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 class DogAllOf { * 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 8748c9fa37..a5aba01d53 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -169,7 +169,7 @@ public class EnumArrays { * 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 1960c24ac2..679584204f 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -270,7 +270,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -289,7 +288,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -308,7 +307,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -327,7 +326,7 @@ public class EnumTest { * 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 3c7fcaabdf..181141b92d 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -75,7 +75,7 @@ public class FileSchemaTestClass { * 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 e7b28a4737..583b12a0eb 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 class FormatTest { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -118,7 +118,7 @@ public class FormatTest { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -137,7 +137,7 @@ public class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -158,7 +158,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -179,7 +178,7 @@ public class FormatTest { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -200,7 +199,7 @@ public class FormatTest { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -219,7 +218,7 @@ public class FormatTest { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -238,7 +237,6 @@ public class FormatTest { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -257,7 +255,7 @@ public class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -276,7 +274,6 @@ public class FormatTest { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -295,7 +292,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -314,7 +311,7 @@ public class FormatTest { * 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 class FormatTest { * 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 72fcaa8993..02225d278c 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 class HasOnlyReadOnly { * 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 43f0d2e998..329cb4c87b 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -139,7 +139,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -166,7 +166,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -193,7 +193,7 @@ public class MapTest { * 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 78d80bd7f0..1826c8b064 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -75,7 +75,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -102,7 +102,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 0c0fc9710d..3167560a9d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -66,7 +66,7 @@ public class Model200Response { * 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 777b1a8a7c..84d2fcc4d3 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -69,7 +69,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -88,7 +88,7 @@ public class ModelApiResponse { * 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 225df7f4e8..c13f1babe5 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 class ModelReturn { * 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 c5a5691688..221821d4e1 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 class Name { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -69,7 +68,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -84,7 +83,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -98,7 +97,7 @@ public class Name { * 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 00ffd2f67e..9a068c2e1e 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 class NumberOnly { * 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 cfb3d04776..9ee41b5b8a 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -131,7 +131,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -150,7 +150,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -169,7 +169,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -188,7 +188,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -207,7 +207,7 @@ public class Order { * 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 9e2a78d57f..690b6bde4b 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -70,7 +70,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -89,7 +89,7 @@ public class OuterComposite { * 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 5ac8165f7f..59fe8406f4 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -134,7 +134,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -153,7 +153,6 @@ public class Pet { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -177,7 +176,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -204,7 +202,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -223,7 +221,7 @@ public class Pet { * 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 23ec5576c0..84780d763a 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 class ReadOnlyFirst { * 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 f4a7d343a7..c6ccd2c33f 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 bce1fc934d..504c51cc3e 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -65,7 +65,7 @@ public class Tag { * 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 8c7e1fa55d..8fc321bc0a 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public class TypeHolderDefault { * 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 8315f422ea..d9496cbd79 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -80,7 +79,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -99,7 +97,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -118,7 +115,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -142,7 +138,6 @@ public class TypeHolderExample { * 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 3f9eb4bb8a..1aedd044b5 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -89,7 +89,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -108,7 +108,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -127,7 +127,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -146,7 +146,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -165,7 +165,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -184,7 +184,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -203,7 +203,7 @@ public class User { * 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 67910352a7..ea15cdba33 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -176,7 +176,7 @@ public class XmlItem { * 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 class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -214,7 +214,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -241,7 +241,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -260,7 +260,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -279,7 +279,7 @@ public class XmlItem { * 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 class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -317,7 +317,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -344,7 +344,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -371,7 +371,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -390,7 +390,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -409,7 +409,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -447,7 +447,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -474,7 +474,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -501,7 +501,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -520,7 +520,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -539,7 +539,7 @@ public class XmlItem { * 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 class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -577,7 +577,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -604,7 +604,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -631,7 +631,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -650,7 +650,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -669,7 +669,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -707,7 +707,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -734,7 +734,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -761,7 +761,7 @@ public class XmlItem { * 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 1abb2d8a64..69d6a81729 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 class AdditionalPropertiesAnyType extends HashMap { * 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 1821c243e1..0147a592b7 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 class AdditionalPropertiesArray extends HashMap { * 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 78f7ac79b2..89aa511c2a 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 class AdditionalPropertiesBoolean extends HashMap { * 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 fc52759bc8..ecb4e102ea 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public class AdditionalPropertiesClass { * 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 6e5159d404..f27ff011de 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 class AdditionalPropertiesInteger extends HashMap { * 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 ddc8146dea..479696fdce 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 class AdditionalPropertiesNumber extends HashMap { * 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 cc29400029..bd569b0da3 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 class AdditionalPropertiesObject extends HashMap { * 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 fb3368dfed..27e03a2313 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 class AdditionalPropertiesString extends HashMap { * 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 53a0eec339..dc16717ac3 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 class Animal { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public class Animal { * 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 49b5c55250..66e9fba5d7 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 class ArrayOfArrayOfNumberOnly { * 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 ef2555974d..9f5b467a31 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 class ArrayOfNumberOnly { * 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 b6b98aa275..7ac6788089 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public class ArrayTest { * 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 bb83be97fe..3f3df29d5d 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public class Capitalization { * 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 ce456c8647..a8108d6f15 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 class Cat extends Animal { * 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 224c08671c..42e9614610 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 class CatAllOf { * 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 03efdd4be8..3eccd2cd92 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public class Category { * 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 def421a670..2aaed27fff 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 class ClassModel { * 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 c0bd0743e5..458e812960 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 class 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 6b79c59606..83f5cb0e27 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 class Dog extends Animal { * 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 1a4496d8f0..d1e1402789 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 class DogAllOf { * 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 fff7f65c72..a3bd1af472 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public class EnumArrays { * 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 d4b36798ee..b365a8a56f 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public class EnumTest { * 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 ebbb0fb9f3..ad8cf751e1 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public class FileSchemaTestClass { * 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 4c976d9981..b08bc944dd 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 class FormatTest { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public class FormatTest { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public class FormatTest { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public class FormatTest { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public class FormatTest { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public class FormatTest { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public AsyncFile getBinary() { return binary; @@ -260,7 +258,6 @@ public class FormatTest { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public class FormatTest { * 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 class FormatTest { * 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 44159e08e8..e9453bb6cc 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 class HasOnlyReadOnly { * 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 2caabbea07..b0d3e04bb6 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public class MapTest { * 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 8d97329c31..fed78a2162 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 bd3244dd57..39fabeeb6d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public class Model200Response { * 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 ed335cdca1..bb33412951 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public class ModelApiResponse { * 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 04c0bcd33f..9aafb13e04 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 class ModelReturn { * 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 af27c6e45f..9518276dd6 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 class Name { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public class Name { * 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 4e29c814cc..0245e8e210 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 class NumberOnly { * 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 1735b41d31..594c76e484 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public class Order { * 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 f6515126a8..c8bd99011c 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public class OuterComposite { * 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 ace85c42aa..08f3773756 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public class Pet { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public class Pet { * 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 a2c9e99699..1379ee09ea 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 class ReadOnlyFirst { * 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 a5ddb0b638..869771afad 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 8255ad8298..4bb498aff4 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public class Tag { * 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 786a681fb3..3c6488d270 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderDefault { * 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 701e4db843..812b5839aa 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderExample { * 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 6e6c4ac102..73164c3ee2 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public class User { * 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 2af459e5ae..aa7ff22ccd 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public class XmlItem { * 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 class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public class XmlItem { * 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 class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public class XmlItem { * 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 class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public class XmlItem { * 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/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 1abb2d8a64..69d6a81729 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 class AdditionalPropertiesAnyType extends HashMap { * 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 1821c243e1..0147a592b7 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 class AdditionalPropertiesArray extends HashMap { * 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 78f7ac79b2..89aa511c2a 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 class AdditionalPropertiesBoolean extends HashMap { * 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 fc52759bc8..ecb4e102ea 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 class AdditionalPropertiesClass { * Get mapString * @return mapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapString() { return mapString; @@ -107,7 +107,7 @@ public class AdditionalPropertiesClass { * Get mapNumber * @return mapNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapNumber() { return mapNumber; @@ -134,7 +134,7 @@ public class AdditionalPropertiesClass { * Get mapInteger * @return mapInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapInteger() { return mapInteger; @@ -161,7 +161,7 @@ public class AdditionalPropertiesClass { * Get mapBoolean * @return mapBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapBoolean() { return mapBoolean; @@ -188,7 +188,7 @@ public class AdditionalPropertiesClass { * Get mapArrayInteger * @return mapArrayInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayInteger() { return mapArrayInteger; @@ -215,7 +215,7 @@ public class AdditionalPropertiesClass { * Get mapArrayAnytype * @return mapArrayAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapArrayAnytype() { return mapArrayAnytype; @@ -242,7 +242,7 @@ public class AdditionalPropertiesClass { * Get mapMapString * @return mapMapString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapString() { return mapMapString; @@ -269,7 +269,7 @@ public class AdditionalPropertiesClass { * Get mapMapAnytype * @return mapMapAnytype **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapAnytype() { return mapMapAnytype; @@ -288,7 +288,7 @@ public class AdditionalPropertiesClass { * Get anytype1 * @return anytype1 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype1() { return anytype1; @@ -307,7 +307,7 @@ public class AdditionalPropertiesClass { * Get anytype2 * @return anytype2 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Object getAnytype2() { return anytype2; @@ -326,7 +326,7 @@ public class AdditionalPropertiesClass { * 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 6e5159d404..f27ff011de 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 class AdditionalPropertiesInteger extends HashMap { * 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 ddc8146dea..479696fdce 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 class AdditionalPropertiesNumber extends HashMap { * 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 cc29400029..bd569b0da3 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 class AdditionalPropertiesObject extends HashMap { * 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 fb3368dfed..27e03a2313 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 class AdditionalPropertiesString extends HashMap { * 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 53a0eec339..dc16717ac3 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 class Animal { * Get className * @return className **/ - @ApiModelProperty(required = true, value = "") public String getClassName() { return className; @@ -68,7 +67,7 @@ public class Animal { * 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 49b5c55250..66e9fba5d7 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 class ArrayOfArrayOfNumberOnly { * 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 ef2555974d..9f5b467a31 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 class ArrayOfNumberOnly { * 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 b6b98aa275..7ac6788089 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 class ArrayTest { * Get arrayOfString * @return arrayOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getArrayOfString() { return arrayOfString; @@ -82,7 +82,7 @@ public class ArrayTest { * Get arrayArrayOfInteger * @return arrayArrayOfInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List> getArrayArrayOfInteger() { return arrayArrayOfInteger; @@ -109,7 +109,7 @@ public class ArrayTest { * 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 bb83be97fe..3f3df29d5d 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 class Capitalization { * Get smallCamel * @return smallCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallCamel() { return smallCamel; @@ -72,7 +72,7 @@ public class Capitalization { * Get capitalCamel * @return capitalCamel **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalCamel() { return capitalCamel; @@ -91,7 +91,7 @@ public class Capitalization { * Get smallSnake * @return smallSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getSmallSnake() { return smallSnake; @@ -110,7 +110,7 @@ public class Capitalization { * Get capitalSnake * @return capitalSnake **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getCapitalSnake() { return capitalSnake; @@ -129,7 +129,7 @@ public class Capitalization { * Get scAETHFlowPoints * @return scAETHFlowPoints **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getScAETHFlowPoints() { return scAETHFlowPoints; @@ -148,7 +148,7 @@ public class Capitalization { * 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 ce456c8647..a8108d6f15 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 class Cat extends Animal { * 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 224c08671c..42e9614610 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 class CatAllOf { * 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 03efdd4be8..3eccd2cd92 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 class Category { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,6 @@ public class Category { * 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 def421a670..2aaed27fff 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 class ClassModel { * 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 c0bd0743e5..458e812960 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 class 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 6b79c59606..83f5cb0e27 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 class Dog extends Animal { * 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 1a4496d8f0..d1e1402789 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 class DogAllOf { * 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 fff7f65c72..a3bd1af472 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 class EnumArrays { * Get justSymbol * @return justSymbol **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public JustSymbolEnum getJustSymbol() { return justSymbol; @@ -140,7 +140,7 @@ public class EnumArrays { * 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 d4b36798ee..b365a8a56f 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 class EnumTest { * Get enumString * @return enumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumStringEnum getEnumString() { return enumString; @@ -214,7 +214,6 @@ public class EnumTest { * Get enumStringRequired * @return enumStringRequired **/ - @ApiModelProperty(required = true, value = "") public EnumStringRequiredEnum getEnumStringRequired() { return enumStringRequired; @@ -233,7 +232,7 @@ public class EnumTest { * Get enumInteger * @return enumInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumIntegerEnum getEnumInteger() { return enumInteger; @@ -252,7 +251,7 @@ public class EnumTest { * Get enumNumber * @return enumNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public EnumNumberEnum getEnumNumber() { return enumNumber; @@ -271,7 +270,7 @@ public class EnumTest { * 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 ebbb0fb9f3..ad8cf751e1 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 class FileSchemaTestClass { * Get file * @return file **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public java.io.File getFile() { return file; @@ -70,7 +70,7 @@ public class FileSchemaTestClass { * 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 518432caff..8d075e26ba 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 class FormatTest { * maximum: 100 * @return integer **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInteger() { return integer; @@ -102,7 +102,7 @@ public class FormatTest { * maximum: 200 * @return int32 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getInt32() { return int32; @@ -121,7 +121,7 @@ public class FormatTest { * Get int64 * @return int64 **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getInt64() { return int64; @@ -142,7 +142,6 @@ public class FormatTest { * maximum: 543.2 * @return number **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumber() { return number; @@ -163,7 +162,7 @@ public class FormatTest { * maximum: 987.6 * @return _float **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Float getFloat() { return _float; @@ -184,7 +183,7 @@ public class FormatTest { * maximum: 123.4 * @return _double **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Double getDouble() { return _double; @@ -203,7 +202,7 @@ public class FormatTest { * Get string * @return string **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getString() { return string; @@ -222,7 +221,6 @@ public class FormatTest { * Get _byte * @return _byte **/ - @ApiModelProperty(required = true, value = "") public byte[] getByte() { return _byte; @@ -241,7 +239,7 @@ public class FormatTest { * Get binary * @return binary **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public File getBinary() { return binary; @@ -260,7 +258,6 @@ public class FormatTest { * Get date * @return date **/ - @ApiModelProperty(required = true, value = "") public LocalDate getDate() { return date; @@ -279,7 +276,7 @@ public class FormatTest { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -298,7 +295,7 @@ public class FormatTest { * 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 class FormatTest { * 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 44159e08e8..e9453bb6cc 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 class HasOnlyReadOnly { * 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 2caabbea07..b0d3e04bb6 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 class MapTest { * Get mapMapOfString * @return mapMapOfString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map> getMapMapOfString() { return mapMapOfString; @@ -120,7 +120,7 @@ public class MapTest { * Get mapOfEnumString * @return mapOfEnumString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getMapOfEnumString() { return mapOfEnumString; @@ -147,7 +147,7 @@ public class MapTest { * Get directMap * @return directMap **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Map getDirectMap() { return directMap; @@ -174,7 +174,7 @@ public class MapTest { * 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 8d97329c31..fed78a2162 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 class MixedPropertiesAndAdditionalPropertiesClass { * Get uuid * @return uuid **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public UUID getUuid() { return uuid; @@ -69,7 +69,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * Get dateTime * @return dateTime **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getDateTime() { return dateTime; @@ -96,7 +96,7 @@ public class MixedPropertiesAndAdditionalPropertiesClass { * 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 bd3244dd57..39fabeeb6d 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 class Model200Response { * Get name * @return name **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getName() { return name; @@ -61,7 +61,7 @@ public class Model200Response { * 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 ed335cdca1..bb33412951 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 class ModelApiResponse { * Get code * @return code **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getCode() { return code; @@ -63,7 +63,7 @@ public class ModelApiResponse { * Get type * @return type **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getType() { return type; @@ -82,7 +82,7 @@ public class ModelApiResponse { * 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 04c0bcd33f..9aafb13e04 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 class ModelReturn { * 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 af27c6e45f..9518276dd6 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 class Name { * Get name * @return name **/ - @ApiModelProperty(required = true, value = "") public Integer getName() { return name; @@ -62,7 +61,7 @@ public class Name { * Get snakeCase * @return snakeCase **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getSnakeCase() { return snakeCase; @@ -77,7 +76,7 @@ public class Name { * Get property * @return property **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getProperty() { return property; @@ -91,7 +90,7 @@ public class Name { * 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 4e29c814cc..0245e8e210 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 class NumberOnly { * 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 1735b41d31..594c76e484 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 class Order { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -110,7 +110,7 @@ public class Order { * Get petId * @return petId **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getPetId() { return petId; @@ -129,7 +129,7 @@ public class Order { * Get quantity * @return quantity **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Integer getQuantity() { return quantity; @@ -148,7 +148,7 @@ public class Order { * Get shipDate * @return shipDate **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public OffsetDateTime getShipDate() { return shipDate; @@ -167,7 +167,7 @@ public class Order { * Order Status * @return status **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "Order Status") public StatusEnum getStatus() { return status; @@ -186,7 +186,7 @@ public class Order { * 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 f6515126a8..c8bd99011c 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 class OuterComposite { * Get myNumber * @return myNumber **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public BigDecimal getMyNumber() { return myNumber; @@ -64,7 +64,7 @@ public class OuterComposite { * Get myString * @return myString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getMyString() { return myString; @@ -83,7 +83,7 @@ public class OuterComposite { * 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 ace85c42aa..08f3773756 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 class Pet { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -113,7 +113,7 @@ public class Pet { * Get category * @return category **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Category getCategory() { return category; @@ -132,7 +132,6 @@ public class Pet { * Get name * @return name **/ - @ApiModelProperty(example = "doggie", required = true, value = "") public String getName() { return name; @@ -156,7 +155,6 @@ public class Pet { * Get photoUrls * @return photoUrls **/ - @ApiModelProperty(required = true, value = "") public List getPhotoUrls() { return photoUrls; @@ -183,7 +181,7 @@ public class Pet { * Get tags * @return tags **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getTags() { return tags; @@ -202,7 +200,7 @@ public class Pet { * 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 a2c9e99699..1379ee09ea 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 class ReadOnlyFirst { * 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 a5ddb0b638..869771afad 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 8255ad8298..4bb498aff4 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 class Tag { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -60,7 +60,7 @@ public class Tag { * 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 786a681fb3..3c6488d270 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 class TypeHolderDefault { * Get stringItem * @return stringItem **/ - @ApiModelProperty(required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderDefault { * Get numberItem * @return numberItem **/ - @ApiModelProperty(required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderDefault { * Get integerItem * @return integerItem **/ - @ApiModelProperty(required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderDefault { * Get boolItem * @return boolItem **/ - @ApiModelProperty(required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderDefault { * 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 701e4db843..812b5839aa 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 class TypeHolderExample { * Get stringItem * @return stringItem **/ - @ApiModelProperty(example = "what", required = true, value = "") public String getStringItem() { return stringItem; @@ -72,7 +71,6 @@ public class TypeHolderExample { * Get numberItem * @return numberItem **/ - @ApiModelProperty(example = "1.234", required = true, value = "") public BigDecimal getNumberItem() { return numberItem; @@ -91,7 +89,6 @@ public class TypeHolderExample { * Get integerItem * @return integerItem **/ - @ApiModelProperty(example = "-2", required = true, value = "") public Integer getIntegerItem() { return integerItem; @@ -110,7 +107,6 @@ public class TypeHolderExample { * Get boolItem * @return boolItem **/ - @ApiModelProperty(example = "true", required = true, value = "") public Boolean getBoolItem() { return boolItem; @@ -134,7 +130,6 @@ public class TypeHolderExample { * 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 6e6c4ac102..73164c3ee2 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 class User { * Get id * @return id **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public Long getId() { return id; @@ -78,7 +78,7 @@ public class User { * Get username * @return username **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getUsername() { return username; @@ -97,7 +97,7 @@ public class User { * Get firstName * @return firstName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getFirstName() { return firstName; @@ -116,7 +116,7 @@ public class User { * Get lastName * @return lastName **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getLastName() { return lastName; @@ -135,7 +135,7 @@ public class User { * Get email * @return email **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getEmail() { return email; @@ -154,7 +154,7 @@ public class User { * Get password * @return password **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPassword() { return password; @@ -173,7 +173,7 @@ public class User { * Get phone * @return phone **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public String getPhone() { return phone; @@ -192,7 +192,7 @@ public class User { * 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 2af459e5ae..aa7ff22ccd 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 class XmlItem { * Get attributeString * @return attributeString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getAttributeString() { return attributeString; @@ -144,7 +144,7 @@ public class XmlItem { * 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 class XmlItem { * Get attributeInteger * @return attributeInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getAttributeInteger() { return attributeInteger; @@ -182,7 +182,7 @@ public class XmlItem { * Get attributeBoolean * @return attributeBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getAttributeBoolean() { return attributeBoolean; @@ -209,7 +209,7 @@ public class XmlItem { * Get wrappedArray * @return wrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getWrappedArray() { return wrappedArray; @@ -228,7 +228,7 @@ public class XmlItem { * Get nameString * @return nameString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNameString() { return nameString; @@ -247,7 +247,7 @@ public class XmlItem { * 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 class XmlItem { * Get nameInteger * @return nameInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNameInteger() { return nameInteger; @@ -285,7 +285,7 @@ public class XmlItem { * Get nameBoolean * @return nameBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNameBoolean() { return nameBoolean; @@ -312,7 +312,7 @@ public class XmlItem { * Get nameArray * @return nameArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameArray() { return nameArray; @@ -339,7 +339,7 @@ public class XmlItem { * Get nameWrappedArray * @return nameWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNameWrappedArray() { return nameWrappedArray; @@ -358,7 +358,7 @@ public class XmlItem { * Get prefixString * @return prefixString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixString() { return prefixString; @@ -377,7 +377,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixInteger * @return prefixInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixInteger() { return prefixInteger; @@ -415,7 +415,7 @@ public class XmlItem { * Get prefixBoolean * @return prefixBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixBoolean() { return prefixBoolean; @@ -442,7 +442,7 @@ public class XmlItem { * Get prefixArray * @return prefixArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixArray() { return prefixArray; @@ -469,7 +469,7 @@ public class XmlItem { * Get prefixWrappedArray * @return prefixWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixWrappedArray() { return prefixWrappedArray; @@ -488,7 +488,7 @@ public class XmlItem { * Get namespaceString * @return namespaceString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getNamespaceString() { return namespaceString; @@ -507,7 +507,7 @@ public class XmlItem { * 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 class XmlItem { * Get namespaceInteger * @return namespaceInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getNamespaceInteger() { return namespaceInteger; @@ -545,7 +545,7 @@ public class XmlItem { * Get namespaceBoolean * @return namespaceBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getNamespaceBoolean() { return namespaceBoolean; @@ -572,7 +572,7 @@ public class XmlItem { * Get namespaceArray * @return namespaceArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceArray() { return namespaceArray; @@ -599,7 +599,7 @@ public class XmlItem { * Get namespaceWrappedArray * @return namespaceWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getNamespaceWrappedArray() { return namespaceWrappedArray; @@ -618,7 +618,7 @@ public class XmlItem { * Get prefixNsString * @return prefixNsString **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "string", value = "") public String getPrefixNsString() { return prefixNsString; @@ -637,7 +637,7 @@ public class XmlItem { * 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 class XmlItem { * Get prefixNsInteger * @return prefixNsInteger **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "-2", value = "") public Integer getPrefixNsInteger() { return prefixNsInteger; @@ -675,7 +675,7 @@ public class XmlItem { * Get prefixNsBoolean * @return prefixNsBoolean **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "") public Boolean getPrefixNsBoolean() { return prefixNsBoolean; @@ -702,7 +702,7 @@ public class XmlItem { * Get prefixNsArray * @return prefixNsArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsArray() { return prefixNsArray; @@ -729,7 +729,7 @@ public class XmlItem { * Get prefixNsWrappedArray * @return prefixNsWrappedArray **/ - @javax.annotation.Nullable + @javax.annotation.Nullable @ApiModelProperty(value = "") public List getPrefixNsWrappedArray() { return prefixNsWrappedArray;