diff --git a/docs/generators/fsharp-functions.md b/docs/generators/fsharp-functions.md
index a20382152aab..33bd1f1c2922 100644
--- a/docs/generators/fsharp-functions.md
+++ b/docs/generators/fsharp-functions.md
@@ -34,7 +34,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|prependFormOrBodyParameters|Add form or body parameters to the beginning of the parameter list.| |false|
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
-|sourceFolder|source folder for generated code| |OpenAPI/src|
+|sourceFolder|source folder for generated code| |OpenAPI\src|
## IMPORT MAPPING
diff --git a/docs/generators/fsharp-giraffe-server.md b/docs/generators/fsharp-giraffe-server.md
index abe079e504fa..fb3e25b3d776 100644
--- a/docs/generators/fsharp-giraffe-server.md
+++ b/docs/generators/fsharp-giraffe-server.md
@@ -30,7 +30,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|packageVersion|F# package version.| |1.0.0|
|returnICollection|Return ICollection<T> instead of the concrete type.| |false|
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
-|sourceFolder|source folder for generated code| |OpenAPI/src|
+|sourceFolder|source folder for generated code| |OpenAPI\src|
|useCollection|Deserialize array types to Collection<T> instead of List<T>.| |false|
|useDateTimeOffset|Use DateTimeOffset to model date-time properties| |false|
|useSwashbuckle|Uses the Swashbuckle.AspNetCore NuGet package for documentation.| |false|
diff --git a/docs/generators/java-inflector.md b/docs/generators/java-inflector.md
index 8b8b35ea29dc..19f35d579274 100644
--- a/docs/generators/java-inflector.md
+++ b/docs/generators/java-inflector.md
@@ -65,7 +65,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|snapshotVersion|Uses a SNAPSHOT version.|
- **true**
- Use a SnapShot Version
- **false**
- Use a Release Version
|null|
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
-|sourceFolder|source folder for generated code| |src/gen/java|
+|sourceFolder|source folder for generated code| |src\gen\java|
|testOutput|Set output folder for models and APIs tests| |${project.build.directory}/generated-test-sources/openapi|
|useJakartaEe|whether to use Jakarta EE namespace instead of javax| |false|
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface| |false|
diff --git a/docs/generators/jaxrs-cxf-client.md b/docs/generators/jaxrs-cxf-client.md
index 04ae1cfee4e1..e7ec0fadd8cc 100644
--- a/docs/generators/jaxrs-cxf-client.md
+++ b/docs/generators/jaxrs-cxf-client.md
@@ -65,7 +65,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|snapshotVersion|Uses a SNAPSHOT version.|- **true**
- Use a SnapShot Version
- **false**
- Use a Release Version
|null|
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
-|sourceFolder|source folder for generated code| |src/gen/java|
+|sourceFolder|source folder for generated code| |src\gen\java|
|testOutput|Set output folder for models and APIs tests| |${project.build.directory}/generated-test-sources/openapi|
|useAbstractionForFiles|Use alternative types instead of java.io.File to allow passing bytes without a file on disk.| |false|
|useBeanValidation|Use BeanValidation API annotations| |false|
diff --git a/docs/generators/swift5.md b/docs/generators/swift5.md
index 519ad121b837..4bfb9b4d3778 100644
--- a/docs/generators/swift5.md
+++ b/docs/generators/swift5.md
@@ -48,13 +48,13 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|responseAs|Optionally use libraries to manage response. Currently PromiseKit, RxSwift, Result, Combine, AsyncAwait are available.| |null|
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
-|swiftPackagePath|Set a custom source path instead of OpenAPIClient/Classes/OpenAPIs.| |null|
+|swiftPackagePath|Set a custom source path instead of OpenAPIClient\Classes\OpenAPIs.| |null|
|swiftUseApiNamespace|Flag to make all the API classes inner-class of {{projectName}}API| |null|
|useBacktickEscapes|Escape reserved words using backticks (default: false)| |false|
|useClasses|Use final classes for models instead of structs (default: false)| |false|
|useCustomDateWithoutTime|Uses a custom type to decode and encode dates without time information to support OpenAPIs date format (default: false)| |false|
|useJsonEncodable|Make models conform to JSONEncodable protocol (default: true)| |true|
-|useSPMFileStructure|Use SPM file structure and set the source path to Sources/{{projectName}} (default: false).| |null|
+|useSPMFileStructure|Use SPM file structure and set the source path to Sources\{{projectName}} (default: false).| |null|
|validatable|Make validation rules and validator for model properies (default: true)| |true|
## IMPORT MAPPING
diff --git a/pom.xml b/pom.xml
index 9f5e4560814b..93d2f61b8fbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1227,7 +1227,7 @@
2.15.2
2.17.1
0.8.10
- 1.15
+ 1.16
5.10.2
1.6.21
1.6.21
diff --git a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Bird.cs b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Bird.cs
index e87aec99cc66..bd2e31c4fbc1 100644
--- a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Bird.cs
+++ b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Bird.cs
@@ -141,7 +141,6 @@ public override int GetHashCode()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
+ } }
}
diff --git a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Category.cs b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Category.cs
index 4c59b1d4f010..6b1a305909c2 100644
--- a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Category.cs
+++ b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Category.cs
@@ -139,7 +139,6 @@ public override int GetHashCode()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
+ } }
}
diff --git a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/DataQuery.cs b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/DataQuery.cs
index 92ba2761b5c6..3baab966522b 100644
--- a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/DataQuery.cs
+++ b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/DataQuery.cs
@@ -180,7 +180,6 @@ protected IEnumerable BaseValidate(ValidationContext validatio
yield return x;
}
yield break;
- }
- }
+ } }
}
diff --git a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/DefaultValue.cs b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/DefaultValue.cs
index 3a0530813ead..0b035eabb51c 100644
--- a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/DefaultValue.cs
+++ b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/DefaultValue.cs
@@ -56,7 +56,6 @@ public enum ArrayStringEnumDefaultEnum
[EnumMember(Value = "unclassified")]
Unclassified = 3
}
-
///
/// Initializes a new instance of the class.
///
@@ -281,7 +280,6 @@ public override int GetHashCode()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
+ } }
}
diff --git a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/NumberPropertiesOnly.cs b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/NumberPropertiesOnly.cs
index ccf8e681847c..919daa9a89e1 100644
--- a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/NumberPropertiesOnly.cs
+++ b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/NumberPropertiesOnly.cs
@@ -159,7 +159,6 @@ IEnumerable IValidatableObject.Validate(ValidationContext vali
}
yield break;
- }
- }
+ } }
}
diff --git a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Pet.cs b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Pet.cs
index e3a45973d8b5..5828ba667252 100644
--- a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Pet.cs
+++ b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Pet.cs
@@ -58,7 +58,6 @@ public enum StatusEnum
Sold = 3
}
-
///
/// pet status in the store
///
@@ -251,7 +250,6 @@ public override int GetHashCode()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
+ } }
}
diff --git a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Query.cs b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Query.cs
index 0ff925611a5b..c4b37671a36f 100644
--- a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Query.cs
+++ b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Query.cs
@@ -56,7 +56,6 @@ public enum OutcomesEnum
[EnumMember(Value = "SKIPPED")]
SKIPPED = 3
}
-
///
/// Initializes a new instance of the class.
///
@@ -164,7 +163,6 @@ public override int GetHashCode()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
+ } }
}
diff --git a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Tag.cs b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Tag.cs
index 66eab762090b..dfe5e85e0b21 100644
--- a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Tag.cs
+++ b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/Tag.cs
@@ -137,7 +137,6 @@ public override int GetHashCode()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
+ } }
}
diff --git a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/TestFormObjectMultipartRequestMarker.cs b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/TestFormObjectMultipartRequestMarker.cs
index d38d85da5203..2228acf8ceac 100644
--- a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/TestFormObjectMultipartRequestMarker.cs
+++ b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/TestFormObjectMultipartRequestMarker.cs
@@ -123,7 +123,6 @@ public override int GetHashCode()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
+ } }
}
diff --git a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.cs b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.cs
index 42b8e674635a..6b01c7ed8731 100644
--- a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.cs
+++ b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.cs
@@ -175,7 +175,6 @@ public override int GetHashCode()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
+ } }
}
diff --git a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.cs b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.cs
index a6cad9859cf1..9c15de049b9b 100644
--- a/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.cs
+++ b/samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.cs
@@ -124,7 +124,6 @@ public override int GetHashCode()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
+ } }
}
diff --git a/samples/client/echo_api/go-external-refs/model_bird.go b/samples/client/echo_api/go-external-refs/model_bird.go
index 5b15b73862eb..280dad869c98 100644
--- a/samples/client/echo_api/go-external-refs/model_bird.go
+++ b/samples/client/echo_api/go-external-refs/model_bird.go
@@ -160,4 +160,3 @@ func (v *NullableBird) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go-external-refs/model_category.go b/samples/client/echo_api/go-external-refs/model_category.go
index 20937702195d..55bf1d8ff9f3 100644
--- a/samples/client/echo_api/go-external-refs/model_category.go
+++ b/samples/client/echo_api/go-external-refs/model_category.go
@@ -160,4 +160,3 @@ func (v *NullableCategory) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go-external-refs/model_data_query.go b/samples/client/echo_api/go-external-refs/model_data_query.go
index 9a5fe8ce9068..91a06e2c0e70 100644
--- a/samples/client/echo_api/go-external-refs/model_data_query.go
+++ b/samples/client/echo_api/go-external-refs/model_data_query.go
@@ -209,4 +209,3 @@ func (v *NullableDataQuery) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go-external-refs/model_default_value.go b/samples/client/echo_api/go-external-refs/model_default_value.go
index 48d42bfe77b9..137d4095311a 100644
--- a/samples/client/echo_api/go-external-refs/model_default_value.go
+++ b/samples/client/echo_api/go-external-refs/model_default_value.go
@@ -388,4 +388,3 @@ func (v *NullableDefaultValue) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go-external-refs/model_number_properties_only.go b/samples/client/echo_api/go-external-refs/model_number_properties_only.go
index 667c4aec6db3..ebe46fc73f28 100644
--- a/samples/client/echo_api/go-external-refs/model_number_properties_only.go
+++ b/samples/client/echo_api/go-external-refs/model_number_properties_only.go
@@ -196,4 +196,3 @@ func (v *NullableNumberPropertiesOnly) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go-external-refs/model_pet.go b/samples/client/echo_api/go-external-refs/model_pet.go
index 13f24706dfd5..9ef6578b13cc 100644
--- a/samples/client/echo_api/go-external-refs/model_pet.go
+++ b/samples/client/echo_api/go-external-refs/model_pet.go
@@ -329,4 +329,3 @@ func (v *NullablePet) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go-external-refs/model_query.go b/samples/client/echo_api/go-external-refs/model_query.go
index 653e18c8300b..dac78647f266 100644
--- a/samples/client/echo_api/go-external-refs/model_query.go
+++ b/samples/client/echo_api/go-external-refs/model_query.go
@@ -161,4 +161,3 @@ func (v *NullableQuery) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go-external-refs/model_string_enum_ref.go b/samples/client/echo_api/go-external-refs/model_string_enum_ref.go
index f1ae6625287e..91540adbccff 100644
--- a/samples/client/echo_api/go-external-refs/model_string_enum_ref.go
+++ b/samples/client/echo_api/go-external-refs/model_string_enum_ref.go
@@ -111,4 +111,3 @@ func (v *NullableStringEnumRef) UnmarshalJSON(src []byte) error {
v.isSet = true
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go-external-refs/model_tag.go b/samples/client/echo_api/go-external-refs/model_tag.go
index 0b69e30a761e..209b90e04b38 100644
--- a/samples/client/echo_api/go-external-refs/model_tag.go
+++ b/samples/client/echo_api/go-external-refs/model_tag.go
@@ -160,4 +160,3 @@ func (v *NullableTag) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go-external-refs/model_test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.go b/samples/client/echo_api/go-external-refs/model_test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.go
index b270889eaec8..4c2921ca0e22 100644
--- a/samples/client/echo_api/go-external-refs/model_test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.go
+++ b/samples/client/echo_api/go-external-refs/model_test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.go
@@ -232,4 +232,3 @@ func (v *NullableTestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParame
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go-external-refs/model_test_query_style_form_explode_true_array_string_query_object_parameter.go b/samples/client/echo_api/go-external-refs/model_test_query_style_form_explode_true_array_string_query_object_parameter.go
index d2e8f8775297..eeaf29208ff0 100644
--- a/samples/client/echo_api/go-external-refs/model_test_query_style_form_explode_true_array_string_query_object_parameter.go
+++ b/samples/client/echo_api/go-external-refs/model_test_query_style_form_explode_true_array_string_query_object_parameter.go
@@ -124,4 +124,3 @@ func (v *NullableTestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter) U
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go/model_bird.go b/samples/client/echo_api/go/model_bird.go
index 5b15b73862eb..280dad869c98 100644
--- a/samples/client/echo_api/go/model_bird.go
+++ b/samples/client/echo_api/go/model_bird.go
@@ -160,4 +160,3 @@ func (v *NullableBird) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go/model_category.go b/samples/client/echo_api/go/model_category.go
index 20937702195d..55bf1d8ff9f3 100644
--- a/samples/client/echo_api/go/model_category.go
+++ b/samples/client/echo_api/go/model_category.go
@@ -160,4 +160,3 @@ func (v *NullableCategory) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go/model_data_query.go b/samples/client/echo_api/go/model_data_query.go
index 9a5fe8ce9068..91a06e2c0e70 100644
--- a/samples/client/echo_api/go/model_data_query.go
+++ b/samples/client/echo_api/go/model_data_query.go
@@ -209,4 +209,3 @@ func (v *NullableDataQuery) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go/model_default_value.go b/samples/client/echo_api/go/model_default_value.go
index 48d42bfe77b9..137d4095311a 100644
--- a/samples/client/echo_api/go/model_default_value.go
+++ b/samples/client/echo_api/go/model_default_value.go
@@ -388,4 +388,3 @@ func (v *NullableDefaultValue) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go/model_number_properties_only.go b/samples/client/echo_api/go/model_number_properties_only.go
index 667c4aec6db3..ebe46fc73f28 100644
--- a/samples/client/echo_api/go/model_number_properties_only.go
+++ b/samples/client/echo_api/go/model_number_properties_only.go
@@ -196,4 +196,3 @@ func (v *NullableNumberPropertiesOnly) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go/model_pet.go b/samples/client/echo_api/go/model_pet.go
index 13f24706dfd5..9ef6578b13cc 100644
--- a/samples/client/echo_api/go/model_pet.go
+++ b/samples/client/echo_api/go/model_pet.go
@@ -329,4 +329,3 @@ func (v *NullablePet) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go/model_query.go b/samples/client/echo_api/go/model_query.go
index 653e18c8300b..dac78647f266 100644
--- a/samples/client/echo_api/go/model_query.go
+++ b/samples/client/echo_api/go/model_query.go
@@ -161,4 +161,3 @@ func (v *NullableQuery) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go/model_string_enum_ref.go b/samples/client/echo_api/go/model_string_enum_ref.go
index f1ae6625287e..91540adbccff 100644
--- a/samples/client/echo_api/go/model_string_enum_ref.go
+++ b/samples/client/echo_api/go/model_string_enum_ref.go
@@ -111,4 +111,3 @@ func (v *NullableStringEnumRef) UnmarshalJSON(src []byte) error {
v.isSet = true
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go/model_tag.go b/samples/client/echo_api/go/model_tag.go
index 0b69e30a761e..209b90e04b38 100644
--- a/samples/client/echo_api/go/model_tag.go
+++ b/samples/client/echo_api/go/model_tag.go
@@ -160,4 +160,3 @@ func (v *NullableTag) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go/model_test_form_object_multipart_request_marker.go b/samples/client/echo_api/go/model_test_form_object_multipart_request_marker.go
index d25366f75c12..19fd383c9910 100644
--- a/samples/client/echo_api/go/model_test_form_object_multipart_request_marker.go
+++ b/samples/client/echo_api/go/model_test_form_object_multipart_request_marker.go
@@ -124,4 +124,3 @@ func (v *NullableTestFormObjectMultipartRequestMarker) UnmarshalJSON(src []byte)
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go/model_test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.go b/samples/client/echo_api/go/model_test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.go
index b270889eaec8..4c2921ca0e22 100644
--- a/samples/client/echo_api/go/model_test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.go
+++ b/samples/client/echo_api/go/model_test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.go
@@ -232,4 +232,3 @@ func (v *NullableTestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParame
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/go/model_test_query_style_form_explode_true_array_string_query_object_parameter.go b/samples/client/echo_api/go/model_test_query_style_form_explode_true_array_string_query_object_parameter.go
index d2e8f8775297..eeaf29208ff0 100644
--- a/samples/client/echo_api/go/model_test_query_style_form_explode_true_array_string_query_object_parameter.go
+++ b/samples/client/echo_api/go/model_test_query_style_form_explode_true_array_string_query_object_parameter.go
@@ -124,4 +124,3 @@ func (v *NullableTestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter) U
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/ApiClient.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/ApiClient.java
index bd54e010a3ce..9fa6fef3634b 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/ApiClient.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/ApiClient.java
@@ -81,8 +81,7 @@
import org.openapitools.client.auth.HttpBasicAuth;
import org.openapitools.client.auth.HttpBearerAuth;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiClient extends JavaTimeFormatter {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiClient extends JavaTimeFormatter {
private Map defaultHeaderMap = new HashMap();
private Map defaultCookieMap = new HashMap();
private String basePath = "http://localhost:3000";
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/ApiException.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/ApiException.java
index 0f5ddd3a5a9d..f3b65695e0f7 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/ApiException.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/ApiException.java
@@ -16,8 +16,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiException extends Exception {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiException extends Exception {
private static final long serialVersionUID = 1L;
private int code = 0;
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/BaseApi.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/BaseApi.java
index bb2293b9a822..d9252dd7655d 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/BaseApi.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/BaseApi.java
@@ -17,8 +17,7 @@
import java.util.Collections;
import java.util.Map;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public abstract class BaseApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public abstract class BaseApi {
protected ApiClient apiClient;
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/Configuration.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/Configuration.java
index d4401c5461f2..711fd7167248 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/Configuration.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/Configuration.java
@@ -13,8 +13,7 @@
package org.openapitools.client;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class Configuration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class Configuration {
public static final String VERSION = "0.1.0";
private static ApiClient defaultApiClient = new ApiClient();
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/JavaTimeFormatter.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/JavaTimeFormatter.java
index b653cf3ebb7f..b4314800fabf 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/JavaTimeFormatter.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/JavaTimeFormatter.java
@@ -20,8 +20,7 @@
* Class that add parsing/formatting support for Java 8+ {@code OffsetDateTime} class.
* It's generated for java clients when {@code AbstractJavaCodegen#dateLibrary} specified as {@code java8}.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class JavaTimeFormatter {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class JavaTimeFormatter {
private DateTimeFormatter offsetDateTimeFormatter = DateTimeFormatter.ISO_OFFSET_DATE_TIME;
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/Pair.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/Pair.java
index 22aba8fbcde8..a44ec149455e 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/Pair.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/Pair.java
@@ -13,8 +13,7 @@
package org.openapitools.client;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class Pair {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class Pair {
private String name = "";
private String value = "";
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/RFC3339DateFormat.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/RFC3339DateFormat.java
index aecf076c7d9f..65cc5f94edb2 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/RFC3339DateFormat.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/RFC3339DateFormat.java
@@ -22,8 +22,7 @@
import java.util.GregorianCalendar;
import java.util.TimeZone;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class RFC3339DateFormat extends DateFormat {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/ServerConfiguration.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/ServerConfiguration.java
index 812faea9f061..d41c382f09b0 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/ServerConfiguration.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/ServerConfiguration.java
@@ -18,8 +18,7 @@
/**
* Representing a Server configuration.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerConfiguration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerConfiguration {
public String URL;
public String description;
public Map variables;
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/ServerVariable.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/ServerVariable.java
index 7b2a6e67cf9a..c3dd84be72d0 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/ServerVariable.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/ServerVariable.java
@@ -18,8 +18,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerVariable {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerVariable {
public String description;
public String defaultValue;
public HashSet enumValues = null;
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/StringUtil.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/StringUtil.java
index 8a24dba3b4ae..1fd542abde0a 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/StringUtil.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/StringUtil.java
@@ -16,8 +16,7 @@
import java.util.Collection;
import java.util.Iterator;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class StringUtil {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
*
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/AuthApi.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/AuthApi.java
index 5d6240449f27..f2bc547d3520 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/AuthApi.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/AuthApi.java
@@ -29,8 +29,7 @@
import java.util.Map;
import java.util.StringJoiner;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class AuthApi extends BaseApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class AuthApi extends BaseApi {
public AuthApi() {
super(Configuration.getDefaultApiClient());
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/BodyApi.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/BodyApi.java
index 313ffd7eff45..c3a4647cb0ba 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/BodyApi.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/BodyApi.java
@@ -33,8 +33,7 @@
import java.util.Map;
import java.util.StringJoiner;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class BodyApi extends BaseApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class BodyApi extends BaseApi {
public BodyApi() {
super(Configuration.getDefaultApiClient());
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/FormApi.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/FormApi.java
index ee3d677420dd..44da39434bc5 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/FormApi.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/FormApi.java
@@ -30,8 +30,7 @@
import java.util.Map;
import java.util.StringJoiner;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class FormApi extends BaseApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class FormApi extends BaseApi {
public FormApi() {
super(Configuration.getDefaultApiClient());
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/HeaderApi.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/HeaderApi.java
index b579e7d15287..1d772428413a 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/HeaderApi.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/HeaderApi.java
@@ -30,8 +30,7 @@
import java.util.Map;
import java.util.StringJoiner;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HeaderApi extends BaseApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HeaderApi extends BaseApi {
public HeaderApi() {
super(Configuration.getDefaultApiClient());
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/PathApi.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/PathApi.java
index 7eee07ae3e02..f0917204e96d 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/PathApi.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/PathApi.java
@@ -30,8 +30,7 @@
import java.util.Map;
import java.util.StringJoiner;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class PathApi extends BaseApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class PathApi extends BaseApi {
public PathApi() {
super(Configuration.getDefaultApiClient());
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/QueryApi.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/QueryApi.java
index b2bb54c586d5..35da94d401fe 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/QueryApi.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/api/QueryApi.java
@@ -36,8 +36,7 @@
import java.util.Map;
import java.util.StringJoiner;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class QueryApi extends BaseApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class QueryApi extends BaseApi {
public QueryApi() {
super(Configuration.getDefaultApiClient());
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
index 39e6d2cdc6da..6ef66ef0cb2a 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
@@ -18,8 +18,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiKeyAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
index f2f290920c3d..dcaf8b69ea8a 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
@@ -21,8 +21,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBasicAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBasicAuth implements Authentication {
private String username;
private String password;
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
index 1f1d8b348663..af8fdbaa1496 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
@@ -20,8 +20,7 @@
import java.util.Optional;
import java.util.function.Supplier;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBearerAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBearerAuth implements Authentication {
private final String scheme;
private Supplier tokenSupplier;
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/model/DefaultValue.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/model/DefaultValue.java
index 238c05cae822..057cc797c062 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/model/DefaultValue.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/model/DefaultValue.java
@@ -88,7 +88,6 @@ public static ArrayStringEnumDefaultEnum fromValue(String value) {
throw new IllegalArgumentException("Unexpected value '" + value + "'");
}
}
-
public static final String JSON_PROPERTY_ARRAY_STRING_ENUM_DEFAULT = "array_string_enum_default";
private List arrayStringEnumDefault = new ArrayList<>(Arrays.asList(ArrayStringEnumDefaultEnum.SUCCESS, ArrayStringEnumDefaultEnum.FAILURE));
@@ -309,7 +308,6 @@ public List getArrayStringNullable() {
@JsonProperty(JSON_PROPERTY_ARRAY_STRING_NULLABLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
-
public JsonNullable> getArrayStringNullable_JsonNullable() {
return arrayStringNullable;
}
@@ -354,7 +352,6 @@ public List getArrayStringExtensionNullable() {
@JsonProperty(JSON_PROPERTY_ARRAY_STRING_EXTENSION_NULLABLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
-
public JsonNullable> getArrayStringExtensionNullable_JsonNullable() {
return arrayStringExtensionNullable;
}
@@ -387,7 +384,6 @@ public String getStringNullable() {
@JsonProperty(JSON_PROPERTY_STRING_NULLABLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
-
public JsonNullable getStringNullable_JsonNullable() {
return stringNullable;
}
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/model/Pet.java
index 548384c35a4e..18905a7a302c 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/model/Pet.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/model/Pet.java
@@ -95,7 +95,6 @@ public static StatusEnum fromValue(String value) {
throw new IllegalArgumentException("Unexpected value '" + value + "'");
}
}
-
public static final String JSON_PROPERTY_STATUS = "status";
private StatusEnum status;
diff --git a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/model/Query.java b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/model/Query.java
index 38f8919799dc..75d0a588b952 100644
--- a/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/model/Query.java
+++ b/samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/model/Query.java
@@ -77,7 +77,6 @@ public static OutcomesEnum fromValue(String value) {
throw new IllegalArgumentException("Unexpected value '" + value + "'");
}
}
-
public static final String JSON_PROPERTY_OUTCOMES = "outcomes";
protected List outcomes = new ArrayList<>(Arrays.asList(OutcomesEnum.SUCCESS, OutcomesEnum.FAILURE));
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/ApiClient.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/ApiClient.java
index 964fd9e85531..d6cc2aa22963 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/ApiClient.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/ApiClient.java
@@ -31,8 +31,7 @@
import org.openapitools.client.auth.ApiKeyAuth;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiClient {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiClient {
private static final Logger log = Logger.getLogger(ApiClient.class.getName());
public interface Api {}
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/ServerConfiguration.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/ServerConfiguration.java
index 812faea9f061..d41c382f09b0 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/ServerConfiguration.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/ServerConfiguration.java
@@ -18,8 +18,7 @@
/**
* Representing a Server configuration.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerConfiguration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerConfiguration {
public String URL;
public String description;
public Map variables;
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/ServerVariable.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/ServerVariable.java
index 7b2a6e67cf9a..c3dd84be72d0 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/ServerVariable.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/ServerVariable.java
@@ -18,8 +18,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerVariable {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerVariable {
public String description;
public String defaultValue;
public HashSet enumValues = null;
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/StringUtil.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/StringUtil.java
index 8a24dba3b4ae..1fd542abde0a 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/StringUtil.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/StringUtil.java
@@ -16,8 +16,7 @@
import java.util.Collection;
import java.util.Iterator;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class StringUtil {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
*
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/AuthApi.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/AuthApi.java
index fe0b705698f2..94cbb0999641 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/AuthApi.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/AuthApi.java
@@ -11,8 +11,7 @@
import java.util.Map;
import feign.*;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public interface AuthApi extends ApiClient.Api {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public interface AuthApi extends ApiClient.Api {
/**
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/BodyApi.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/BodyApi.java
index 730a266a96ca..e2d2adeabc48 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/BodyApi.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/BodyApi.java
@@ -15,8 +15,7 @@
import java.util.Map;
import feign.*;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public interface BodyApi extends ApiClient.Api {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public interface BodyApi extends ApiClient.Api {
/**
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/FormApi.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/FormApi.java
index 779669ae4d77..5e82ccd4b374 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/FormApi.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/FormApi.java
@@ -12,8 +12,7 @@
import java.util.Map;
import feign.*;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public interface FormApi extends ApiClient.Api {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public interface FormApi extends ApiClient.Api {
/**
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/HeaderApi.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/HeaderApi.java
index 5cf5a733075c..099ab7dc6d1d 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/HeaderApi.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/HeaderApi.java
@@ -12,8 +12,7 @@
import java.util.Map;
import feign.*;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public interface HeaderApi extends ApiClient.Api {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public interface HeaderApi extends ApiClient.Api {
/**
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/PathApi.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/PathApi.java
index 2b45227f37ed..815569a4c4fd 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/PathApi.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/PathApi.java
@@ -12,8 +12,7 @@
import java.util.Map;
import feign.*;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public interface PathApi extends ApiClient.Api {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public interface PathApi extends ApiClient.Api {
/**
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/QueryApi.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/QueryApi.java
index 0f37bc6f0531..6007a969c41b 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/QueryApi.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/api/QueryApi.java
@@ -18,8 +18,7 @@
import java.util.Map;
import feign.*;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public interface QueryApi extends ApiClient.Api {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public interface QueryApi extends ApiClient.Api {
/**
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Bird.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Bird.java
index 658fb45ce80d..3d4966bd7134 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Bird.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Bird.java
@@ -81,7 +81,6 @@ public void setColor(String color) {
this.color = color;
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Category.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Category.java
index 2b4f090865a2..1078e28b8eef 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Category.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Category.java
@@ -81,7 +81,6 @@ public void setName(String name) {
this.name = name;
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/DataQuery.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/DataQuery.java
index b342d9f92712..5a2120647f45 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/DataQuery.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/DataQuery.java
@@ -113,7 +113,6 @@ public void setDate(OffsetDateTime date) {
this.date = date;
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/DefaultValue.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/DefaultValue.java
index fd6cd0ef8839..045b141666c5 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/DefaultValue.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/DefaultValue.java
@@ -84,7 +84,6 @@ public ArrayStringEnumDefaultEnum read(final JsonReader jsonReader) throws IOExc
}
}
}
-
public static final String SERIALIZED_NAME_ARRAY_STRING_ENUM_DEFAULT = "array_string_enum_default";
@SerializedName(SERIALIZED_NAME_ARRAY_STRING_ENUM_DEFAULT)
private List arrayStringEnumDefault = new ArrayList<>(Arrays.asList(ArrayStringEnumDefaultEnum.SUCCESS, ArrayStringEnumDefaultEnum.FAILURE));
@@ -347,7 +346,6 @@ public void setStringNullable(String stringNullable) {
this.stringNullable = stringNullable;
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/NumberPropertiesOnly.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/NumberPropertiesOnly.java
index 2b95b9226fd4..c54b396a18af 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/NumberPropertiesOnly.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/NumberPropertiesOnly.java
@@ -110,7 +110,6 @@ public void setDouble(Double _double) {
this._double = _double;
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Pet.java
index ea24f1dde653..62db907e2a74 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Pet.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Pet.java
@@ -100,7 +100,6 @@ public StatusEnum read(final JsonReader jsonReader) throws IOException {
}
}
}
-
public static final String SERIALIZED_NAME_STATUS = "status";
@SerializedName(SERIALIZED_NAME_STATUS)
private StatusEnum status;
@@ -255,7 +254,6 @@ public void setStatus(StatusEnum status) {
this.status = status;
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Query.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Query.java
index 0a4ffb2419fe..539534170ba1 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Query.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Query.java
@@ -82,7 +82,6 @@ public OutcomesEnum read(final JsonReader jsonReader) throws IOException {
}
}
}
-
public static final String SERIALIZED_NAME_OUTCOMES = "outcomes";
@SerializedName(SERIALIZED_NAME_OUTCOMES)
private List outcomes = new ArrayList<>(Arrays.asList(OutcomesEnum.SUCCESS, OutcomesEnum.FAILURE));
@@ -141,7 +140,6 @@ public void setOutcomes(List outcomes) {
this.outcomes = outcomes;
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Tag.java
index f8a6a7820d04..171e45af2fb2 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Tag.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/Tag.java
@@ -81,7 +81,6 @@ public void setName(String name) {
this.name = name;
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/TestFormObjectMultipartRequestMarker.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/TestFormObjectMultipartRequestMarker.java
index 98f4a06cf1c4..f61a3b0c70d1 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/TestFormObjectMultipartRequestMarker.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/TestFormObjectMultipartRequestMarker.java
@@ -55,7 +55,6 @@ public void setName(String name) {
this.name = name;
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.java
index 59ce8949c91c..1e448b0dadac 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.java
@@ -133,7 +133,6 @@ public void setName(String name) {
this.name = name;
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.java b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.java
index dddaf4b817b0..cea7bc0cb5b0 100644
--- a/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.java
+++ b/samples/client/echo_api/java/feign-gson/src/main/java/org/openapitools/client/model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.java
@@ -66,7 +66,6 @@ public void setValues(List values) {
this.values = values;
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/native/docs/Bird.md b/samples/client/echo_api/java/native/docs/Bird.md
index 2a6f8a660d65..958d8cb5b528 100644
--- a/samples/client/echo_api/java/native/docs/Bird.md
+++ b/samples/client/echo_api/java/native/docs/Bird.md
@@ -11,4 +11,3 @@
|**color** | **String** | | [optional] |
-
diff --git a/samples/client/echo_api/java/native/docs/Category.md b/samples/client/echo_api/java/native/docs/Category.md
index 7289ebf585bb..287bdad9fda4 100644
--- a/samples/client/echo_api/java/native/docs/Category.md
+++ b/samples/client/echo_api/java/native/docs/Category.md
@@ -11,4 +11,3 @@
|**name** | **String** | | [optional] |
-
diff --git a/samples/client/echo_api/java/native/docs/DataQuery.md b/samples/client/echo_api/java/native/docs/DataQuery.md
index d61a881571c0..22c86098e9f2 100644
--- a/samples/client/echo_api/java/native/docs/DataQuery.md
+++ b/samples/client/echo_api/java/native/docs/DataQuery.md
@@ -12,4 +12,3 @@
|**date** | **Instant** | A date | [optional] |
-
diff --git a/samples/client/echo_api/java/native/docs/DefaultValue.md b/samples/client/echo_api/java/native/docs/DefaultValue.md
index 20a9b8ee2508..5e6eb2bae23d 100644
--- a/samples/client/echo_api/java/native/docs/DefaultValue.md
+++ b/samples/client/echo_api/java/native/docs/DefaultValue.md
@@ -28,4 +28,3 @@ to test the default value of properties
| UNCLASSIFIED | "unclassified" |
-
diff --git a/samples/client/echo_api/java/native/docs/NumberPropertiesOnly.md b/samples/client/echo_api/java/native/docs/NumberPropertiesOnly.md
index 7e153538475a..19fae1c9af0b 100644
--- a/samples/client/echo_api/java/native/docs/NumberPropertiesOnly.md
+++ b/samples/client/echo_api/java/native/docs/NumberPropertiesOnly.md
@@ -12,4 +12,3 @@
|**_double** | **Double** | | [optional] |
-
diff --git a/samples/client/echo_api/java/native/docs/Pet.md b/samples/client/echo_api/java/native/docs/Pet.md
index 82aa8a25ed7c..4d0c4ead463a 100644
--- a/samples/client/echo_api/java/native/docs/Pet.md
+++ b/samples/client/echo_api/java/native/docs/Pet.md
@@ -25,4 +25,3 @@
| SOLD | "sold" |
-
diff --git a/samples/client/echo_api/java/native/docs/Query.md b/samples/client/echo_api/java/native/docs/Query.md
index 99c6fd6faa5d..c42bafa4e06d 100644
--- a/samples/client/echo_api/java/native/docs/Query.md
+++ b/samples/client/echo_api/java/native/docs/Query.md
@@ -21,4 +21,3 @@
| SKIPPED | "SKIPPED" |
-
diff --git a/samples/client/echo_api/java/native/docs/StringEnumRef.md b/samples/client/echo_api/java/native/docs/StringEnumRef.md
index dff22ecf074b..74722d1ace40 100644
--- a/samples/client/echo_api/java/native/docs/StringEnumRef.md
+++ b/samples/client/echo_api/java/native/docs/StringEnumRef.md
@@ -12,4 +12,3 @@
* `UNCLASSIFIED` (value: `"unclassified"`)
-
diff --git a/samples/client/echo_api/java/native/docs/Tag.md b/samples/client/echo_api/java/native/docs/Tag.md
index 5088b2dd1c31..169ff376a5af 100644
--- a/samples/client/echo_api/java/native/docs/Tag.md
+++ b/samples/client/echo_api/java/native/docs/Tag.md
@@ -11,4 +11,3 @@
|**name** | **String** | | [optional] |
-
diff --git a/samples/client/echo_api/java/native/docs/TestFormObjectMultipartRequestMarker.md b/samples/client/echo_api/java/native/docs/TestFormObjectMultipartRequestMarker.md
index 3e67574f36d3..108e02d59ea6 100644
--- a/samples/client/echo_api/java/native/docs/TestFormObjectMultipartRequestMarker.md
+++ b/samples/client/echo_api/java/native/docs/TestFormObjectMultipartRequestMarker.md
@@ -10,4 +10,3 @@
|**name** | **String** | | [optional] |
-
diff --git a/samples/client/echo_api/java/native/docs/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md b/samples/client/echo_api/java/native/docs/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md
index a756a343e8a8..98b0c847dffe 100644
--- a/samples/client/echo_api/java/native/docs/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md
+++ b/samples/client/echo_api/java/native/docs/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md
@@ -13,4 +13,3 @@
|**name** | **String** | | [optional] |
-
diff --git a/samples/client/echo_api/java/native/docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md b/samples/client/echo_api/java/native/docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md
index 9235e80fb823..3c1de3381a4b 100644
--- a/samples/client/echo_api/java/native/docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md
+++ b/samples/client/echo_api/java/native/docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md
@@ -10,4 +10,3 @@
|**values** | **List<String>** | | [optional] |
-
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ApiClient.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ApiClient.java
index b71b32307334..63eb05cbae27 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ApiClient.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ApiClient.java
@@ -51,8 +51,7 @@
* The setter methods of this class return the current object to facilitate
* a fluent style of configuration.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiClient {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiClient {
private HttpClient.Builder builder;
private ObjectMapper mapper;
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ApiException.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ApiException.java
index 913adc8738b1..2c5bc8d2e01a 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ApiException.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ApiException.java
@@ -15,8 +15,7 @@
import java.net.http.HttpHeaders;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiException extends Exception {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiException extends Exception {
private static final long serialVersionUID = 1L;
private int code = 0;
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ApiResponse.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ApiResponse.java
index 5728495354cb..8ae57eae296e 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ApiResponse.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ApiResponse.java
@@ -21,8 +21,7 @@
*
* @param The type of data that is deserialized from response body
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiResponse {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiResponse {
final private int statusCode;
final private Map> headers;
final private T data;
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/Configuration.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/Configuration.java
index d4401c5461f2..711fd7167248 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/Configuration.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/Configuration.java
@@ -13,8 +13,7 @@
package org.openapitools.client;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class Configuration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class Configuration {
public static final String VERSION = "0.1.0";
private static ApiClient defaultApiClient = new ApiClient();
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/JSON.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/JSON.java
index c98aebcacdd7..bfa68de5be1e 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/JSON.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/JSON.java
@@ -26,8 +26,7 @@
import java.util.Map;
import java.util.Set;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class JSON {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class JSON {
private ObjectMapper mapper;
public JSON() {
@@ -82,8 +81,7 @@ public static Class> getClassForElement(JsonNode node, Class> modelClass) {
/**
* Helper class to register the discriminator mappings.
*/
- @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
- private static class ClassDiscriminatorMapping {
+ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT") private static class ClassDiscriminatorMapping {
// The model class name.
Class> modelClass;
// The name of the discriminator property.
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/Pair.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/Pair.java
index 22aba8fbcde8..a44ec149455e 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/Pair.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/Pair.java
@@ -13,8 +13,7 @@
package org.openapitools.client;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class Pair {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class Pair {
private String name = "";
private String value = "";
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/RFC3339DateFormat.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/RFC3339DateFormat.java
index aecf076c7d9f..65cc5f94edb2 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/RFC3339DateFormat.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/RFC3339DateFormat.java
@@ -22,8 +22,7 @@
import java.util.GregorianCalendar;
import java.util.TimeZone;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class RFC3339DateFormat extends DateFormat {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ServerConfiguration.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ServerConfiguration.java
index 812faea9f061..d41c382f09b0 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ServerConfiguration.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ServerConfiguration.java
@@ -18,8 +18,7 @@
/**
* Representing a Server configuration.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerConfiguration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerConfiguration {
public String URL;
public String description;
public Map variables;
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ServerVariable.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ServerVariable.java
index 7b2a6e67cf9a..c3dd84be72d0 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ServerVariable.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ServerVariable.java
@@ -18,8 +18,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerVariable {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerVariable {
public String description;
public String defaultValue;
public HashSet enumValues = null;
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/AuthApi.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/AuthApi.java
index 36e286175bbd..830cde3cdced 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/AuthApi.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/AuthApi.java
@@ -43,8 +43,7 @@
import java.util.Set;
import java.util.function.Consumer;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class AuthApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class AuthApi {
private final HttpClient memberVarHttpClient;
private final ObjectMapper memberVarObjectMapper;
private final String memberVarBaseUri;
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/BodyApi.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/BodyApi.java
index 93f621d4548d..aea4a7ea825c 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/BodyApi.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/BodyApi.java
@@ -53,8 +53,7 @@
import java.util.Set;
import java.util.function.Consumer;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class BodyApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class BodyApi {
private final HttpClient memberVarHttpClient;
private final ObjectMapper memberVarObjectMapper;
private final String memberVarBaseUri;
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/FormApi.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/FormApi.java
index 63cf9f34a110..cff39cb6df58 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/FormApi.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/FormApi.java
@@ -50,8 +50,7 @@
import java.util.Set;
import java.util.function.Consumer;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class FormApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class FormApi {
private final HttpClient memberVarHttpClient;
private final ObjectMapper memberVarObjectMapper;
private final String memberVarBaseUri;
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/HeaderApi.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/HeaderApi.java
index d5a9a3eaaba9..b4f526e8c15a 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/HeaderApi.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/HeaderApi.java
@@ -50,8 +50,7 @@
import java.util.Set;
import java.util.function.Consumer;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HeaderApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HeaderApi {
private final HttpClient memberVarHttpClient;
private final ObjectMapper memberVarObjectMapper;
private final String memberVarBaseUri;
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/PathApi.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/PathApi.java
index 6bfcec209ba0..5326179c7a8a 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/PathApi.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/PathApi.java
@@ -50,8 +50,7 @@
import java.util.Set;
import java.util.function.Consumer;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class PathApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class PathApi {
private final HttpClient memberVarHttpClient;
private final ObjectMapper memberVarObjectMapper;
private final String memberVarBaseUri;
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/QueryApi.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/QueryApi.java
index 38a6e7805626..2e2480d5e50d 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/QueryApi.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/api/QueryApi.java
@@ -56,8 +56,7 @@
import java.util.Set;
import java.util.function.Consumer;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class QueryApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class QueryApi {
private final HttpClient memberVarHttpClient;
private final ObjectMapper memberVarObjectMapper;
private final String memberVarBaseUri;
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
index 7e9fe62164ac..8cc46df62549 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
@@ -22,8 +22,7 @@
/**
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public abstract class AbstractOpenApiSchema {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public abstract class AbstractOpenApiSchema {
// store the actual instance of the schema/object
private Object instance;
@@ -143,5 +142,4 @@ public Boolean isNullable() {
}
-
}
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Bird.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Bird.java
index 8d0826aa4967..43da92f004b9 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Bird.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Bird.java
@@ -94,7 +94,6 @@ public void setColor(String color) {
this.color = color;
}
-
/**
* Return true if this Bird object is equal to o.
*/
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Category.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Category.java
index 856c030f7d9e..19980a36e515 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Category.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Category.java
@@ -94,7 +94,6 @@ public void setName(String name) {
this.name = name;
}
-
/**
* Return true if this Category object is equal to o.
*/
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/DataQuery.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/DataQuery.java
index 87952a7ac5d3..0f1106fea992 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/DataQuery.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/DataQuery.java
@@ -126,7 +126,6 @@ public void setDate(Instant date) {
this.date = date;
}
-
@Override
public DataQuery id(Long id) {
this.setId(id);
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/DefaultValue.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/DefaultValue.java
index 7317bcf2b988..9da2e3d214ce 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/DefaultValue.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/DefaultValue.java
@@ -90,7 +90,6 @@ public static ArrayStringEnumDefaultEnum fromValue(String value) {
throw new IllegalArgumentException("Unexpected value '" + value + "'");
}
}
-
public static final String JSON_PROPERTY_ARRAY_STRING_ENUM_DEFAULT = "array_string_enum_default";
private List arrayStringEnumDefault = new ArrayList<>(Arrays.asList(ArrayStringEnumDefaultEnum.SUCCESS, ArrayStringEnumDefaultEnum.FAILURE));
@@ -304,7 +303,6 @@ public List getArrayStringNullable() {
@JsonProperty(JSON_PROPERTY_ARRAY_STRING_NULLABLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
-
public JsonNullable> getArrayStringNullable_JsonNullable() {
return arrayStringNullable;
}
@@ -348,7 +346,6 @@ public List getArrayStringExtensionNullable() {
@JsonProperty(JSON_PROPERTY_ARRAY_STRING_EXTENSION_NULLABLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
-
public JsonNullable> getArrayStringExtensionNullable_JsonNullable() {
return arrayStringExtensionNullable;
}
@@ -380,7 +377,6 @@ public String getStringNullable() {
@JsonProperty(JSON_PROPERTY_STRING_NULLABLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
-
public JsonNullable getStringNullable_JsonNullable() {
return stringNullable;
}
@@ -394,7 +390,6 @@ public void setStringNullable(String stringNullable) {
this.stringNullable = JsonNullable.of(stringNullable);
}
-
/**
* Return true if this DefaultValue object is equal to o.
*/
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/NumberPropertiesOnly.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/NumberPropertiesOnly.java
index f89935ea9000..0022051cfe27 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/NumberPropertiesOnly.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/NumberPropertiesOnly.java
@@ -125,7 +125,6 @@ public void setDouble(Double _double) {
this._double = _double;
}
-
/**
* Return true if this NumberPropertiesOnly object is equal to o.
*/
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Pet.java
index 78a98ee0bb74..43afaf76c8fa 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Pet.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Pet.java
@@ -97,7 +97,6 @@ public static StatusEnum fromValue(String value) {
throw new IllegalArgumentException("Unexpected value '" + value + "'");
}
}
-
public static final String JSON_PROPERTY_STATUS = "status";
private StatusEnum status;
@@ -263,7 +262,6 @@ public void setStatus(StatusEnum status) {
this.status = status;
}
-
/**
* Return true if this Pet object is equal to o.
*/
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Query.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Query.java
index de92f1ad3417..61cece588519 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Query.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Query.java
@@ -79,7 +79,6 @@ public static OutcomesEnum fromValue(String value) {
throw new IllegalArgumentException("Unexpected value '" + value + "'");
}
}
-
public static final String JSON_PROPERTY_OUTCOMES = "outcomes";
private List outcomes = new ArrayList<>(Arrays.asList(OutcomesEnum.SUCCESS, OutcomesEnum.FAILURE));
@@ -141,7 +140,6 @@ public void setOutcomes(List outcomes) {
this.outcomes = outcomes;
}
-
/**
* Return true if this Query object is equal to o.
*/
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Tag.java
index 621f638f4556..58ff1d7100e9 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Tag.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/Tag.java
@@ -94,7 +94,6 @@ public void setName(String name) {
this.name = name;
}
-
/**
* Return true if this Tag object is equal to o.
*/
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/TestFormObjectMultipartRequestMarker.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/TestFormObjectMultipartRequestMarker.java
index 716519e99ff5..17beb95a7894 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/TestFormObjectMultipartRequestMarker.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/TestFormObjectMultipartRequestMarker.java
@@ -66,7 +66,6 @@ public void setName(String name) {
this.name = name;
}
-
/**
* Return true if this test_form_object_multipart_request_marker object is equal to o.
*/
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.java
index dcf6d1335956..26b554239d1e 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.java
@@ -150,7 +150,6 @@ public void setName(String name) {
this.name = name;
}
-
/**
* Return true if this test_query_style_deepObject_explode_true_object_allOf_query_object_parameter object is equal to o.
*/
diff --git a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.java b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.java
index e9cecf869faa..3f536b519316 100644
--- a/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.java
+++ b/samples/client/echo_api/java/native/src/main/java/org/openapitools/client/model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.java
@@ -76,7 +76,6 @@ public void setValues(List values) {
this.values = values;
}
-
/**
* Return true if this test_query_style_form_explode_true_array_string_query_object_parameter object is equal to o.
*/
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/Category.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/Category.java
index 18b7e6ab8d12..2f929d6e6343 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/Category.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/Category.java
@@ -29,7 +29,6 @@ public class Category {
public Category() {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/ModelApiResponse.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/ModelApiResponse.java
index 711231202e78..12b6abf97dc1 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/ModelApiResponse.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/ModelApiResponse.java
@@ -29,7 +29,6 @@ public class ModelApiResponse {
public ModelApiResponse() {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/Order.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/Order.java
index 0be0cdc32fda..e557fdf40389 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/Order.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/Order.java
@@ -29,7 +29,6 @@ public class Order {
public Order() {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/Pet.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/Pet.java
index b803dfc19459..de04d98a4b91 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/Pet.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/Pet.java
@@ -29,7 +29,6 @@ public class Pet {
public Pet() {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/Tag.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/Tag.java
index 038ddd899f88..d2a9db5c4f10 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/Tag.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/Tag.java
@@ -29,7 +29,6 @@ public class Tag {
public Tag() {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/User.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/User.java
index 503d9cc2fdd0..f1bb56f2b4cf 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/User.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/modelCopy/User.java
@@ -29,7 +29,6 @@ public class User {
public User() {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/ApiException.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/ApiException.java
index 9a967056acb8..b3d1242217ff 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/ApiException.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/ApiException.java
@@ -21,8 +21,7 @@
* ApiException class.
*/
@SuppressWarnings("serial")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiException extends Exception {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiException extends Exception {
private static final long serialVersionUID = 1L;
private int code = 0;
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/Configuration.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/Configuration.java
index 8df83f558702..8c98d8a647b7 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/Configuration.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/Configuration.java
@@ -13,8 +13,7 @@
package org.openapitools.client;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class Configuration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class Configuration {
public static final String VERSION = "1.0.0";
private static ApiClient defaultApiClient = new ApiClient();
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/Pair.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/Pair.java
index e1361d5819f8..da22eec357ef 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/Pair.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/Pair.java
@@ -13,8 +13,7 @@
package org.openapitools.client;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class Pair {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class Pair {
private String name = "";
private String value = "";
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/ServerConfiguration.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/ServerConfiguration.java
index 4d2a538a2047..12d7bd4173ec 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/ServerConfiguration.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/ServerConfiguration.java
@@ -18,8 +18,7 @@
/**
* Representing a Server configuration.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerConfiguration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerConfiguration {
public String URL;
public String description;
public Map variables;
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/ServerVariable.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/ServerVariable.java
index 67e115bcfb82..b5ba3149296c 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/ServerVariable.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/ServerVariable.java
@@ -18,8 +18,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerVariable {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerVariable {
public String description;
public String defaultValue;
public HashSet enumValues = null;
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/StringUtil.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/StringUtil.java
index 369a58d04e1b..edc6bb4caacf 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/StringUtil.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/StringUtil.java
@@ -16,8 +16,7 @@
import java.util.Collection;
import java.util.Iterator;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class StringUtil {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
*
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
index 757f7fdf8c3a..fefab3466283 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
@@ -20,8 +20,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiKeyAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
index c4958bd7e3ef..091f48e79455 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
@@ -22,8 +22,7 @@
import java.util.Optional;
import java.util.function.Supplier;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBearerAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBearerAuth implements Authentication {
private final String scheme;
private Supplier tokenSupplier;
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/auth/OAuth.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/auth/OAuth.java
index f247770a0dd7..9f39c370ecc3 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/auth/OAuth.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/auth/OAuth.java
@@ -20,8 +20,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class OAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class OAuth implements Authentication {
private String accessToken;
public String getAccessToken() {
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/auth/OAuthFlow.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/auth/OAuthFlow.java
index 5d37dbd849b0..f067024fe973 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/auth/OAuthFlow.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/auth/OAuthFlow.java
@@ -16,8 +16,7 @@
/**
* OAuth flows that are supported by this client
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public enum OAuthFlow {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public enum OAuthFlow {
ACCESS_CODE, //called authorizationCode in OpenAPI 3.0
IMPLICIT,
PASSWORD,
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
index 64fa8a0ef971..94a51ad73674 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
@@ -21,8 +21,7 @@
/**
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public abstract class AbstractOpenApiSchema {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public abstract class AbstractOpenApiSchema {
// store the actual instance of the schema/object
private Object instance;
@@ -142,5 +141,4 @@ public Boolean isNullable() {
}
-
}
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/Category.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/Category.java
index dcf01a0fef1c..9412793f2597 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/Category.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/Category.java
@@ -99,7 +99,6 @@ public void setName(String name) {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/ModelApiResponse.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/ModelApiResponse.java
index ddb5ae30e170..2615741dfd7f 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/ModelApiResponse.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/ModelApiResponse.java
@@ -122,7 +122,6 @@ public void setMessage(String message) {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/Order.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/Order.java
index 6b9675f9da22..f251d451f09f 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/Order.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/Order.java
@@ -120,7 +120,6 @@ public static void validateJsonElement(JsonElement jsonElement) throws IOExcepti
StatusEnum.fromValue(value);
}
}
-
public static final String SERIALIZED_NAME_STATUS = "status";
@SerializedName(SERIALIZED_NAME_STATUS)
private StatusEnum status;
@@ -246,7 +245,6 @@ public void setComplete(Boolean complete) {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/Pet.java
index 8fcbb25d6391..4c7020d92ca5 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/Pet.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/Pet.java
@@ -127,7 +127,6 @@ public static void validateJsonElement(JsonElement jsonElement) throws IOExcepti
StatusEnum.fromValue(value);
}
}
-
public static final String SERIALIZED_NAME_STATUS = "status";
@Deprecated
@SerializedName(SERIALIZED_NAME_STATUS)
@@ -270,7 +269,6 @@ public void setStatus(StatusEnum status) {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/Tag.java
index bd55071f915e..c917dfa7fce8 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/Tag.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/Tag.java
@@ -99,7 +99,6 @@ public void setName(String name) {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/User.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/User.java
index c2ff6e0766f5..44b1cb46aedd 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/User.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/model/User.java
@@ -237,7 +237,6 @@ public void setUserStatus(Integer userStatus) {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/ApiException.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/ApiException.java
index efea74089bdd..5164945fb0bd 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/ApiException.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/ApiException.java
@@ -21,8 +21,7 @@
* ApiException class.
*/
@SuppressWarnings("serial")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiException extends Exception {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiException extends Exception {
private static final long serialVersionUID = 1L;
private int code = 0;
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/Configuration.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/Configuration.java
index d4401c5461f2..711fd7167248 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/Configuration.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/Configuration.java
@@ -13,8 +13,7 @@
package org.openapitools.client;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class Configuration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class Configuration {
public static final String VERSION = "0.1.0";
private static ApiClient defaultApiClient = new ApiClient();
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/Pair.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/Pair.java
index 22aba8fbcde8..a44ec149455e 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/Pair.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/Pair.java
@@ -13,8 +13,7 @@
package org.openapitools.client;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class Pair {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class Pair {
private String name = "";
private String value = "";
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/ServerConfiguration.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/ServerConfiguration.java
index 812faea9f061..d41c382f09b0 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/ServerConfiguration.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/ServerConfiguration.java
@@ -18,8 +18,7 @@
/**
* Representing a Server configuration.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerConfiguration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerConfiguration {
public String URL;
public String description;
public Map variables;
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/ServerVariable.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/ServerVariable.java
index 7b2a6e67cf9a..c3dd84be72d0 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/ServerVariable.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/ServerVariable.java
@@ -18,8 +18,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerVariable {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerVariable {
public String description;
public String defaultValue;
public HashSet enumValues = null;
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/StringUtil.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/StringUtil.java
index 8a24dba3b4ae..1fd542abde0a 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/StringUtil.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/StringUtil.java
@@ -16,8 +16,7 @@
import java.util.Collection;
import java.util.Iterator;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class StringUtil {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
*
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
index e182bc92c111..ddab36cefb4d 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
@@ -20,8 +20,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiKeyAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
index 73bfaffe3f37..465fe9a6dd53 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
@@ -22,8 +22,7 @@
import java.util.Optional;
import java.util.function.Supplier;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBearerAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBearerAuth implements Authentication {
private final String scheme;
private Supplier tokenSupplier;
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
index aa014bcdb3a9..d06f3ca7fdbc 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
@@ -21,8 +21,7 @@
/**
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public abstract class AbstractOpenApiSchema {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public abstract class AbstractOpenApiSchema {
// store the actual instance of the schema/object
private Object instance;
@@ -142,5 +141,4 @@ public Boolean isNullable() {
}
-
}
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Bird.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Bird.java
index b0475747f2a2..1142b7b65445 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Bird.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Bird.java
@@ -99,7 +99,6 @@ public void setColor(String color) {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Category.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Category.java
index f02560657278..dce0a20fb4d2 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Category.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Category.java
@@ -99,7 +99,6 @@ public void setName(String name) {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/DataQuery.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/DataQuery.java
index eb5161032373..4f944edaf0a3 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/DataQuery.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/DataQuery.java
@@ -126,7 +126,6 @@ public void setDate(OffsetDateTime date) {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/DefaultValue.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/DefaultValue.java
index a70fc9b2150e..d47a9d2dfe41 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/DefaultValue.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/DefaultValue.java
@@ -111,7 +111,6 @@ public static void validateJsonElement(JsonElement jsonElement) throws IOExcepti
ArrayStringEnumDefaultEnum.fromValue(value);
}
}
-
public static final String SERIALIZED_NAME_ARRAY_STRING_ENUM_DEFAULT = "array_string_enum_default";
@SerializedName(SERIALIZED_NAME_ARRAY_STRING_ENUM_DEFAULT)
private List arrayStringEnumDefault = new ArrayList<>(Arrays.asList(ArrayStringEnumDefaultEnum.SUCCESS, ArrayStringEnumDefaultEnum.FAILURE));
@@ -351,7 +350,6 @@ public void setStringNullable(String stringNullable) {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/NumberPropertiesOnly.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/NumberPropertiesOnly.java
index 353048817315..c9cfd205ef96 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/NumberPropertiesOnly.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/NumberPropertiesOnly.java
@@ -125,7 +125,6 @@ public void setDouble(Double _double) {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Pet.java
index dbe07da6fa45..700bced01be3 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Pet.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Pet.java
@@ -127,7 +127,6 @@ public static void validateJsonElement(JsonElement jsonElement) throws IOExcepti
StatusEnum.fromValue(value);
}
}
-
public static final String SERIALIZED_NAME_STATUS = "status";
@SerializedName(SERIALIZED_NAME_STATUS)
private StatusEnum status;
@@ -265,7 +264,6 @@ public void setStatus(StatusEnum status) {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Query.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Query.java
index 0e34d10b0e90..00e558302118 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Query.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Query.java
@@ -109,7 +109,6 @@ public static void validateJsonElement(JsonElement jsonElement) throws IOExcepti
OutcomesEnum.fromValue(value);
}
}
-
public static final String SERIALIZED_NAME_OUTCOMES = "outcomes";
@SerializedName(SERIALIZED_NAME_OUTCOMES)
private List outcomes = new ArrayList<>(Arrays.asList(OutcomesEnum.SUCCESS, OutcomesEnum.FAILURE));
@@ -163,7 +162,6 @@ public void setOutcomes(List outcomes) {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Tag.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Tag.java
index 42559b879365..dacb30ebf24f 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Tag.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/Tag.java
@@ -99,7 +99,6 @@ public void setName(String name) {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/TestFormObjectMultipartRequestMarker.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/TestFormObjectMultipartRequestMarker.java
index 44a146bf5f0b..13ad536dad5f 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/TestFormObjectMultipartRequestMarker.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/TestFormObjectMultipartRequestMarker.java
@@ -76,7 +76,6 @@ public void setName(String name) {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.java
index bd8d21bad837..fba9eb8cf089 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.java
@@ -145,7 +145,6 @@ public void setName(String name) {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.java
index 1edd7ef2ba25..552602085fe4 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.java
@@ -86,7 +86,6 @@ public void setValues(List values) {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/ApiClient.java b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/ApiClient.java
index cadf8f35e864..42d89d266277 100644
--- a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/ApiClient.java
+++ b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/ApiClient.java
@@ -56,8 +56,7 @@
import org.openapitools.client.auth.HttpBearerAuth;
import org.openapitools.client.auth.ApiKeyAuth;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiClient extends JavaTimeFormatter {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiClient extends JavaTimeFormatter {
public enum CollectionFormat {
CSV(","), TSV("\t"), SSV(" "), PIPES("|"), MULTI(null);
diff --git a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/JavaTimeFormatter.java b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/JavaTimeFormatter.java
index 81f1409e9eb3..9717bf605981 100644
--- a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/JavaTimeFormatter.java
+++ b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/JavaTimeFormatter.java
@@ -20,8 +20,7 @@
* Class that add parsing/formatting support for Java 8+ {@code OffsetDateTime} class.
* It's generated for java clients when {@code AbstractJavaCodegen#dateLibrary} specified as {@code java8}.
*/
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class JavaTimeFormatter {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class JavaTimeFormatter {
private DateTimeFormatter offsetDateTimeFormatter = DateTimeFormatter.ISO_OFFSET_DATE_TIME;
diff --git a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/RFC3339DateFormat.java b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/RFC3339DateFormat.java
index 9343e26c1bc5..c96b0603fb1d 100644
--- a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/RFC3339DateFormat.java
+++ b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/RFC3339DateFormat.java
@@ -22,8 +22,7 @@
import java.util.GregorianCalendar;
import java.util.TimeZone;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class RFC3339DateFormat extends DateFormat {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");
diff --git a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/ServerConfiguration.java b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/ServerConfiguration.java
index 313e5bc5bf37..41d9932a888c 100644
--- a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/ServerConfiguration.java
+++ b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/ServerConfiguration.java
@@ -18,8 +18,7 @@
/**
* Representing a Server configuration.
*/
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerConfiguration {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerConfiguration {
public String URL;
public String description;
public Map variables;
diff --git a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/ServerVariable.java b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/ServerVariable.java
index 6560f12ab8ad..52eab443318a 100644
--- a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/ServerVariable.java
+++ b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/ServerVariable.java
@@ -18,8 +18,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerVariable {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerVariable {
public String description;
public String defaultValue;
public HashSet enumValues = null;
diff --git a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/StringUtil.java b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/StringUtil.java
index 9e86366b4de7..4977cb432d5a 100644
--- a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/StringUtil.java
+++ b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/StringUtil.java
@@ -16,8 +16,7 @@
import java.util.Collection;
import java.util.Iterator;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class StringUtil {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
*
diff --git a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/AuthApi.java b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/AuthApi.java
index d8f71393d0cb..6156bc48f068 100644
--- a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/AuthApi.java
+++ b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/AuthApi.java
@@ -22,8 +22,7 @@
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class AuthApi {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class AuthApi {
private ApiClient apiClient;
public AuthApi() {
diff --git a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/BodyApi.java b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/BodyApi.java
index 9242a7f8bb20..f168d8fed6fd 100644
--- a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/BodyApi.java
+++ b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/BodyApi.java
@@ -26,8 +26,7 @@
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class BodyApi {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class BodyApi {
private ApiClient apiClient;
public BodyApi() {
diff --git a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/FormApi.java b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/FormApi.java
index 035d9c70c4e7..a3fcffbe299e 100644
--- a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/FormApi.java
+++ b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/FormApi.java
@@ -23,8 +23,7 @@
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class FormApi {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class FormApi {
private ApiClient apiClient;
public FormApi() {
diff --git a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/HeaderApi.java b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/HeaderApi.java
index b4a9de7a1f44..988f904c09ea 100644
--- a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/HeaderApi.java
+++ b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/HeaderApi.java
@@ -23,8 +23,7 @@
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HeaderApi {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HeaderApi {
private ApiClient apiClient;
public HeaderApi() {
diff --git a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/PathApi.java b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/PathApi.java
index 84d19ae8895f..f1241b98e14d 100644
--- a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/PathApi.java
+++ b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/PathApi.java
@@ -23,8 +23,7 @@
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class PathApi {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class PathApi {
private ApiClient apiClient;
public PathApi() {
diff --git a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/QueryApi.java b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/QueryApi.java
index f1f204b571b9..04a5d4dfbbbf 100644
--- a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/QueryApi.java
+++ b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/QueryApi.java
@@ -29,8 +29,7 @@
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class QueryApi {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class QueryApi {
private ApiClient apiClient;
public QueryApi() {
diff --git a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
index b84e2ff1631b..da1c8aae57dc 100644
--- a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
+++ b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
@@ -16,8 +16,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiKeyAuth implements Authentication {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
diff --git a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
index 712fa152f308..292f034766ef 100644
--- a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
+++ b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
@@ -19,8 +19,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBasicAuth implements Authentication {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBasicAuth implements Authentication {
private String username;
private String password;
diff --git a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
index 0d58f1e81fb3..5aa3b809af27 100644
--- a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
+++ b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
@@ -18,8 +18,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBearerAuth implements Authentication {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBearerAuth implements Authentication {
private final String scheme;
private Supplier tokenSupplier;
diff --git a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/model/DefaultValue.java b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/model/DefaultValue.java
index b656923f00e7..a03cbc6b2c48 100644
--- a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/model/DefaultValue.java
+++ b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/model/DefaultValue.java
@@ -85,7 +85,6 @@ public static ArrayStringEnumDefaultEnum fromValue(String value) {
throw new IllegalArgumentException("Unexpected value '" + value + "'");
}
}
-
public static final String JSON_PROPERTY_ARRAY_STRING_ENUM_DEFAULT = "array_string_enum_default";
private List arrayStringEnumDefault = new ArrayList<>(Arrays.asList(ArrayStringEnumDefaultEnum.SUCCESS, ArrayStringEnumDefaultEnum.FAILURE));
@@ -306,7 +305,6 @@ public List getArrayStringNullable() {
@JsonProperty(JSON_PROPERTY_ARRAY_STRING_NULLABLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
-
public JsonNullable> getArrayStringNullable_JsonNullable() {
return arrayStringNullable;
}
@@ -351,7 +349,6 @@ public List getArrayStringExtensionNullable() {
@JsonProperty(JSON_PROPERTY_ARRAY_STRING_EXTENSION_NULLABLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
-
public JsonNullable> getArrayStringExtensionNullable_JsonNullable() {
return arrayStringExtensionNullable;
}
@@ -384,7 +381,6 @@ public String getStringNullable() {
@JsonProperty(JSON_PROPERTY_STRING_NULLABLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
-
public JsonNullable getStringNullable_JsonNullable() {
return stringNullable;
}
diff --git a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/model/Pet.java
index 277c0c2175d3..9cd72d2105f5 100644
--- a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/model/Pet.java
+++ b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/model/Pet.java
@@ -92,7 +92,6 @@ public static StatusEnum fromValue(String value) {
throw new IllegalArgumentException("Unexpected value '" + value + "'");
}
}
-
public static final String JSON_PROPERTY_STATUS = "status";
private StatusEnum status;
diff --git a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/model/Query.java b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/model/Query.java
index 563e3c587f73..ef074e63b770 100644
--- a/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/model/Query.java
+++ b/samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/model/Query.java
@@ -74,7 +74,6 @@ public static OutcomesEnum fromValue(String value) {
throw new IllegalArgumentException("Unexpected value '" + value + "'");
}
}
-
public static final String JSON_PROPERTY_OUTCOMES = "outcomes";
protected List outcomes = new ArrayList<>(Arrays.asList(OutcomesEnum.SUCCESS, OutcomesEnum.FAILURE));
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/ApiClient.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/ApiClient.java
index 58ae449b2a06..c5e93758d410 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/ApiClient.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/ApiClient.java
@@ -60,8 +60,7 @@
import org.openapitools.client.auth.HttpBearerAuth;
import org.openapitools.client.auth.ApiKeyAuth;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiClient extends JavaTimeFormatter {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiClient extends JavaTimeFormatter {
private Map defaultHeaderMap = new HashMap();
private Map defaultCookieMap = new HashMap();
private String basePath = "http://localhost:3000";
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/ApiException.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/ApiException.java
index 0f5ddd3a5a9d..f3b65695e0f7 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/ApiException.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/ApiException.java
@@ -16,8 +16,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiException extends Exception {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiException extends Exception {
private static final long serialVersionUID = 1L;
private int code = 0;
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/Configuration.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/Configuration.java
index d4401c5461f2..711fd7167248 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/Configuration.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/Configuration.java
@@ -13,8 +13,7 @@
package org.openapitools.client;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class Configuration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class Configuration {
public static final String VERSION = "0.1.0";
private static ApiClient defaultApiClient = new ApiClient();
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/JSON.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/JSON.java
index 70c9dea82f0b..60b534dc5a88 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/JSON.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/JSON.java
@@ -22,8 +22,7 @@
import javax.ws.rs.ext.ContextResolver;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class JSON implements ContextResolver {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class JSON implements ContextResolver {
private ObjectMapper mapper;
public JSON() {
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/JavaTimeFormatter.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/JavaTimeFormatter.java
index b653cf3ebb7f..b4314800fabf 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/JavaTimeFormatter.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/JavaTimeFormatter.java
@@ -20,8 +20,7 @@
* Class that add parsing/formatting support for Java 8+ {@code OffsetDateTime} class.
* It's generated for java clients when {@code AbstractJavaCodegen#dateLibrary} specified as {@code java8}.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class JavaTimeFormatter {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class JavaTimeFormatter {
private DateTimeFormatter offsetDateTimeFormatter = DateTimeFormatter.ISO_OFFSET_DATE_TIME;
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/Pair.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/Pair.java
index 22aba8fbcde8..a44ec149455e 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/Pair.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/Pair.java
@@ -13,8 +13,7 @@
package org.openapitools.client;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class Pair {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class Pair {
private String name = "";
private String value = "";
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/RFC3339DateFormat.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/RFC3339DateFormat.java
index aecf076c7d9f..65cc5f94edb2 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/RFC3339DateFormat.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/RFC3339DateFormat.java
@@ -22,8 +22,7 @@
import java.util.GregorianCalendar;
import java.util.TimeZone;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class RFC3339DateFormat extends DateFormat {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/ServerConfiguration.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/ServerConfiguration.java
index 812faea9f061..d41c382f09b0 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/ServerConfiguration.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/ServerConfiguration.java
@@ -18,8 +18,7 @@
/**
* Representing a Server configuration.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerConfiguration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerConfiguration {
public String URL;
public String description;
public Map variables;
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/ServerVariable.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/ServerVariable.java
index 7b2a6e67cf9a..c3dd84be72d0 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/ServerVariable.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/ServerVariable.java
@@ -18,8 +18,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerVariable {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerVariable {
public String description;
public String defaultValue;
public HashSet enumValues = null;
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/StringUtil.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/StringUtil.java
index 8a24dba3b4ae..1fd542abde0a 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/StringUtil.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/StringUtil.java
@@ -16,8 +16,7 @@
import java.util.Collection;
import java.util.Iterator;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class StringUtil {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
*
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/AuthApi.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/AuthApi.java
index 5ae466d6a38e..2646dbaea413 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/AuthApi.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/AuthApi.java
@@ -13,8 +13,7 @@
import java.util.List;
import java.util.Map;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class AuthApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class AuthApi {
private ApiClient apiClient;
public AuthApi() {
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/BodyApi.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/BodyApi.java
index 8abdd8509c44..0afff43a37da 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/BodyApi.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/BodyApi.java
@@ -17,8 +17,7 @@
import java.util.List;
import java.util.Map;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class BodyApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class BodyApi {
private ApiClient apiClient;
public BodyApi() {
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/FormApi.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/FormApi.java
index 450cd3f2b827..02a556e51afe 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/FormApi.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/FormApi.java
@@ -14,8 +14,7 @@
import java.util.List;
import java.util.Map;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class FormApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class FormApi {
private ApiClient apiClient;
public FormApi() {
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/HeaderApi.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/HeaderApi.java
index 9efa8358b6d8..915236b1096c 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/HeaderApi.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/HeaderApi.java
@@ -14,8 +14,7 @@
import java.util.List;
import java.util.Map;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HeaderApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HeaderApi {
private ApiClient apiClient;
public HeaderApi() {
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/PathApi.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/PathApi.java
index 0d194e868875..d1426075ae1d 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/PathApi.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/PathApi.java
@@ -14,8 +14,7 @@
import java.util.List;
import java.util.Map;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class PathApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class PathApi {
private ApiClient apiClient;
public PathApi() {
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/QueryApi.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/QueryApi.java
index e80b60b38c65..2055fb26d49f 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/QueryApi.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/api/QueryApi.java
@@ -20,8 +20,7 @@
import java.util.List;
import java.util.Map;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class QueryApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class QueryApi {
private ApiClient apiClient;
public QueryApi() {
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
index 39e6d2cdc6da..6ef66ef0cb2a 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
@@ -18,8 +18,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiKeyAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
index f2f290920c3d..dcaf8b69ea8a 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
@@ -21,8 +21,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBasicAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBasicAuth implements Authentication {
private String username;
private String password;
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
index 1f1d8b348663..af8fdbaa1496 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
@@ -20,8 +20,7 @@
import java.util.Optional;
import java.util.function.Supplier;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBearerAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBearerAuth implements Authentication {
private final String scheme;
private Supplier tokenSupplier;
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/model/DefaultValue.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/model/DefaultValue.java
index ecdd490bb753..a192716a8598 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/model/DefaultValue.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/model/DefaultValue.java
@@ -85,7 +85,6 @@ public static ArrayStringEnumDefaultEnum fromValue(String value) {
throw new IllegalArgumentException("Unexpected value '" + value + "'");
}
}
-
public static final String JSON_PROPERTY_ARRAY_STRING_ENUM_DEFAULT = "array_string_enum_default";
private List arrayStringEnumDefault = new ArrayList<>(Arrays.asList(ArrayStringEnumDefaultEnum.SUCCESS, ArrayStringEnumDefaultEnum.FAILURE));
@@ -306,7 +305,6 @@ public List getArrayStringNullable() {
@JsonProperty(JSON_PROPERTY_ARRAY_STRING_NULLABLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
-
public JsonNullable> getArrayStringNullable_JsonNullable() {
return arrayStringNullable;
}
@@ -351,7 +349,6 @@ public List getArrayStringExtensionNullable() {
@JsonProperty(JSON_PROPERTY_ARRAY_STRING_EXTENSION_NULLABLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
-
public JsonNullable> getArrayStringExtensionNullable_JsonNullable() {
return arrayStringExtensionNullable;
}
@@ -384,7 +381,6 @@ public String getStringNullable() {
@JsonProperty(JSON_PROPERTY_STRING_NULLABLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
-
public JsonNullable getStringNullable_JsonNullable() {
return stringNullable;
}
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/model/Pet.java
index e82f063d249c..7748c5de2377 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/model/Pet.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/model/Pet.java
@@ -92,7 +92,6 @@ public static StatusEnum fromValue(String value) {
throw new IllegalArgumentException("Unexpected value '" + value + "'");
}
}
-
public static final String JSON_PROPERTY_STATUS = "status";
private StatusEnum status;
diff --git a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/model/Query.java b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/model/Query.java
index 339bc1b76a9e..dac8d6bb2da4 100644
--- a/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/model/Query.java
+++ b/samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/model/Query.java
@@ -74,7 +74,6 @@ public static OutcomesEnum fromValue(String value) {
throw new IllegalArgumentException("Unexpected value '" + value + "'");
}
}
-
public static final String JSON_PROPERTY_OUTCOMES = "outcomes";
protected List outcomes = new ArrayList<>(Arrays.asList(OutcomesEnum.SUCCESS, OutcomesEnum.FAILURE));
diff --git a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/ApiClient.java b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/ApiClient.java
index 551536adf511..86efccbc17df 100644
--- a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/ApiClient.java
+++ b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/ApiClient.java
@@ -73,8 +73,7 @@
import org.openapitools.client.auth.HttpBasicAuth;
import org.openapitools.client.auth.HttpBearerAuth;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiClient extends JavaTimeFormatter {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiClient extends JavaTimeFormatter {
public enum CollectionFormat {
CSV(","), TSV("\t"), SSV(" "), PIPES("|"), MULTI(null);
diff --git a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/BaseApi.java b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/BaseApi.java
index 6c1401edfc95..88d9771b8f07 100644
--- a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/BaseApi.java
+++ b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/BaseApi.java
@@ -18,8 +18,7 @@
import org.springframework.http.HttpMethod;
import org.springframework.http.ResponseEntity;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public abstract class BaseApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public abstract class BaseApi {
protected ApiClient apiClient;
diff --git a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/JavaTimeFormatter.java b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/JavaTimeFormatter.java
index b653cf3ebb7f..b4314800fabf 100644
--- a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/JavaTimeFormatter.java
+++ b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/JavaTimeFormatter.java
@@ -20,8 +20,7 @@
* Class that add parsing/formatting support for Java 8+ {@code OffsetDateTime} class.
* It's generated for java clients when {@code AbstractJavaCodegen#dateLibrary} specified as {@code java8}.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class JavaTimeFormatter {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class JavaTimeFormatter {
private DateTimeFormatter offsetDateTimeFormatter = DateTimeFormatter.ISO_OFFSET_DATE_TIME;
diff --git a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/RFC3339DateFormat.java b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/RFC3339DateFormat.java
index aecf076c7d9f..65cc5f94edb2 100644
--- a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/RFC3339DateFormat.java
+++ b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/RFC3339DateFormat.java
@@ -22,8 +22,7 @@
import java.util.GregorianCalendar;
import java.util.TimeZone;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class RFC3339DateFormat extends DateFormat {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");
diff --git a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/ServerConfiguration.java b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/ServerConfiguration.java
index 812faea9f061..d41c382f09b0 100644
--- a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/ServerConfiguration.java
+++ b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/ServerConfiguration.java
@@ -18,8 +18,7 @@
/**
* Representing a Server configuration.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerConfiguration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerConfiguration {
public String URL;
public String description;
public Map variables;
diff --git a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/ServerVariable.java b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/ServerVariable.java
index 7b2a6e67cf9a..c3dd84be72d0 100644
--- a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/ServerVariable.java
+++ b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/ServerVariable.java
@@ -18,8 +18,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerVariable {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerVariable {
public String description;
public String defaultValue;
public HashSet enumValues = null;
diff --git a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/AuthApi.java b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/AuthApi.java
index 6079d0aa3fda..62d204127baf 100644
--- a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/AuthApi.java
+++ b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/AuthApi.java
@@ -25,8 +25,7 @@
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class AuthApi extends BaseApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class AuthApi extends BaseApi {
public AuthApi() {
super(new ApiClient());
diff --git a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/BodyApi.java b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/BodyApi.java
index f08fa42b7c22..4e1e1c9064ea 100644
--- a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/BodyApi.java
+++ b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/BodyApi.java
@@ -29,8 +29,7 @@
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class BodyApi extends BaseApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class BodyApi extends BaseApi {
public BodyApi() {
super(new ApiClient());
diff --git a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/FormApi.java b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/FormApi.java
index 7c305f6632c0..d0a7469a6f31 100644
--- a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/FormApi.java
+++ b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/FormApi.java
@@ -26,8 +26,7 @@
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class FormApi extends BaseApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class FormApi extends BaseApi {
public FormApi() {
super(new ApiClient());
diff --git a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/HeaderApi.java b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/HeaderApi.java
index b3c324611abc..fe78c91478dc 100644
--- a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/HeaderApi.java
+++ b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/HeaderApi.java
@@ -26,8 +26,7 @@
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HeaderApi extends BaseApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HeaderApi extends BaseApi {
public HeaderApi() {
super(new ApiClient());
diff --git a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/PathApi.java b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/PathApi.java
index 08b79ea3b03a..14f17ab443bc 100644
--- a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/PathApi.java
+++ b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/PathApi.java
@@ -26,8 +26,7 @@
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class PathApi extends BaseApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class PathApi extends BaseApi {
public PathApi() {
super(new ApiClient());
diff --git a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/QueryApi.java b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/QueryApi.java
index 2fbd4a7d047d..0000a81f873d 100644
--- a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/QueryApi.java
+++ b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/api/QueryApi.java
@@ -32,8 +32,7 @@
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class QueryApi extends BaseApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class QueryApi extends BaseApi {
public QueryApi() {
super(new ApiClient());
diff --git a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
index 10f8cd2ba305..a19998a2d4dd 100644
--- a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
+++ b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
@@ -16,8 +16,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiKeyAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
diff --git a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
index 88f19d282243..8c7c928330d4 100644
--- a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
+++ b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
@@ -19,8 +19,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBasicAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBasicAuth implements Authentication {
private String username;
private String password;
diff --git a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
index a2bcab141b2c..c79c2da937f4 100644
--- a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
+++ b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
@@ -18,8 +18,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBearerAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBearerAuth implements Authentication {
private final String scheme;
private Supplier tokenSupplier;
diff --git a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/model/DefaultValue.java b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/model/DefaultValue.java
index 1029fd39a93a..163fc73305a3 100644
--- a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/model/DefaultValue.java
+++ b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/model/DefaultValue.java
@@ -85,7 +85,6 @@ public static ArrayStringEnumDefaultEnum fromValue(String value) {
throw new IllegalArgumentException("Unexpected value '" + value + "'");
}
}
-
public static final String JSON_PROPERTY_ARRAY_STRING_ENUM_DEFAULT = "array_string_enum_default";
private List arrayStringEnumDefault = new ArrayList<>(Arrays.asList(ArrayStringEnumDefaultEnum.SUCCESS, ArrayStringEnumDefaultEnum.FAILURE));
@@ -306,7 +305,6 @@ public List getArrayStringNullable() {
@JsonProperty(JSON_PROPERTY_ARRAY_STRING_NULLABLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
-
public JsonNullable> getArrayStringNullable_JsonNullable() {
return arrayStringNullable;
}
@@ -351,7 +349,6 @@ public List getArrayStringExtensionNullable() {
@JsonProperty(JSON_PROPERTY_ARRAY_STRING_EXTENSION_NULLABLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
-
public JsonNullable> getArrayStringExtensionNullable_JsonNullable() {
return arrayStringExtensionNullable;
}
@@ -384,7 +381,6 @@ public String getStringNullable() {
@JsonProperty(JSON_PROPERTY_STRING_NULLABLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
-
public JsonNullable getStringNullable_JsonNullable() {
return stringNullable;
}
diff --git a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/model/Pet.java b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/model/Pet.java
index 2d1b9cda8c01..d527a4411345 100644
--- a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/model/Pet.java
+++ b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/model/Pet.java
@@ -92,7 +92,6 @@ public static StatusEnum fromValue(String value) {
throw new IllegalArgumentException("Unexpected value '" + value + "'");
}
}
-
public static final String JSON_PROPERTY_STATUS = "status";
private StatusEnum status;
diff --git a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/model/Query.java b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/model/Query.java
index 339bc1b76a9e..dac8d6bb2da4 100644
--- a/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/model/Query.java
+++ b/samples/client/echo_api/java/resttemplate/src/main/java/org/openapitools/client/model/Query.java
@@ -74,7 +74,6 @@ public static OutcomesEnum fromValue(String value) {
throw new IllegalArgumentException("Unexpected value '" + value + "'");
}
}
-
public static final String JSON_PROPERTY_OUTCOMES = "outcomes";
protected List outcomes = new ArrayList<>(Arrays.asList(OutcomesEnum.SUCCESS, OutcomesEnum.FAILURE));
diff --git a/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Bird.kt b/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Bird.kt
index 4207d12f74be..f8140aa35938 100644
--- a/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Bird.kt
+++ b/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Bird.kt
@@ -26,7 +26,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
* @param color
*/
-
data class Bird (
@get:JsonProperty("size")
diff --git a/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Category.kt b/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Category.kt
index 9ca46c3d0fa9..5311561ee718 100644
--- a/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Category.kt
+++ b/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Category.kt
@@ -26,7 +26,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
* @param name
*/
-
data class Category (
@get:JsonProperty("id")
diff --git a/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/DefaultValue.kt b/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/DefaultValue.kt
index aa1c1f36365a..050a787b0ece 100644
--- a/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/DefaultValue.kt
+++ b/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/DefaultValue.kt
@@ -33,7 +33,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
* @param stringNullable
*/
-
data class DefaultValue (
@get:JsonProperty("array_string_enum_ref_default")
diff --git a/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/NumberPropertiesOnly.kt b/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/NumberPropertiesOnly.kt
index 5658fb2393f0..3e5fb8d425d5 100644
--- a/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/NumberPropertiesOnly.kt
+++ b/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/NumberPropertiesOnly.kt
@@ -27,7 +27,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
* @param double
*/
-
data class NumberPropertiesOnly (
@get:JsonProperty("number")
diff --git a/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Pet.kt b/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Pet.kt
index adc88b273579..e856badf27a3 100644
--- a/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Pet.kt
+++ b/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Pet.kt
@@ -32,7 +32,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
* @param status pet status in the store
*/
-
data class Pet (
@get:JsonProperty("name")
diff --git a/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Query.kt b/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Query.kt
index 6c346a4c093f..311b9609be31 100644
--- a/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Query.kt
+++ b/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Query.kt
@@ -26,7 +26,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
* @param outcomes
*/
-
data class Query (
/* Query */
diff --git a/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Tag.kt b/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Tag.kt
index 9cef5f51bd68..2593d03ffb96 100644
--- a/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Tag.kt
+++ b/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/Tag.kt
@@ -26,7 +26,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
* @param name
*/
-
data class Tag (
@get:JsonProperty("id")
diff --git a/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.kt b/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.kt
index 2c197f0ce801..641b07666fd4 100644
--- a/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.kt
+++ b/samples/client/echo_api/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/client/models/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.kt
@@ -25,7 +25,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
* @param propertyValues
*/
-
data class TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter (
@get:JsonProperty("values")
diff --git a/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Bird.kt b/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Bird.kt
index 4207d12f74be..f8140aa35938 100644
--- a/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Bird.kt
+++ b/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Bird.kt
@@ -26,7 +26,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
* @param color
*/
-
data class Bird (
@get:JsonProperty("size")
diff --git a/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Category.kt b/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Category.kt
index 9ca46c3d0fa9..5311561ee718 100644
--- a/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Category.kt
+++ b/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Category.kt
@@ -26,7 +26,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
* @param name
*/
-
data class Category (
@get:JsonProperty("id")
diff --git a/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/DefaultValue.kt b/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/DefaultValue.kt
index aa1c1f36365a..050a787b0ece 100644
--- a/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/DefaultValue.kt
+++ b/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/DefaultValue.kt
@@ -33,7 +33,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
* @param stringNullable
*/
-
data class DefaultValue (
@get:JsonProperty("array_string_enum_ref_default")
diff --git a/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/NumberPropertiesOnly.kt b/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/NumberPropertiesOnly.kt
index 5658fb2393f0..3e5fb8d425d5 100644
--- a/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/NumberPropertiesOnly.kt
+++ b/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/NumberPropertiesOnly.kt
@@ -27,7 +27,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
* @param double
*/
-
data class NumberPropertiesOnly (
@get:JsonProperty("number")
diff --git a/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Pet.kt b/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Pet.kt
index adc88b273579..e856badf27a3 100644
--- a/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Pet.kt
+++ b/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Pet.kt
@@ -32,7 +32,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
* @param status pet status in the store
*/
-
data class Pet (
@get:JsonProperty("name")
diff --git a/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Query.kt b/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Query.kt
index 6c346a4c093f..311b9609be31 100644
--- a/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Query.kt
+++ b/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Query.kt
@@ -26,7 +26,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
* @param outcomes
*/
-
data class Query (
/* Query */
diff --git a/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Tag.kt b/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Tag.kt
index 9cef5f51bd68..2593d03ffb96 100644
--- a/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Tag.kt
+++ b/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/Tag.kt
@@ -26,7 +26,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
* @param name
*/
-
data class Tag (
@get:JsonProperty("id")
diff --git a/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.kt b/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.kt
index 2c197f0ce801..641b07666fd4 100644
--- a/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.kt
+++ b/samples/client/echo_api/kotlin-jvm-spring-3-webclient/src/main/kotlin/org/openapitools/client/models/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.kt
@@ -25,7 +25,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
* @param propertyValues
*/
-
data class TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter (
@get:JsonProperty("values")
diff --git a/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiBird.kt b/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiBird.kt
index ac0f2f486022..37c1001c9c25 100644
--- a/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiBird.kt
+++ b/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiBird.kt
@@ -25,7 +25,6 @@ import com.google.gson.annotations.SerializedName
* @param color
*/
-
data class ApiBird (
@SerializedName("size")
diff --git a/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiCategory.kt b/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiCategory.kt
index f8ec4e1cc51e..19366deee230 100644
--- a/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiCategory.kt
+++ b/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiCategory.kt
@@ -25,7 +25,6 @@ import com.google.gson.annotations.SerializedName
* @param name
*/
-
data class ApiCategory (
@SerializedName("id")
diff --git a/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiDefaultValue.kt b/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiDefaultValue.kt
index ec5413f8b2cb..223075cceda8 100644
--- a/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiDefaultValue.kt
+++ b/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiDefaultValue.kt
@@ -32,7 +32,6 @@ import com.google.gson.annotations.SerializedName
* @param stringNullable
*/
-
data class ApiDefaultValue (
@SerializedName("array_string_enum_ref_default")
diff --git a/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiNumberPropertiesOnly.kt b/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiNumberPropertiesOnly.kt
index 0262f3edc403..6fe73b68b74d 100644
--- a/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiNumberPropertiesOnly.kt
+++ b/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiNumberPropertiesOnly.kt
@@ -26,7 +26,6 @@ import com.google.gson.annotations.SerializedName
* @param double
*/
-
data class ApiNumberPropertiesOnly (
@SerializedName("number")
diff --git a/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiPet.kt b/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiPet.kt
index 198ccf7f68ca..7df502db1457 100644
--- a/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiPet.kt
+++ b/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiPet.kt
@@ -31,7 +31,6 @@ import com.google.gson.annotations.SerializedName
* @param status pet status in the store
*/
-
data class ApiPet (
@SerializedName("name")
diff --git a/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiQuery.kt b/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiQuery.kt
index e9f961d7441a..59ffbc8cf6f9 100644
--- a/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiQuery.kt
+++ b/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiQuery.kt
@@ -25,7 +25,6 @@ import com.google.gson.annotations.SerializedName
* @param outcomes
*/
-
data class ApiQuery (
/* Query */
diff --git a/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiTag.kt b/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiTag.kt
index 42e79293f18c..1762b01c81a1 100644
--- a/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiTag.kt
+++ b/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiTag.kt
@@ -25,7 +25,6 @@ import com.google.gson.annotations.SerializedName
* @param name
*/
-
data class ApiTag (
@SerializedName("id")
diff --git a/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiTestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.kt b/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiTestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.kt
index f0cd66c86efc..cb900a9574ac 100644
--- a/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiTestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.kt
+++ b/samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/models/ApiTestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.kt
@@ -24,7 +24,6 @@ import com.google.gson.annotations.SerializedName
* @param propertyValues
*/
-
data class ApiTestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter (
@SerializedName("values")
diff --git a/samples/client/echo_api/php-nextgen-streaming/.openapi-generator/FILES b/samples/client/echo_api/php-nextgen-streaming/.openapi-generator/FILES
index c51141c743e7..53ad43f78dc2 100644
--- a/samples/client/echo_api/php-nextgen-streaming/.openapi-generator/FILES
+++ b/samples/client/echo_api/php-nextgen-streaming/.openapi-generator/FILES
@@ -24,13 +24,13 @@ docs/Model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md
docs/Model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md
git_push.sh
phpunit.xml.dist
+src/ApiException.php
src/Api/AuthApi.php
src/Api/BodyApi.php
src/Api/FormApi.php
src/Api/HeaderApi.php
src/Api/PathApi.php
src/Api/QueryApi.php
-src/ApiException.php
src/Configuration.php
src/HeaderSelector.php
src/Model/Bird.php
diff --git a/samples/client/echo_api/php-nextgen-streaming/README.md b/samples/client/echo_api/php-nextgen-streaming/README.md
index dd813875cf49..b79503a9cec0 100644
--- a/samples/client/echo_api/php-nextgen-streaming/README.md
+++ b/samples/client/echo_api/php-nextgen-streaming/README.md
@@ -53,7 +53,6 @@ $config = OpenAPI\Client\Configuration::getDefaultConfiguration()
->setUsername('YOUR_USERNAME')
->setPassword('YOUR_PASSWORD');
-
$apiInstance = new OpenAPI\Client\Api\AuthApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
diff --git a/samples/client/echo_api/php-nextgen-streaming/docs/Api/AuthApi.md b/samples/client/echo_api/php-nextgen-streaming/docs/Api/AuthApi.md
index 874f3c61c69c..fa163ae37317 100644
--- a/samples/client/echo_api/php-nextgen-streaming/docs/Api/AuthApi.md
+++ b/samples/client/echo_api/php-nextgen-streaming/docs/Api/AuthApi.md
@@ -30,7 +30,6 @@ $config = OpenAPI\Client\Configuration::getDefaultConfiguration()
->setUsername('YOUR_USERNAME')
->setPassword('YOUR_PASSWORD');
-
$apiInstance = new OpenAPI\Client\Api\AuthApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -87,7 +86,6 @@ require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: http_bearer_auth
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
-
$apiInstance = new OpenAPI\Client\Api\AuthApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
diff --git a/samples/client/echo_api/php-nextgen-streaming/docs/Api/BodyApi.md b/samples/client/echo_api/php-nextgen-streaming/docs/Api/BodyApi.md
index 6c26bb843ffd..ecbfb3a66d17 100644
--- a/samples/client/echo_api/php-nextgen-streaming/docs/Api/BodyApi.md
+++ b/samples/client/echo_api/php-nextgen-streaming/docs/Api/BodyApi.md
@@ -33,7 +33,6 @@ Test binary (gif) response body
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -86,7 +85,6 @@ Test body parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -142,7 +140,6 @@ Test array of binary in multipart mime
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -198,7 +195,6 @@ Test single binary in multipart mime
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -254,7 +250,6 @@ Test body parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -310,7 +305,6 @@ Test free form object
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -366,7 +360,6 @@ Test body parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -422,7 +415,6 @@ Test empty response body
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -478,7 +470,6 @@ Test string enum response body
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -534,7 +525,6 @@ Test empty json (request body)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
diff --git a/samples/client/echo_api/php-nextgen-streaming/docs/Api/FormApi.md b/samples/client/echo_api/php-nextgen-streaming/docs/Api/FormApi.md
index f9236a17214e..02aa7adc9059 100644
--- a/samples/client/echo_api/php-nextgen-streaming/docs/Api/FormApi.md
+++ b/samples/client/echo_api/php-nextgen-streaming/docs/Api/FormApi.md
@@ -26,7 +26,6 @@ Test form parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\FormApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -86,7 +85,6 @@ Test form parameter(s) for multipart schema
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\FormApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -142,7 +140,6 @@ Test form parameter(s) for oneOf schema
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\FormApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
diff --git a/samples/client/echo_api/php-nextgen-streaming/docs/Api/HeaderApi.md b/samples/client/echo_api/php-nextgen-streaming/docs/Api/HeaderApi.md
index 62de1378949d..1535bb97a1ac 100644
--- a/samples/client/echo_api/php-nextgen-streaming/docs/Api/HeaderApi.md
+++ b/samples/client/echo_api/php-nextgen-streaming/docs/Api/HeaderApi.md
@@ -24,7 +24,6 @@ Test header parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\HeaderApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
diff --git a/samples/client/echo_api/php-nextgen-streaming/docs/Api/PathApi.md b/samples/client/echo_api/php-nextgen-streaming/docs/Api/PathApi.md
index 9d3001f01390..7ce4b5453213 100644
--- a/samples/client/echo_api/php-nextgen-streaming/docs/Api/PathApi.md
+++ b/samples/client/echo_api/php-nextgen-streaming/docs/Api/PathApi.md
@@ -24,7 +24,6 @@ Test path parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\PathApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
diff --git a/samples/client/echo_api/php-nextgen-streaming/docs/Api/QueryApi.md b/samples/client/echo_api/php-nextgen-streaming/docs/Api/QueryApi.md
index 10208136e80f..b5b84f10e6bd 100644
--- a/samples/client/echo_api/php-nextgen-streaming/docs/Api/QueryApi.md
+++ b/samples/client/echo_api/php-nextgen-streaming/docs/Api/QueryApi.md
@@ -33,7 +33,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -91,7 +90,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -151,7 +149,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -211,7 +208,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -267,7 +263,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -323,7 +318,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -379,7 +373,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -435,7 +428,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -491,7 +483,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -547,7 +538,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
diff --git a/samples/client/echo_api/php-nextgen-streaming/phpunit.xml.dist b/samples/client/echo_api/php-nextgen-streaming/phpunit.xml.dist
index 1135449a8d9b..cba878f52707 100644
--- a/samples/client/echo_api/php-nextgen-streaming/phpunit.xml.dist
+++ b/samples/client/echo_api/php-nextgen-streaming/phpunit.xml.dist
@@ -2,8 +2,8 @@
- ./src/Api
- ./src/Model
+ ./src\/Api
+ ./src\/Model
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Api/AuthApi.php b/samples/client/echo_api/php-nextgen-streaming/src/Api/AuthApi.php
index 7c3dc10acf3f..7c282e418a88 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Api/AuthApi.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Api/AuthApi.php
@@ -18,7 +18,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Api/BodyApi.php b/samples/client/echo_api/php-nextgen-streaming/src/Api/BodyApi.php
index bc47cee3d1ca..2e434ba458b2 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Api/BodyApi.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Api/BodyApi.php
@@ -18,7 +18,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Api/FormApi.php b/samples/client/echo_api/php-nextgen-streaming/src/Api/FormApi.php
index 8a67a6113445..87b2443e6938 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Api/FormApi.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Api/FormApi.php
@@ -18,7 +18,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Api/HeaderApi.php b/samples/client/echo_api/php-nextgen-streaming/src/Api/HeaderApi.php
index 6465a1b3ba45..25c16f95f22f 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Api/HeaderApi.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Api/HeaderApi.php
@@ -18,7 +18,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Api/PathApi.php b/samples/client/echo_api/php-nextgen-streaming/src/Api/PathApi.php
index dbeb47e3dde3..92b082942b88 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Api/PathApi.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Api/PathApi.php
@@ -18,7 +18,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Api/QueryApi.php b/samples/client/echo_api/php-nextgen-streaming/src/Api/QueryApi.php
index ca420cea4f22..009650dc9eeb 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Api/QueryApi.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Api/QueryApi.php
@@ -18,7 +18,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/ApiException.php b/samples/client/echo_api/php-nextgen-streaming/src/ApiException.php
index 3fbcc34488b3..7b141d7a0267 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/ApiException.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/ApiException.php
@@ -18,7 +18,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Configuration.php b/samples/client/echo_api/php-nextgen-streaming/src/Configuration.php
index ce8f4cf44a04..a2230e2121f5 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Configuration.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Configuration.php
@@ -18,7 +18,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/HeaderSelector.php b/samples/client/echo_api/php-nextgen-streaming/src/HeaderSelector.php
index 13a3f711092b..2969c39b82ff 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/HeaderSelector.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/HeaderSelector.php
@@ -18,7 +18,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Model/Bird.php b/samples/client/echo_api/php-nextgen-streaming/src/Model/Bird.php
index 564ecbeeaaf5..a7658d16a1f9 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Model/Bird.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Model/Bird.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Model/Category.php b/samples/client/echo_api/php-nextgen-streaming/src/Model/Category.php
index ed2eb9ca6a28..3e7d134c7e8f 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Model/Category.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Model/Category.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Model/DataQuery.php b/samples/client/echo_api/php-nextgen-streaming/src/Model/DataQuery.php
index 0403db5f49e4..32bc9c1a3bd1 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Model/DataQuery.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Model/DataQuery.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Model/DefaultValue.php b/samples/client/echo_api/php-nextgen-streaming/src/Model/DefaultValue.php
index d349b341ec7f..ec0a86f58046 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Model/DefaultValue.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Model/DefaultValue.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Model/ModelInterface.php b/samples/client/echo_api/php-nextgen-streaming/src/Model/ModelInterface.php
index 5f7e41862461..fcc52308b5e6 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Model/ModelInterface.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Model/ModelInterface.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Model/NumberPropertiesOnly.php b/samples/client/echo_api/php-nextgen-streaming/src/Model/NumberPropertiesOnly.php
index 8bc8fd8f436c..858ec0ca2308 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Model/NumberPropertiesOnly.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Model/NumberPropertiesOnly.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Model/Pet.php b/samples/client/echo_api/php-nextgen-streaming/src/Model/Pet.php
index 7bc3d0182cc0..17668e7d25af 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Model/Pet.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Model/Pet.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Model/Query.php b/samples/client/echo_api/php-nextgen-streaming/src/Model/Query.php
index ededb9cd405e..aa06c69c3076 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Model/Query.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Model/Query.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Model/StringEnumRef.php b/samples/client/echo_api/php-nextgen-streaming/src/Model/StringEnumRef.php
index 337fc1a3f8d0..636ba764f57d 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Model/StringEnumRef.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Model/StringEnumRef.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Model/Tag.php b/samples/client/echo_api/php-nextgen-streaming/src/Model/Tag.php
index 754c54b03c22..67d67b8526c4 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Model/Tag.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Model/Tag.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Model/TestFormObjectMultipartRequestMarker.php b/samples/client/echo_api/php-nextgen-streaming/src/Model/TestFormObjectMultipartRequestMarker.php
index 527e63fbf815..0ae3174e2313 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Model/TestFormObjectMultipartRequestMarker.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Model/TestFormObjectMultipartRequestMarker.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.php b/samples/client/echo_api/php-nextgen-streaming/src/Model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.php
index ba8f468493f6..3b176a0326c9 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.php b/samples/client/echo_api/php-nextgen-streaming/src/Model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.php
index 3a36fceec904..42c9e06fd42d 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/Model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/Model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen-streaming/src/ObjectSerializer.php b/samples/client/echo_api/php-nextgen-streaming/src/ObjectSerializer.php
index e75e7b623e01..ea3923304f91 100644
--- a/samples/client/echo_api/php-nextgen-streaming/src/ObjectSerializer.php
+++ b/samples/client/echo_api/php-nextgen-streaming/src/ObjectSerializer.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/.openapi-generator/FILES b/samples/client/echo_api/php-nextgen/.openapi-generator/FILES
index c51141c743e7..53ad43f78dc2 100644
--- a/samples/client/echo_api/php-nextgen/.openapi-generator/FILES
+++ b/samples/client/echo_api/php-nextgen/.openapi-generator/FILES
@@ -24,13 +24,13 @@ docs/Model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md
docs/Model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md
git_push.sh
phpunit.xml.dist
+src/ApiException.php
src/Api/AuthApi.php
src/Api/BodyApi.php
src/Api/FormApi.php
src/Api/HeaderApi.php
src/Api/PathApi.php
src/Api/QueryApi.php
-src/ApiException.php
src/Configuration.php
src/HeaderSelector.php
src/Model/Bird.php
diff --git a/samples/client/echo_api/php-nextgen/README.md b/samples/client/echo_api/php-nextgen/README.md
index dd813875cf49..b79503a9cec0 100644
--- a/samples/client/echo_api/php-nextgen/README.md
+++ b/samples/client/echo_api/php-nextgen/README.md
@@ -53,7 +53,6 @@ $config = OpenAPI\Client\Configuration::getDefaultConfiguration()
->setUsername('YOUR_USERNAME')
->setPassword('YOUR_PASSWORD');
-
$apiInstance = new OpenAPI\Client\Api\AuthApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
diff --git a/samples/client/echo_api/php-nextgen/docs/Api/AuthApi.md b/samples/client/echo_api/php-nextgen/docs/Api/AuthApi.md
index 874f3c61c69c..fa163ae37317 100644
--- a/samples/client/echo_api/php-nextgen/docs/Api/AuthApi.md
+++ b/samples/client/echo_api/php-nextgen/docs/Api/AuthApi.md
@@ -30,7 +30,6 @@ $config = OpenAPI\Client\Configuration::getDefaultConfiguration()
->setUsername('YOUR_USERNAME')
->setPassword('YOUR_PASSWORD');
-
$apiInstance = new OpenAPI\Client\Api\AuthApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -87,7 +86,6 @@ require_once(__DIR__ . '/vendor/autoload.php');
// Configure Bearer authorization: http_bearer_auth
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
-
$apiInstance = new OpenAPI\Client\Api\AuthApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
diff --git a/samples/client/echo_api/php-nextgen/docs/Api/BodyApi.md b/samples/client/echo_api/php-nextgen/docs/Api/BodyApi.md
index f9b966860b77..3161f8bf190a 100644
--- a/samples/client/echo_api/php-nextgen/docs/Api/BodyApi.md
+++ b/samples/client/echo_api/php-nextgen/docs/Api/BodyApi.md
@@ -33,7 +33,6 @@ Test binary (gif) response body
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -86,7 +85,6 @@ Test body parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -142,7 +140,6 @@ Test array of binary in multipart mime
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -198,7 +195,6 @@ Test single binary in multipart mime
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -254,7 +250,6 @@ Test body parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -310,7 +305,6 @@ Test free form object
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -366,7 +360,6 @@ Test body parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -422,7 +415,6 @@ Test empty response body
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -478,7 +470,6 @@ Test string enum response body
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -534,7 +525,6 @@ Test empty json (request body)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\BodyApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
diff --git a/samples/client/echo_api/php-nextgen/docs/Api/FormApi.md b/samples/client/echo_api/php-nextgen/docs/Api/FormApi.md
index f9236a17214e..02aa7adc9059 100644
--- a/samples/client/echo_api/php-nextgen/docs/Api/FormApi.md
+++ b/samples/client/echo_api/php-nextgen/docs/Api/FormApi.md
@@ -26,7 +26,6 @@ Test form parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\FormApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -86,7 +85,6 @@ Test form parameter(s) for multipart schema
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\FormApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -142,7 +140,6 @@ Test form parameter(s) for oneOf schema
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\FormApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
diff --git a/samples/client/echo_api/php-nextgen/docs/Api/HeaderApi.md b/samples/client/echo_api/php-nextgen/docs/Api/HeaderApi.md
index 62de1378949d..1535bb97a1ac 100644
--- a/samples/client/echo_api/php-nextgen/docs/Api/HeaderApi.md
+++ b/samples/client/echo_api/php-nextgen/docs/Api/HeaderApi.md
@@ -24,7 +24,6 @@ Test header parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\HeaderApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
diff --git a/samples/client/echo_api/php-nextgen/docs/Api/PathApi.md b/samples/client/echo_api/php-nextgen/docs/Api/PathApi.md
index 9d3001f01390..7ce4b5453213 100644
--- a/samples/client/echo_api/php-nextgen/docs/Api/PathApi.md
+++ b/samples/client/echo_api/php-nextgen/docs/Api/PathApi.md
@@ -24,7 +24,6 @@ Test path parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\PathApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
diff --git a/samples/client/echo_api/php-nextgen/docs/Api/QueryApi.md b/samples/client/echo_api/php-nextgen/docs/Api/QueryApi.md
index 10208136e80f..b5b84f10e6bd 100644
--- a/samples/client/echo_api/php-nextgen/docs/Api/QueryApi.md
+++ b/samples/client/echo_api/php-nextgen/docs/Api/QueryApi.md
@@ -33,7 +33,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -91,7 +90,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -151,7 +149,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -211,7 +208,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -267,7 +263,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -323,7 +318,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -379,7 +373,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -435,7 +428,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -491,7 +483,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -547,7 +538,6 @@ Test query parameter(s)
require_once(__DIR__ . '/vendor/autoload.php');
-
$apiInstance = new OpenAPI\Client\Api\QueryApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
diff --git a/samples/client/echo_api/php-nextgen/phpunit.xml.dist b/samples/client/echo_api/php-nextgen/phpunit.xml.dist
index 1135449a8d9b..cba878f52707 100644
--- a/samples/client/echo_api/php-nextgen/phpunit.xml.dist
+++ b/samples/client/echo_api/php-nextgen/phpunit.xml.dist
@@ -2,8 +2,8 @@
- ./src/Api
- ./src/Model
+ ./src\/Api
+ ./src\/Model
diff --git a/samples/client/echo_api/php-nextgen/src/Api/AuthApi.php b/samples/client/echo_api/php-nextgen/src/Api/AuthApi.php
index 7c3dc10acf3f..7c282e418a88 100644
--- a/samples/client/echo_api/php-nextgen/src/Api/AuthApi.php
+++ b/samples/client/echo_api/php-nextgen/src/Api/AuthApi.php
@@ -18,7 +18,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Api/BodyApi.php b/samples/client/echo_api/php-nextgen/src/Api/BodyApi.php
index 20521664c4aa..33eb06e077f9 100644
--- a/samples/client/echo_api/php-nextgen/src/Api/BodyApi.php
+++ b/samples/client/echo_api/php-nextgen/src/Api/BodyApi.php
@@ -18,7 +18,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Api/FormApi.php b/samples/client/echo_api/php-nextgen/src/Api/FormApi.php
index 8a67a6113445..87b2443e6938 100644
--- a/samples/client/echo_api/php-nextgen/src/Api/FormApi.php
+++ b/samples/client/echo_api/php-nextgen/src/Api/FormApi.php
@@ -18,7 +18,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Api/HeaderApi.php b/samples/client/echo_api/php-nextgen/src/Api/HeaderApi.php
index 6465a1b3ba45..25c16f95f22f 100644
--- a/samples/client/echo_api/php-nextgen/src/Api/HeaderApi.php
+++ b/samples/client/echo_api/php-nextgen/src/Api/HeaderApi.php
@@ -18,7 +18,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Api/PathApi.php b/samples/client/echo_api/php-nextgen/src/Api/PathApi.php
index dbeb47e3dde3..92b082942b88 100644
--- a/samples/client/echo_api/php-nextgen/src/Api/PathApi.php
+++ b/samples/client/echo_api/php-nextgen/src/Api/PathApi.php
@@ -18,7 +18,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Api/QueryApi.php b/samples/client/echo_api/php-nextgen/src/Api/QueryApi.php
index ca420cea4f22..009650dc9eeb 100644
--- a/samples/client/echo_api/php-nextgen/src/Api/QueryApi.php
+++ b/samples/client/echo_api/php-nextgen/src/Api/QueryApi.php
@@ -18,7 +18,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/ApiException.php b/samples/client/echo_api/php-nextgen/src/ApiException.php
index 3fbcc34488b3..7b141d7a0267 100644
--- a/samples/client/echo_api/php-nextgen/src/ApiException.php
+++ b/samples/client/echo_api/php-nextgen/src/ApiException.php
@@ -18,7 +18,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Configuration.php b/samples/client/echo_api/php-nextgen/src/Configuration.php
index ce8f4cf44a04..a2230e2121f5 100644
--- a/samples/client/echo_api/php-nextgen/src/Configuration.php
+++ b/samples/client/echo_api/php-nextgen/src/Configuration.php
@@ -18,7 +18,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/HeaderSelector.php b/samples/client/echo_api/php-nextgen/src/HeaderSelector.php
index 13a3f711092b..2969c39b82ff 100644
--- a/samples/client/echo_api/php-nextgen/src/HeaderSelector.php
+++ b/samples/client/echo_api/php-nextgen/src/HeaderSelector.php
@@ -18,7 +18,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Model/Bird.php b/samples/client/echo_api/php-nextgen/src/Model/Bird.php
index 564ecbeeaaf5..a7658d16a1f9 100644
--- a/samples/client/echo_api/php-nextgen/src/Model/Bird.php
+++ b/samples/client/echo_api/php-nextgen/src/Model/Bird.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Model/Category.php b/samples/client/echo_api/php-nextgen/src/Model/Category.php
index ed2eb9ca6a28..3e7d134c7e8f 100644
--- a/samples/client/echo_api/php-nextgen/src/Model/Category.php
+++ b/samples/client/echo_api/php-nextgen/src/Model/Category.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Model/DataQuery.php b/samples/client/echo_api/php-nextgen/src/Model/DataQuery.php
index 0403db5f49e4..32bc9c1a3bd1 100644
--- a/samples/client/echo_api/php-nextgen/src/Model/DataQuery.php
+++ b/samples/client/echo_api/php-nextgen/src/Model/DataQuery.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Model/DefaultValue.php b/samples/client/echo_api/php-nextgen/src/Model/DefaultValue.php
index d349b341ec7f..ec0a86f58046 100644
--- a/samples/client/echo_api/php-nextgen/src/Model/DefaultValue.php
+++ b/samples/client/echo_api/php-nextgen/src/Model/DefaultValue.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Model/ModelInterface.php b/samples/client/echo_api/php-nextgen/src/Model/ModelInterface.php
index 5f7e41862461..fcc52308b5e6 100644
--- a/samples/client/echo_api/php-nextgen/src/Model/ModelInterface.php
+++ b/samples/client/echo_api/php-nextgen/src/Model/ModelInterface.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Model/NumberPropertiesOnly.php b/samples/client/echo_api/php-nextgen/src/Model/NumberPropertiesOnly.php
index 8bc8fd8f436c..858ec0ca2308 100644
--- a/samples/client/echo_api/php-nextgen/src/Model/NumberPropertiesOnly.php
+++ b/samples/client/echo_api/php-nextgen/src/Model/NumberPropertiesOnly.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Model/Pet.php b/samples/client/echo_api/php-nextgen/src/Model/Pet.php
index 7bc3d0182cc0..17668e7d25af 100644
--- a/samples/client/echo_api/php-nextgen/src/Model/Pet.php
+++ b/samples/client/echo_api/php-nextgen/src/Model/Pet.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Model/Query.php b/samples/client/echo_api/php-nextgen/src/Model/Query.php
index ededb9cd405e..aa06c69c3076 100644
--- a/samples/client/echo_api/php-nextgen/src/Model/Query.php
+++ b/samples/client/echo_api/php-nextgen/src/Model/Query.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Model/StringEnumRef.php b/samples/client/echo_api/php-nextgen/src/Model/StringEnumRef.php
index 337fc1a3f8d0..636ba764f57d 100644
--- a/samples/client/echo_api/php-nextgen/src/Model/StringEnumRef.php
+++ b/samples/client/echo_api/php-nextgen/src/Model/StringEnumRef.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Model/Tag.php b/samples/client/echo_api/php-nextgen/src/Model/Tag.php
index 754c54b03c22..67d67b8526c4 100644
--- a/samples/client/echo_api/php-nextgen/src/Model/Tag.php
+++ b/samples/client/echo_api/php-nextgen/src/Model/Tag.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Model/TestFormObjectMultipartRequestMarker.php b/samples/client/echo_api/php-nextgen/src/Model/TestFormObjectMultipartRequestMarker.php
index 527e63fbf815..0ae3174e2313 100644
--- a/samples/client/echo_api/php-nextgen/src/Model/TestFormObjectMultipartRequestMarker.php
+++ b/samples/client/echo_api/php-nextgen/src/Model/TestFormObjectMultipartRequestMarker.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.php b/samples/client/echo_api/php-nextgen/src/Model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.php
index ba8f468493f6..3b176a0326c9 100644
--- a/samples/client/echo_api/php-nextgen/src/Model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.php
+++ b/samples/client/echo_api/php-nextgen/src/Model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/Model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.php b/samples/client/echo_api/php-nextgen/src/Model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.php
index 3a36fceec904..42c9e06fd42d 100644
--- a/samples/client/echo_api/php-nextgen/src/Model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.php
+++ b/samples/client/echo_api/php-nextgen/src/Model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/php-nextgen/src/ObjectSerializer.php b/samples/client/echo_api/php-nextgen/src/ObjectSerializer.php
index e75e7b623e01..ea3923304f91 100644
--- a/samples/client/echo_api/php-nextgen/src/ObjectSerializer.php
+++ b/samples/client/echo_api/php-nextgen/src/ObjectSerializer.php
@@ -19,7 +19,6 @@
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.9.0-SNAPSHOT
*/
-
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
diff --git a/samples/client/echo_api/powershell/src/PSOpenAPITools/Model/StringEnumRef.ps1 b/samples/client/echo_api/powershell/src/PSOpenAPITools/Model/StringEnumRef.ps1
index 3ea65a59c5ac..7f3f4e457eb0 100644
--- a/samples/client/echo_api/powershell/src/PSOpenAPITools/Model/StringEnumRef.ps1
+++ b/samples/client/echo_api/powershell/src/PSOpenAPITools/Model/StringEnumRef.ps1
@@ -24,4 +24,3 @@ enum StringEnumRef {
# enum value: "unclassified"
unclassified
}
-
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/README.md b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/README.md
index a256bd9e763d..8d507f0f38ab 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/README.md
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/README.md
@@ -72,7 +72,6 @@ configuration = openapi_client.Configuration(
password = os.environ["PASSWORD"]
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -159,4 +158,3 @@ Authentication schemes defined for the API:
team@openapitools.org
-
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/AuthApi.md b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/AuthApi.md
index 507592b4811e..56ca14f2de09 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/AuthApi.md
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/AuthApi.md
@@ -40,7 +40,6 @@ configuration = openapi_client.Configuration(
username = os.environ["USERNAME"],
password = os.environ["PASSWORD"]
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -56,7 +55,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
This endpoint does not need any parameter.
@@ -113,7 +111,6 @@ configuration = openapi_client.Configuration(
configuration = openapi_client.Configuration(
access_token = os.environ["BEARER_TOKEN"]
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -129,7 +126,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
This endpoint does not need any parameter.
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/BodyApi.md b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/BodyApi.md
index d4cc6d4dab6d..a6311d82dfd2 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/BodyApi.md
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/BodyApi.md
@@ -37,7 +37,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -53,7 +52,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
This endpoint does not need any parameter.
@@ -100,7 +98,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -117,7 +114,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -167,7 +163,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -184,7 +179,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -234,7 +228,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -251,7 +244,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -302,7 +294,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -319,7 +310,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -369,7 +359,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -386,7 +375,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -437,7 +425,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -454,7 +441,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -505,7 +491,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -522,7 +507,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -573,7 +557,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -590,7 +573,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -641,7 +623,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -658,7 +639,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/FormApi.md b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/FormApi.md
index 86ae2be36975..47e5bc6e3c80 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/FormApi.md
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/FormApi.md
@@ -30,7 +30,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -49,7 +48,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -102,7 +100,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -119,7 +116,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -169,7 +165,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -191,7 +186,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/HeaderApi.md b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/HeaderApi.md
index 137b5c00d105..d2f37031165e 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/HeaderApi.md
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/HeaderApi.md
@@ -29,7 +29,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -50,7 +49,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/PathApi.md b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/PathApi.md
index dd9362bb746e..19cfab1ad3de 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/PathApi.md
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/PathApi.md
@@ -29,7 +29,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -49,7 +48,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/QueryApi.md b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/QueryApi.md
index 8c8bf981a5f7..bf706e43ab12 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/QueryApi.md
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/docs/QueryApi.md
@@ -38,7 +38,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -56,7 +55,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -107,7 +105,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -126,7 +123,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -178,7 +174,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -197,7 +192,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -250,7 +244,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -267,7 +260,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -317,7 +309,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -334,7 +325,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -384,7 +374,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -401,7 +390,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -451,7 +439,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -468,7 +455,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -519,7 +505,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -536,7 +521,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -587,7 +571,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -604,7 +587,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -654,7 +636,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -671,7 +652,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/__init__.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/__init__.py
index 3f63fe12abdb..4bce0c3dffdb 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/__init__.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/__init__.py
@@ -14,7 +14,6 @@
Do not edit the class manually.
""" # noqa: E501
-
__version__ = "1.0.0"
# import apis into sdk package
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/auth_api.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/auth_api.py
index 2f3e9dfcdb63..4a1bbcd8973f 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/auth_api.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/auth_api.py
@@ -11,7 +11,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
@@ -88,8 +87,7 @@ def test_auth_http_basic(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -151,8 +149,7 @@ def test_auth_http_basic_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -214,8 +211,7 @@ def test_auth_http_basic_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -334,8 +330,7 @@ def test_auth_http_bearer(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -397,8 +392,7 @@ def test_auth_http_bearer_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -460,8 +454,7 @@ def test_auth_http_bearer_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/body_api.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/body_api.py
index 33aba2cbd446..f03c6f6c5628 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/body_api.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/body_api.py
@@ -11,7 +11,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
@@ -93,8 +92,7 @@ def test_binary_gif(
_response_types_map: Dict[str, Optional[str]] = {
'200': "bytearray",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -156,8 +154,7 @@ def test_binary_gif_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "bytearray",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -219,8 +216,7 @@ def test_binary_gif_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "bytearray",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -342,8 +338,7 @@ def test_body_application_octetstream_binary(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -409,8 +404,7 @@ def test_body_application_octetstream_binary_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -476,8 +470,7 @@ def test_body_application_octetstream_binary_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -623,8 +616,7 @@ def test_body_multipart_formdata_array_of_binary(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -690,8 +682,7 @@ def test_body_multipart_formdata_array_of_binary_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -757,8 +748,7 @@ def test_body_multipart_formdata_array_of_binary_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -897,8 +887,7 @@ def test_body_multipart_formdata_single_binary(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -964,8 +953,7 @@ def test_body_multipart_formdata_single_binary_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1031,8 +1019,7 @@ def test_body_multipart_formdata_single_binary_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1170,8 +1157,7 @@ def test_echo_body_all_of_pet(
_response_types_map: Dict[str, Optional[str]] = {
'200': "Pet",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1237,8 +1223,7 @@ def test_echo_body_all_of_pet_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "Pet",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1304,8 +1289,7 @@ def test_echo_body_all_of_pet_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "Pet",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1443,8 +1427,7 @@ def test_echo_body_free_form_object_response_string(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1510,8 +1493,7 @@ def test_echo_body_free_form_object_response_string_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1577,8 +1559,7 @@ def test_echo_body_free_form_object_response_string_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1716,8 +1697,7 @@ def test_echo_body_pet(
_response_types_map: Dict[str, Optional[str]] = {
'200': "Pet",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1783,8 +1763,7 @@ def test_echo_body_pet_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "Pet",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1850,8 +1829,7 @@ def test_echo_body_pet_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "Pet",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1989,8 +1967,7 @@ def test_echo_body_pet_response_string(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2056,8 +2033,7 @@ def test_echo_body_pet_response_string_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2123,8 +2099,7 @@ def test_echo_body_pet_response_string_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2262,8 +2237,7 @@ def test_echo_body_string_enum(
_response_types_map: Dict[str, Optional[str]] = {
'200': "StringEnumRef",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2329,8 +2303,7 @@ def test_echo_body_string_enum_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "StringEnumRef",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2396,8 +2369,7 @@ def test_echo_body_string_enum_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "StringEnumRef",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2535,8 +2507,7 @@ def test_echo_body_tag_response_string(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2602,8 +2573,7 @@ def test_echo_body_tag_response_string_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2669,8 +2639,7 @@ def test_echo_body_tag_response_string_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/form_api.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/form_api.py
index 3353457f7ee8..2cd442dab48e 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/form_api.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/form_api.py
@@ -11,7 +11,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
@@ -102,8 +101,7 @@ def test_form_integer_boolean_string(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -177,8 +175,7 @@ def test_form_integer_boolean_string_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -252,8 +249,7 @@ def test_form_integer_boolean_string_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -397,8 +393,7 @@ def test_form_object_multipart(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -464,8 +459,7 @@ def test_form_object_multipart_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -531,8 +525,7 @@ def test_form_object_multipart_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -690,8 +683,7 @@ def test_form_oneof(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -777,8 +769,7 @@ def test_form_oneof_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -864,8 +855,7 @@ def test_form_oneof_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/header_api.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/header_api.py
index 5c1cd1b540dd..bae5ed1daef3 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/header_api.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/header_api.py
@@ -11,7 +11,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
@@ -110,8 +109,7 @@ def test_header_integer_boolean_string_enums(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -193,8 +191,7 @@ def test_header_integer_boolean_string_enums_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -276,8 +273,7 @@ def test_header_integer_boolean_string_enums_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/path_api.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/path_api.py
index d2ba4662c21a..f75a339e2451 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/path_api.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/path_api.py
@@ -11,7 +11,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
@@ -105,8 +104,7 @@ def tests_path_string_path_string_integer_path_integer_enum_nonref_string_path_e
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -184,8 +182,7 @@ def tests_path_string_path_string_integer_path_integer_enum_nonref_string_path_e
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -263,8 +260,7 @@ def tests_path_string_path_string_integer_path_integer_enum_nonref_string_path_e
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/query_api.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/query_api.py
index 7d2ecbb1c2ca..19e85f82f09e 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/query_api.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api/query_api.py
@@ -11,7 +11,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
@@ -101,8 +100,7 @@ def test_enum_ref_string(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -172,8 +170,7 @@ def test_enum_ref_string_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -243,8 +240,7 @@ def test_enum_ref_string_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -384,8 +380,7 @@ def test_query_datetime_date_string(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -459,8 +454,7 @@ def test_query_datetime_date_string_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -534,8 +528,7 @@ def test_query_datetime_date_string_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -698,8 +691,7 @@ def test_query_integer_boolean_string(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -773,8 +765,7 @@ def test_query_integer_boolean_string_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -848,8 +839,7 @@ def test_query_integer_boolean_string_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -986,8 +976,7 @@ def test_query_style_deep_object_explode_true_object(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1053,8 +1042,7 @@ def test_query_style_deep_object_explode_true_object_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1120,8 +1108,7 @@ def test_query_style_deep_object_explode_true_object_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1248,8 +1235,7 @@ def test_query_style_deep_object_explode_true_object_all_of(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1315,8 +1301,7 @@ def test_query_style_deep_object_explode_true_object_all_of_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1382,8 +1367,7 @@ def test_query_style_deep_object_explode_true_object_all_of_without_preload_cont
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1510,8 +1494,7 @@ def test_query_style_form_explode_false_array_integer(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1577,8 +1560,7 @@ def test_query_style_form_explode_false_array_integer_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1644,8 +1626,7 @@ def test_query_style_form_explode_false_array_integer_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1773,8 +1754,7 @@ def test_query_style_form_explode_false_array_string(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1840,8 +1820,7 @@ def test_query_style_form_explode_false_array_string_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1907,8 +1886,7 @@ def test_query_style_form_explode_false_array_string_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2036,8 +2014,7 @@ def test_query_style_form_explode_true_array_string(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2103,8 +2080,7 @@ def test_query_style_form_explode_true_array_string_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2170,8 +2146,7 @@ def test_query_style_form_explode_true_array_string_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2298,8 +2273,7 @@ def test_query_style_form_explode_true_object(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2365,8 +2339,7 @@ def test_query_style_form_explode_true_object_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2432,8 +2405,7 @@ def test_query_style_form_explode_true_object_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2560,8 +2532,7 @@ def test_query_style_form_explode_true_object_all_of(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2627,8 +2598,7 @@ def test_query_style_form_explode_true_object_all_of_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2694,8 +2664,7 @@ def test_query_style_form_explode_true_object_all_of_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api_client.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api_client.py
index d6403e55cdc1..f2ba42d12d6e 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api_client.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/api_client.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import datetime
from dateutil.parser import parse
from enum import Enum
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/configuration.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/configuration.py
index 27946de17875..538582ae96a9 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/configuration.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/configuration.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import copy
import logging
from logging import FileHandler
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/exceptions.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/exceptions.py
index bd5561d241ed..71a5635b686d 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/exceptions.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/exceptions.py
@@ -11,7 +11,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from typing import Any, Optional
from typing_extensions import Self
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/__init__.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/__init__.py
index f070f6323167..6fa8559939ed 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/__init__.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/__init__.py
@@ -13,7 +13,6 @@
Do not edit the class manually.
""" # noqa: E501
-
# import models into model package
from openapi_client.models.bird import Bird
from openapi_client.models.category import Category
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/bird.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/bird.py
index 9bb24b9e6d80..b2018a0e30a9 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/bird.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/bird.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/category.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/category.py
index c8e9bb709fd1..cf228582ba24 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/category.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/category.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/data_query.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/data_query.py
index 255a5ab7f422..403412aaa2e9 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/data_query.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/data_query.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/default_value.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/default_value.py
index 8dceac31e3d5..3b9d6270daa9 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/default_value.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/default_value.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/number_properties_only.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/number_properties_only.py
index d089c9775ace..0ea20b5e68ed 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/number_properties_only.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/number_properties_only.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/pet.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/pet.py
index bfe90956d977..4c0dd2f5334f 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/pet.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/pet.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/query.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/query.py
index 97199fb7fd95..3dfcb2499b10 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/query.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/query.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/string_enum_ref.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/string_enum_ref.py
index 90328aea76dd..a61ff40dfba3 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/string_enum_ref.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/string_enum_ref.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import json
from enum import Enum
@@ -36,4 +35,3 @@ def from_json(cls, json_str: str) -> Self:
"""Create an instance of StringEnumRef from a JSON string"""
return cls(json.loads(json_str))
-
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/tag.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/tag.py
index 5ec177ca73ae..49479ae6f3d0 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/tag.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/tag.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/test_form_object_multipart_request_marker.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/test_form_object_multipart_request_marker.py
index 9fab70ea178d..c2b2d96a507a 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/test_form_object_multipart_request_marker.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/test_form_object_multipart_request_marker.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.py
index 8cf292b6a90b..df23b86f30b8 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.py
index 726b427743ca..f99c4d65f4f2 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/rest.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/rest.py
index 02b8176438b1..01aa8eb42158 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/rest.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/openapi_client/rest.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import io
import json
import re
diff --git a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/setup.py b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/setup.py
index 82528555eef1..4a1ef8c5102f 100644
--- a/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/setup.py
+++ b/samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/setup.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from setuptools import setup, find_packages # noqa: H301
# To install the library, run the following
diff --git a/samples/client/echo_api/python-pydantic-v1/README.md b/samples/client/echo_api/python-pydantic-v1/README.md
index 15039c6abddd..ce715f83e3f6 100644
--- a/samples/client/echo_api/python-pydantic-v1/README.md
+++ b/samples/client/echo_api/python-pydantic-v1/README.md
@@ -73,7 +73,6 @@ configuration = openapi_client.Configuration(
password = os.environ["PASSWORD"]
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -160,4 +159,3 @@ Authentication schemes defined for the API:
team@openapitools.org
-
diff --git a/samples/client/echo_api/python-pydantic-v1/docs/AuthApi.md b/samples/client/echo_api/python-pydantic-v1/docs/AuthApi.md
index e4db5503ece0..5fe745efd960 100644
--- a/samples/client/echo_api/python-pydantic-v1/docs/AuthApi.md
+++ b/samples/client/echo_api/python-pydantic-v1/docs/AuthApi.md
@@ -41,7 +41,6 @@ configuration = openapi_client.Configuration(
username = os.environ["USERNAME"],
password = os.environ["PASSWORD"]
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -57,7 +56,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
This endpoint does not need any parameter.
@@ -113,7 +111,6 @@ configuration = openapi_client.Configuration(
configuration = openapi_client.Configuration(
access_token = os.environ["BEARER_TOKEN"]
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -129,7 +126,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
This endpoint does not need any parameter.
diff --git a/samples/client/echo_api/python-pydantic-v1/docs/BodyApi.md b/samples/client/echo_api/python-pydantic-v1/docs/BodyApi.md
index 0f22b6b2a6d2..e5bca9679287 100644
--- a/samples/client/echo_api/python-pydantic-v1/docs/BodyApi.md
+++ b/samples/client/echo_api/python-pydantic-v1/docs/BodyApi.md
@@ -38,7 +38,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -54,7 +53,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
This endpoint does not need any parameter.
@@ -100,7 +98,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -117,7 +114,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -166,7 +162,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -183,7 +178,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -232,7 +226,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -249,7 +242,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -299,7 +291,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -316,7 +307,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -365,7 +355,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -382,7 +371,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -432,7 +420,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -449,7 +436,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -499,7 +485,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -516,7 +501,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -566,7 +550,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -583,7 +566,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -633,7 +615,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -650,7 +631,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
diff --git a/samples/client/echo_api/python-pydantic-v1/docs/FormApi.md b/samples/client/echo_api/python-pydantic-v1/docs/FormApi.md
index 56841c42d416..e269a4337674 100644
--- a/samples/client/echo_api/python-pydantic-v1/docs/FormApi.md
+++ b/samples/client/echo_api/python-pydantic-v1/docs/FormApi.md
@@ -31,7 +31,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -50,7 +49,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -102,7 +100,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -119,7 +116,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -168,7 +164,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -190,7 +185,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
diff --git a/samples/client/echo_api/python-pydantic-v1/docs/HeaderApi.md b/samples/client/echo_api/python-pydantic-v1/docs/HeaderApi.md
index 7bf15b0037c0..be956f9d2b22 100644
--- a/samples/client/echo_api/python-pydantic-v1/docs/HeaderApi.md
+++ b/samples/client/echo_api/python-pydantic-v1/docs/HeaderApi.md
@@ -30,7 +30,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -51,7 +50,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
diff --git a/samples/client/echo_api/python-pydantic-v1/docs/PathApi.md b/samples/client/echo_api/python-pydantic-v1/docs/PathApi.md
index 14e23b66b969..6b2b87f0a158 100644
--- a/samples/client/echo_api/python-pydantic-v1/docs/PathApi.md
+++ b/samples/client/echo_api/python-pydantic-v1/docs/PathApi.md
@@ -30,7 +30,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -50,7 +49,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
diff --git a/samples/client/echo_api/python-pydantic-v1/docs/QueryApi.md b/samples/client/echo_api/python-pydantic-v1/docs/QueryApi.md
index 5d56e95efc23..ae0fad791e3b 100644
--- a/samples/client/echo_api/python-pydantic-v1/docs/QueryApi.md
+++ b/samples/client/echo_api/python-pydantic-v1/docs/QueryApi.md
@@ -39,7 +39,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -57,7 +56,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -107,7 +105,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -126,7 +123,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -177,7 +173,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -196,7 +191,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -248,7 +242,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -265,7 +258,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -314,7 +306,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -331,7 +322,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -380,7 +370,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -397,7 +386,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -446,7 +434,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -463,7 +450,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -513,7 +499,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -530,7 +515,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -580,7 +564,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -597,7 +580,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
@@ -646,7 +628,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -663,7 +644,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
Name | Type | Description | Notes
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/__init__.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/__init__.py
index 3f63fe12abdb..4bce0c3dffdb 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/__init__.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/__init__.py
@@ -14,7 +14,6 @@
Do not edit the class manually.
""" # noqa: E501
-
__version__ = "1.0.0"
# import apis into sdk package
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/api/auth_api.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/api/auth_api.py
index dcb3ff423f8e..d72ff5790da8 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/api/auth_api.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/api/auth_api.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import re # noqa: F401
import io
import warnings
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/api/body_api.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/api/body_api.py
index 73a283c02b1a..48e8066ea136 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/api/body_api.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/api/body_api.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import re # noqa: F401
import io
import warnings
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/api/form_api.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/api/form_api.py
index 4d33489816c6..76e88698e25b 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/api/form_api.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/api/form_api.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import re # noqa: F401
import io
import warnings
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/api/header_api.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/api/header_api.py
index fe24cff0b3bb..f4733e12c1e9 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/api/header_api.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/api/header_api.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import re # noqa: F401
import io
import warnings
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/api/path_api.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/api/path_api.py
index 9660feaad571..c90608083f16 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/api/path_api.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/api/path_api.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import re # noqa: F401
import io
import warnings
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/api/query_api.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/api/query_api.py
index 680dbd3fba51..4b547e02d156 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/api/query_api.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/api/query_api.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import re # noqa: F401
import io
import warnings
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/api_client.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/api_client.py
index 6d0d11c5b538..c5155518e8fa 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/api_client.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/api_client.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import atexit
import datetime
from dateutil.parser import parse
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/configuration.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/configuration.py
index 7c6f3e11f99f..0ef86ebbec3f 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/configuration.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/configuration.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import copy
import logging
import multiprocessing
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/exceptions.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/exceptions.py
index ae3e985d2fee..20eaf143ed04 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/exceptions.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/exceptions.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
class OpenApiException(Exception):
"""The base exception class for all OpenAPIExceptions"""
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/__init__.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/__init__.py
index f070f6323167..6fa8559939ed 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/__init__.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/__init__.py
@@ -13,7 +13,6 @@
Do not edit the class manually.
""" # noqa: E501
-
# import models into model package
from openapi_client.models.bird import Bird
from openapi_client.models.category import Category
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/bird.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/bird.py
index 77887a53120d..6a7648e8870a 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/bird.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/bird.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/category.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/category.py
index ee8e5c258ae9..9a3aa84749bc 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/category.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/category.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/data_query.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/data_query.py
index 84f355f3fdd5..dad52f88e88a 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/data_query.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/data_query.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/default_value.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/default_value.py
index a73193247fd1..432c7d110530 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/default_value.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/default_value.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/number_properties_only.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/number_properties_only.py
index 10bb3a590a21..16a7a427490f 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/number_properties_only.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/number_properties_only.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/pet.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/pet.py
index 26832037b0e3..e5a67b9472e7 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/pet.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/pet.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/query.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/query.py
index 43919c0f569d..b711fffcf6c8 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/query.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/query.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/string_enum_ref.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/string_enum_ref.py
index f200a1dafb8e..de008042890a 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/string_enum_ref.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/string_enum_ref.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import json
import pprint
import re # noqa: F401
@@ -39,4 +38,3 @@ def from_json(cls, json_str: str) -> StringEnumRef:
"""Create an instance of StringEnumRef from a JSON string"""
return StringEnumRef(json.loads(json_str))
-
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/tag.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/tag.py
index 66a39adff29c..ee1c96ed5c61 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/tag.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/tag.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/test_form_object_multipart_request_marker.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/test_form_object_multipart_request_marker.py
index 54ea54fd8d27..9d93ffb76fa2 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/test_form_object_multipart_request_marker.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/test_form_object_multipart_request_marker.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.py
index 42e1101ec022..9b37e16f6dce 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.py
index 1bff80a6df1c..70cc0afef53a 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python-pydantic-v1/openapi_client/rest.py b/samples/client/echo_api/python-pydantic-v1/openapi_client/rest.py
index 8538f9ee5200..763aa6ff3720 100644
--- a/samples/client/echo_api/python-pydantic-v1/openapi_client/rest.py
+++ b/samples/client/echo_api/python-pydantic-v1/openapi_client/rest.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import io
import json
import logging
diff --git a/samples/client/echo_api/python-pydantic-v1/setup.py b/samples/client/echo_api/python-pydantic-v1/setup.py
index 192f8f2b0402..650f7c494d38 100644
--- a/samples/client/echo_api/python-pydantic-v1/setup.py
+++ b/samples/client/echo_api/python-pydantic-v1/setup.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from setuptools import setup, find_packages # noqa: H301
# To install the library, run the following
diff --git a/samples/client/echo_api/python/README.md b/samples/client/echo_api/python/README.md
index a256bd9e763d..8d507f0f38ab 100644
--- a/samples/client/echo_api/python/README.md
+++ b/samples/client/echo_api/python/README.md
@@ -72,7 +72,6 @@ configuration = openapi_client.Configuration(
password = os.environ["PASSWORD"]
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -159,4 +158,3 @@ Authentication schemes defined for the API:
team@openapitools.org
-
diff --git a/samples/client/echo_api/python/docs/AuthApi.md b/samples/client/echo_api/python/docs/AuthApi.md
index 507592b4811e..56ca14f2de09 100644
--- a/samples/client/echo_api/python/docs/AuthApi.md
+++ b/samples/client/echo_api/python/docs/AuthApi.md
@@ -40,7 +40,6 @@ configuration = openapi_client.Configuration(
username = os.environ["USERNAME"],
password = os.environ["PASSWORD"]
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -56,7 +55,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
This endpoint does not need any parameter.
@@ -113,7 +111,6 @@ configuration = openapi_client.Configuration(
configuration = openapi_client.Configuration(
access_token = os.environ["BEARER_TOKEN"]
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -129,7 +126,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
This endpoint does not need any parameter.
diff --git a/samples/client/echo_api/python/docs/BodyApi.md b/samples/client/echo_api/python/docs/BodyApi.md
index d4cc6d4dab6d..a6311d82dfd2 100644
--- a/samples/client/echo_api/python/docs/BodyApi.md
+++ b/samples/client/echo_api/python/docs/BodyApi.md
@@ -37,7 +37,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -53,7 +52,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
This endpoint does not need any parameter.
@@ -100,7 +98,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -117,7 +114,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -167,7 +163,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -184,7 +179,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -234,7 +228,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -251,7 +244,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -302,7 +294,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -319,7 +310,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -369,7 +359,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -386,7 +375,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -437,7 +425,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -454,7 +441,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -505,7 +491,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -522,7 +507,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -573,7 +557,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -590,7 +573,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -641,7 +623,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -658,7 +639,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
diff --git a/samples/client/echo_api/python/docs/FormApi.md b/samples/client/echo_api/python/docs/FormApi.md
index 86ae2be36975..47e5bc6e3c80 100644
--- a/samples/client/echo_api/python/docs/FormApi.md
+++ b/samples/client/echo_api/python/docs/FormApi.md
@@ -30,7 +30,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -49,7 +48,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -102,7 +100,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -119,7 +116,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -169,7 +165,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -191,7 +186,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
diff --git a/samples/client/echo_api/python/docs/HeaderApi.md b/samples/client/echo_api/python/docs/HeaderApi.md
index 137b5c00d105..d2f37031165e 100644
--- a/samples/client/echo_api/python/docs/HeaderApi.md
+++ b/samples/client/echo_api/python/docs/HeaderApi.md
@@ -29,7 +29,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -50,7 +49,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
diff --git a/samples/client/echo_api/python/docs/PathApi.md b/samples/client/echo_api/python/docs/PathApi.md
index dd9362bb746e..19cfab1ad3de 100644
--- a/samples/client/echo_api/python/docs/PathApi.md
+++ b/samples/client/echo_api/python/docs/PathApi.md
@@ -29,7 +29,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -49,7 +48,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
diff --git a/samples/client/echo_api/python/docs/QueryApi.md b/samples/client/echo_api/python/docs/QueryApi.md
index 8c8bf981a5f7..bf706e43ab12 100644
--- a/samples/client/echo_api/python/docs/QueryApi.md
+++ b/samples/client/echo_api/python/docs/QueryApi.md
@@ -38,7 +38,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -56,7 +55,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -107,7 +105,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -126,7 +123,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -178,7 +174,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -197,7 +192,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -250,7 +244,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -267,7 +260,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -317,7 +309,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -334,7 +325,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -384,7 +374,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -401,7 +390,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -451,7 +439,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -468,7 +455,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -519,7 +505,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -536,7 +521,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -587,7 +571,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -604,7 +587,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
@@ -654,7 +636,6 @@ configuration = openapi_client.Configuration(
host = "http://localhost:3000"
)
-
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
@@ -671,7 +652,6 @@ with openapi_client.ApiClient(configuration) as api_client:
```
-
### Parameters
diff --git a/samples/client/echo_api/python/openapi_client/__init__.py b/samples/client/echo_api/python/openapi_client/__init__.py
index 3f63fe12abdb..4bce0c3dffdb 100644
--- a/samples/client/echo_api/python/openapi_client/__init__.py
+++ b/samples/client/echo_api/python/openapi_client/__init__.py
@@ -14,7 +14,6 @@
Do not edit the class manually.
""" # noqa: E501
-
__version__ = "1.0.0"
# import apis into sdk package
diff --git a/samples/client/echo_api/python/openapi_client/api/auth_api.py b/samples/client/echo_api/python/openapi_client/api/auth_api.py
index 2f3e9dfcdb63..4a1bbcd8973f 100644
--- a/samples/client/echo_api/python/openapi_client/api/auth_api.py
+++ b/samples/client/echo_api/python/openapi_client/api/auth_api.py
@@ -11,7 +11,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
@@ -88,8 +87,7 @@ def test_auth_http_basic(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -151,8 +149,7 @@ def test_auth_http_basic_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -214,8 +211,7 @@ def test_auth_http_basic_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -334,8 +330,7 @@ def test_auth_http_bearer(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -397,8 +392,7 @@ def test_auth_http_bearer_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -460,8 +454,7 @@ def test_auth_http_bearer_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
diff --git a/samples/client/echo_api/python/openapi_client/api/body_api.py b/samples/client/echo_api/python/openapi_client/api/body_api.py
index 33aba2cbd446..f03c6f6c5628 100644
--- a/samples/client/echo_api/python/openapi_client/api/body_api.py
+++ b/samples/client/echo_api/python/openapi_client/api/body_api.py
@@ -11,7 +11,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
@@ -93,8 +92,7 @@ def test_binary_gif(
_response_types_map: Dict[str, Optional[str]] = {
'200': "bytearray",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -156,8 +154,7 @@ def test_binary_gif_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "bytearray",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -219,8 +216,7 @@ def test_binary_gif_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "bytearray",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -342,8 +338,7 @@ def test_body_application_octetstream_binary(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -409,8 +404,7 @@ def test_body_application_octetstream_binary_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -476,8 +470,7 @@ def test_body_application_octetstream_binary_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -623,8 +616,7 @@ def test_body_multipart_formdata_array_of_binary(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -690,8 +682,7 @@ def test_body_multipart_formdata_array_of_binary_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -757,8 +748,7 @@ def test_body_multipart_formdata_array_of_binary_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -897,8 +887,7 @@ def test_body_multipart_formdata_single_binary(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -964,8 +953,7 @@ def test_body_multipart_formdata_single_binary_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1031,8 +1019,7 @@ def test_body_multipart_formdata_single_binary_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1170,8 +1157,7 @@ def test_echo_body_all_of_pet(
_response_types_map: Dict[str, Optional[str]] = {
'200': "Pet",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1237,8 +1223,7 @@ def test_echo_body_all_of_pet_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "Pet",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1304,8 +1289,7 @@ def test_echo_body_all_of_pet_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "Pet",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1443,8 +1427,7 @@ def test_echo_body_free_form_object_response_string(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1510,8 +1493,7 @@ def test_echo_body_free_form_object_response_string_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1577,8 +1559,7 @@ def test_echo_body_free_form_object_response_string_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1716,8 +1697,7 @@ def test_echo_body_pet(
_response_types_map: Dict[str, Optional[str]] = {
'200': "Pet",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1783,8 +1763,7 @@ def test_echo_body_pet_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "Pet",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1850,8 +1829,7 @@ def test_echo_body_pet_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "Pet",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1989,8 +1967,7 @@ def test_echo_body_pet_response_string(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2056,8 +2033,7 @@ def test_echo_body_pet_response_string_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2123,8 +2099,7 @@ def test_echo_body_pet_response_string_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2262,8 +2237,7 @@ def test_echo_body_string_enum(
_response_types_map: Dict[str, Optional[str]] = {
'200': "StringEnumRef",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2329,8 +2303,7 @@ def test_echo_body_string_enum_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "StringEnumRef",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2396,8 +2369,7 @@ def test_echo_body_string_enum_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "StringEnumRef",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2535,8 +2507,7 @@ def test_echo_body_tag_response_string(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2602,8 +2573,7 @@ def test_echo_body_tag_response_string_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2669,8 +2639,7 @@ def test_echo_body_tag_response_string_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
diff --git a/samples/client/echo_api/python/openapi_client/api/form_api.py b/samples/client/echo_api/python/openapi_client/api/form_api.py
index 3353457f7ee8..2cd442dab48e 100644
--- a/samples/client/echo_api/python/openapi_client/api/form_api.py
+++ b/samples/client/echo_api/python/openapi_client/api/form_api.py
@@ -11,7 +11,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
@@ -102,8 +101,7 @@ def test_form_integer_boolean_string(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -177,8 +175,7 @@ def test_form_integer_boolean_string_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -252,8 +249,7 @@ def test_form_integer_boolean_string_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -397,8 +393,7 @@ def test_form_object_multipart(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -464,8 +459,7 @@ def test_form_object_multipart_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -531,8 +525,7 @@ def test_form_object_multipart_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -690,8 +683,7 @@ def test_form_oneof(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -777,8 +769,7 @@ def test_form_oneof_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -864,8 +855,7 @@ def test_form_oneof_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
diff --git a/samples/client/echo_api/python/openapi_client/api/header_api.py b/samples/client/echo_api/python/openapi_client/api/header_api.py
index 5c1cd1b540dd..bae5ed1daef3 100644
--- a/samples/client/echo_api/python/openapi_client/api/header_api.py
+++ b/samples/client/echo_api/python/openapi_client/api/header_api.py
@@ -11,7 +11,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
@@ -110,8 +109,7 @@ def test_header_integer_boolean_string_enums(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -193,8 +191,7 @@ def test_header_integer_boolean_string_enums_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -276,8 +273,7 @@ def test_header_integer_boolean_string_enums_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
diff --git a/samples/client/echo_api/python/openapi_client/api/path_api.py b/samples/client/echo_api/python/openapi_client/api/path_api.py
index d2ba4662c21a..f75a339e2451 100644
--- a/samples/client/echo_api/python/openapi_client/api/path_api.py
+++ b/samples/client/echo_api/python/openapi_client/api/path_api.py
@@ -11,7 +11,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
@@ -105,8 +104,7 @@ def tests_path_string_path_string_integer_path_integer_enum_nonref_string_path_e
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -184,8 +182,7 @@ def tests_path_string_path_string_integer_path_integer_enum_nonref_string_path_e
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -263,8 +260,7 @@ def tests_path_string_path_string_integer_path_integer_enum_nonref_string_path_e
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
diff --git a/samples/client/echo_api/python/openapi_client/api/query_api.py b/samples/client/echo_api/python/openapi_client/api/query_api.py
index 7d2ecbb1c2ca..19e85f82f09e 100644
--- a/samples/client/echo_api/python/openapi_client/api/query_api.py
+++ b/samples/client/echo_api/python/openapi_client/api/query_api.py
@@ -11,7 +11,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
@@ -101,8 +100,7 @@ def test_enum_ref_string(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -172,8 +170,7 @@ def test_enum_ref_string_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -243,8 +240,7 @@ def test_enum_ref_string_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -384,8 +380,7 @@ def test_query_datetime_date_string(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -459,8 +454,7 @@ def test_query_datetime_date_string_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -534,8 +528,7 @@ def test_query_datetime_date_string_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -698,8 +691,7 @@ def test_query_integer_boolean_string(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -773,8 +765,7 @@ def test_query_integer_boolean_string_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -848,8 +839,7 @@ def test_query_integer_boolean_string_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -986,8 +976,7 @@ def test_query_style_deep_object_explode_true_object(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1053,8 +1042,7 @@ def test_query_style_deep_object_explode_true_object_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1120,8 +1108,7 @@ def test_query_style_deep_object_explode_true_object_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1248,8 +1235,7 @@ def test_query_style_deep_object_explode_true_object_all_of(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1315,8 +1301,7 @@ def test_query_style_deep_object_explode_true_object_all_of_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1382,8 +1367,7 @@ def test_query_style_deep_object_explode_true_object_all_of_without_preload_cont
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1510,8 +1494,7 @@ def test_query_style_form_explode_false_array_integer(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1577,8 +1560,7 @@ def test_query_style_form_explode_false_array_integer_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1644,8 +1626,7 @@ def test_query_style_form_explode_false_array_integer_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1773,8 +1754,7 @@ def test_query_style_form_explode_false_array_string(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1840,8 +1820,7 @@ def test_query_style_form_explode_false_array_string_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -1907,8 +1886,7 @@ def test_query_style_form_explode_false_array_string_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2036,8 +2014,7 @@ def test_query_style_form_explode_true_array_string(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2103,8 +2080,7 @@ def test_query_style_form_explode_true_array_string_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2170,8 +2146,7 @@ def test_query_style_form_explode_true_array_string_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2298,8 +2273,7 @@ def test_query_style_form_explode_true_object(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2365,8 +2339,7 @@ def test_query_style_form_explode_true_object_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2432,8 +2405,7 @@ def test_query_style_form_explode_true_object_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2560,8 +2532,7 @@ def test_query_style_form_explode_true_object_all_of(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2627,8 +2598,7 @@ def test_query_style_form_explode_true_object_all_of_with_http_info(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
@@ -2694,8 +2664,7 @@ def test_query_style_form_explode_true_object_all_of_without_preload_content(
_response_types_map: Dict[str, Optional[str]] = {
'200': "str",
- }
- response_data = self.api_client.call_api(
+ } response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
diff --git a/samples/client/echo_api/python/openapi_client/api_client.py b/samples/client/echo_api/python/openapi_client/api_client.py
index d6403e55cdc1..f2ba42d12d6e 100644
--- a/samples/client/echo_api/python/openapi_client/api_client.py
+++ b/samples/client/echo_api/python/openapi_client/api_client.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import datetime
from dateutil.parser import parse
from enum import Enum
diff --git a/samples/client/echo_api/python/openapi_client/configuration.py b/samples/client/echo_api/python/openapi_client/configuration.py
index 27946de17875..538582ae96a9 100644
--- a/samples/client/echo_api/python/openapi_client/configuration.py
+++ b/samples/client/echo_api/python/openapi_client/configuration.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import copy
import logging
from logging import FileHandler
diff --git a/samples/client/echo_api/python/openapi_client/exceptions.py b/samples/client/echo_api/python/openapi_client/exceptions.py
index bd5561d241ed..71a5635b686d 100644
--- a/samples/client/echo_api/python/openapi_client/exceptions.py
+++ b/samples/client/echo_api/python/openapi_client/exceptions.py
@@ -11,7 +11,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from typing import Any, Optional
from typing_extensions import Self
diff --git a/samples/client/echo_api/python/openapi_client/models/__init__.py b/samples/client/echo_api/python/openapi_client/models/__init__.py
index f070f6323167..6fa8559939ed 100644
--- a/samples/client/echo_api/python/openapi_client/models/__init__.py
+++ b/samples/client/echo_api/python/openapi_client/models/__init__.py
@@ -13,7 +13,6 @@
Do not edit the class manually.
""" # noqa: E501
-
# import models into model package
from openapi_client.models.bird import Bird
from openapi_client.models.category import Category
diff --git a/samples/client/echo_api/python/openapi_client/models/bird.py b/samples/client/echo_api/python/openapi_client/models/bird.py
index 9f0dd625119d..fb6bd481408b 100644
--- a/samples/client/echo_api/python/openapi_client/models/bird.py
+++ b/samples/client/echo_api/python/openapi_client/models/bird.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python/openapi_client/models/category.py b/samples/client/echo_api/python/openapi_client/models/category.py
index d81b92c0f6e3..1f50d66011ac 100644
--- a/samples/client/echo_api/python/openapi_client/models/category.py
+++ b/samples/client/echo_api/python/openapi_client/models/category.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python/openapi_client/models/data_query.py b/samples/client/echo_api/python/openapi_client/models/data_query.py
index dc9a58598e63..ba1a837b4d34 100644
--- a/samples/client/echo_api/python/openapi_client/models/data_query.py
+++ b/samples/client/echo_api/python/openapi_client/models/data_query.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python/openapi_client/models/default_value.py b/samples/client/echo_api/python/openapi_client/models/default_value.py
index feee1843319f..73bbdf7da9b6 100644
--- a/samples/client/echo_api/python/openapi_client/models/default_value.py
+++ b/samples/client/echo_api/python/openapi_client/models/default_value.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python/openapi_client/models/number_properties_only.py b/samples/client/echo_api/python/openapi_client/models/number_properties_only.py
index 08b3d5600ffa..cd649d395204 100644
--- a/samples/client/echo_api/python/openapi_client/models/number_properties_only.py
+++ b/samples/client/echo_api/python/openapi_client/models/number_properties_only.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python/openapi_client/models/pet.py b/samples/client/echo_api/python/openapi_client/models/pet.py
index 0a0ae74d1155..fd27af476274 100644
--- a/samples/client/echo_api/python/openapi_client/models/pet.py
+++ b/samples/client/echo_api/python/openapi_client/models/pet.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python/openapi_client/models/query.py b/samples/client/echo_api/python/openapi_client/models/query.py
index 97199fb7fd95..3dfcb2499b10 100644
--- a/samples/client/echo_api/python/openapi_client/models/query.py
+++ b/samples/client/echo_api/python/openapi_client/models/query.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python/openapi_client/models/string_enum_ref.py b/samples/client/echo_api/python/openapi_client/models/string_enum_ref.py
index 90328aea76dd..a61ff40dfba3 100644
--- a/samples/client/echo_api/python/openapi_client/models/string_enum_ref.py
+++ b/samples/client/echo_api/python/openapi_client/models/string_enum_ref.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import json
from enum import Enum
@@ -36,4 +35,3 @@ def from_json(cls, json_str: str) -> Self:
"""Create an instance of StringEnumRef from a JSON string"""
return cls(json.loads(json_str))
-
diff --git a/samples/client/echo_api/python/openapi_client/models/tag.py b/samples/client/echo_api/python/openapi_client/models/tag.py
index feec4b3f31cc..bd600dbdfaa9 100644
--- a/samples/client/echo_api/python/openapi_client/models/tag.py
+++ b/samples/client/echo_api/python/openapi_client/models/tag.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python/openapi_client/models/test_form_object_multipart_request_marker.py b/samples/client/echo_api/python/openapi_client/models/test_form_object_multipart_request_marker.py
index 9f7747151bd5..b14e920ea3db 100644
--- a/samples/client/echo_api/python/openapi_client/models/test_form_object_multipart_request_marker.py
+++ b/samples/client/echo_api/python/openapi_client/models/test_form_object_multipart_request_marker.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.py b/samples/client/echo_api/python/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.py
index 8ed0f58c990b..3bfc60fa5ff4 100644
--- a/samples/client/echo_api/python/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.py
+++ b/samples/client/echo_api/python/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.py b/samples/client/echo_api/python/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.py
index a9a7a5929f2e..c7f197daba6b 100644
--- a/samples/client/echo_api/python/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.py
+++ b/samples/client/echo_api/python/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from __future__ import annotations
import pprint
import re # noqa: F401
diff --git a/samples/client/echo_api/python/openapi_client/rest.py b/samples/client/echo_api/python/openapi_client/rest.py
index fbb002c0f6bd..74203a93877a 100644
--- a/samples/client/echo_api/python/openapi_client/rest.py
+++ b/samples/client/echo_api/python/openapi_client/rest.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
import io
import json
import re
diff --git a/samples/client/echo_api/python/setup.py b/samples/client/echo_api/python/setup.py
index 82528555eef1..4a1ef8c5102f 100644
--- a/samples/client/echo_api/python/setup.py
+++ b/samples/client/echo_api/python/setup.py
@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
-
from setuptools import setup, find_packages # noqa: H301
# To install the library, run the following
diff --git a/samples/client/echo_api/r/.openapi-generator/FILES b/samples/client/echo_api/r/.openapi-generator/FILES
index cf3034e39d0c..79f7452245e1 100644
--- a/samples/client/echo_api/r/.openapi-generator/FILES
+++ b/samples/client/echo_api/r/.openapi-generator/FILES
@@ -5,6 +5,7 @@
.travis.yml
DESCRIPTION
NAMESPACE
+README.md
R/api_client.R
R/api_response.R
R/auth_api.R
@@ -25,7 +26,6 @@ R/tag.R
R/test_form_object_multipart_request_marker.R
R/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.R
R/test_query_style_form_explode_true_array_string_query_object_parameter.R
-README.md
docs/AuthApi.md
docs/Bird.md
docs/BodyApi.md
diff --git a/samples/client/echo_api/ruby-faraday/docs/Bird.md b/samples/client/echo_api/ruby-faraday/docs/Bird.md
index 53207a9a2f10..3b1f2cfc7a0e 100644
--- a/samples/client/echo_api/ruby-faraday/docs/Bird.md
+++ b/samples/client/echo_api/ruby-faraday/docs/Bird.md
@@ -17,4 +17,3 @@ instance = OpenapiClient::Bird.new(
color: null
)
```
-
diff --git a/samples/client/echo_api/ruby-faraday/docs/Category.md b/samples/client/echo_api/ruby-faraday/docs/Category.md
index 17adafbed759..b446f5c207f3 100644
--- a/samples/client/echo_api/ruby-faraday/docs/Category.md
+++ b/samples/client/echo_api/ruby-faraday/docs/Category.md
@@ -17,4 +17,3 @@ instance = OpenapiClient::Category.new(
name: Dogs
)
```
-
diff --git a/samples/client/echo_api/ruby-faraday/docs/DataQuery.md b/samples/client/echo_api/ruby-faraday/docs/DataQuery.md
index 2ef4c6b1a0d6..b87c96706ddd 100644
--- a/samples/client/echo_api/ruby-faraday/docs/DataQuery.md
+++ b/samples/client/echo_api/ruby-faraday/docs/DataQuery.md
@@ -19,4 +19,3 @@ instance = OpenapiClient::DataQuery.new(
date: null
)
```
-
diff --git a/samples/client/echo_api/ruby-faraday/docs/DefaultValue.md b/samples/client/echo_api/ruby-faraday/docs/DefaultValue.md
index 72736b7608dc..83ac9ccdb804 100644
--- a/samples/client/echo_api/ruby-faraday/docs/DefaultValue.md
+++ b/samples/client/echo_api/ruby-faraday/docs/DefaultValue.md
@@ -29,4 +29,3 @@ instance = OpenapiClient::DefaultValue.new(
string_nullable: null
)
```
-
diff --git a/samples/client/echo_api/ruby-faraday/docs/NumberPropertiesOnly.md b/samples/client/echo_api/ruby-faraday/docs/NumberPropertiesOnly.md
index 5040bff00ddd..431022478af1 100644
--- a/samples/client/echo_api/ruby-faraday/docs/NumberPropertiesOnly.md
+++ b/samples/client/echo_api/ruby-faraday/docs/NumberPropertiesOnly.md
@@ -19,4 +19,3 @@ instance = OpenapiClient::NumberPropertiesOnly.new(
double: null
)
```
-
diff --git a/samples/client/echo_api/ruby-faraday/docs/Pet.md b/samples/client/echo_api/ruby-faraday/docs/Pet.md
index 817b46ce714a..5084d224ef79 100644
--- a/samples/client/echo_api/ruby-faraday/docs/Pet.md
+++ b/samples/client/echo_api/ruby-faraday/docs/Pet.md
@@ -25,4 +25,3 @@ instance = OpenapiClient::Pet.new(
status: null
)
```
-
diff --git a/samples/client/echo_api/ruby-faraday/docs/Query.md b/samples/client/echo_api/ruby-faraday/docs/Query.md
index e7b670a033da..4ae83ce678bd 100644
--- a/samples/client/echo_api/ruby-faraday/docs/Query.md
+++ b/samples/client/echo_api/ruby-faraday/docs/Query.md
@@ -17,4 +17,3 @@ instance = OpenapiClient::Query.new(
outcomes: null
)
```
-
diff --git a/samples/client/echo_api/ruby-faraday/docs/StringEnumRef.md b/samples/client/echo_api/ruby-faraday/docs/StringEnumRef.md
index 169bcb44d76f..ce772a5f3bb1 100644
--- a/samples/client/echo_api/ruby-faraday/docs/StringEnumRef.md
+++ b/samples/client/echo_api/ruby-faraday/docs/StringEnumRef.md
@@ -12,4 +12,3 @@ require 'openapi_client'
instance = OpenapiClient::StringEnumRef.new()
```
-
diff --git a/samples/client/echo_api/ruby-faraday/docs/Tag.md b/samples/client/echo_api/ruby-faraday/docs/Tag.md
index d3bcb5933abd..b3ba35c01a83 100644
--- a/samples/client/echo_api/ruby-faraday/docs/Tag.md
+++ b/samples/client/echo_api/ruby-faraday/docs/Tag.md
@@ -17,4 +17,3 @@ instance = OpenapiClient::Tag.new(
name: null
)
```
-
diff --git a/samples/client/echo_api/ruby-faraday/docs/TestFormObjectMultipartRequestMarker.md b/samples/client/echo_api/ruby-faraday/docs/TestFormObjectMultipartRequestMarker.md
index caf8f8331778..0d212249f837 100644
--- a/samples/client/echo_api/ruby-faraday/docs/TestFormObjectMultipartRequestMarker.md
+++ b/samples/client/echo_api/ruby-faraday/docs/TestFormObjectMultipartRequestMarker.md
@@ -15,4 +15,3 @@ instance = OpenapiClient::TestFormObjectMultipartRequestMarker.new(
name: null
)
```
-
diff --git a/samples/client/echo_api/ruby-faraday/docs/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md b/samples/client/echo_api/ruby-faraday/docs/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md
index a0f7cd16fe86..573fdb16fd9b 100644
--- a/samples/client/echo_api/ruby-faraday/docs/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md
+++ b/samples/client/echo_api/ruby-faraday/docs/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md
@@ -21,4 +21,3 @@ instance = OpenapiClient::TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObj
name: Dogs
)
```
-
diff --git a/samples/client/echo_api/ruby-faraday/docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md b/samples/client/echo_api/ruby-faraday/docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md
index b21365f8f3a8..1b06c6c25a69 100644
--- a/samples/client/echo_api/ruby-faraday/docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md
+++ b/samples/client/echo_api/ruby-faraday/docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md
@@ -15,4 +15,3 @@ instance = OpenapiClient::TestQueryStyleFormExplodeTrueArrayStringQueryObjectPar
values: null
)
```
-
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client.rb
index 1a79935af16e..544483ecdf5e 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
# Common files
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/auth_api.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/auth_api.rb
index c42ee8c4ce90..0281f2fd27c8 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/auth_api.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/auth_api.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'cgi'
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/body_api.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/body_api.rb
index 49b4c9936b0d..8d54f558e0b9 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/body_api.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/body_api.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'cgi'
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/form_api.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/form_api.rb
index 71026956cbff..9ed7acca4b36 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/form_api.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/form_api.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'cgi'
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/header_api.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/header_api.rb
index 0b7b4e9f592b..ab8900e424e3 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/header_api.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/header_api.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'cgi'
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/path_api.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/path_api.rb
index 6ce4fbe2c1c5..84e4d5bc00f5 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/path_api.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/path_api.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'cgi'
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/query_api.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/query_api.rb
index 5934e6f36a3b..66419250f765 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/query_api.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/api/query_api.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'cgi'
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/api_client.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/api_client.rb
index e9b6fa7c794c..3938953b06ec 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/api_client.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/api_client.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -245,7 +244,6 @@ def basic_auth(conn)
end
end
end
-
# Check if the given MIME is a JSON MIME.
# JSON MIME examples:
# application/json
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/api_error.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/api_error.rb
index 6f2152c3417c..74a51f13d63d 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/api_error.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/api_error.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
module OpenapiClient
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/configuration.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/configuration.rb
index 19224e434221..f5504699f99e 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/configuration.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/configuration.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
module OpenapiClient
@@ -150,7 +149,6 @@ class Configuration
# https://github.com/lostisland/faraday/tree/main/lib/faraday/encoders
attr_accessor :params_encoder
-
attr_accessor :inject_format
attr_accessor :force_ending_format
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/bird.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/bird.rb
index 6b35a519b08b..01a67e9bee3f 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/bird.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/bird.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -217,7 +216,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/category.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/category.rb
index 93718d36620c..d782f3cc375e 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/category.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/category.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -217,7 +216,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/data_query.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/data_query.rb
index bdee3ccff0fa..d0178e9ae2d1 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/data_query.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/data_query.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -262,7 +261,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/default_value.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/default_value.rb
index fd8158fa89e4..3fb9737443e2 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/default_value.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/default_value.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -311,7 +310,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/number_properties_only.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/number_properties_only.rb
index 1348b5b51b22..38e5f4baac12 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/number_properties_only.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/number_properties_only.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -254,7 +253,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/pet.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/pet.rb
index 06f3bced29c9..e574f773f4fd 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/pet.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/pet.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -306,7 +305,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/query.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/query.rb
index e50f0c41a0c8..4be340ab97dc 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/query.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/query.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -242,7 +241,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/string_enum_ref.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/string_enum_ref.rb
index ef25abe60fd7..cc0a85c6aec7 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/string_enum_ref.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/string_enum_ref.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -37,5 +36,4 @@ def build_from_hash(value)
return value if StringEnumRef.all_vars.include?(value)
raise "Invalid ENUM value #{value} for class #StringEnumRef"
end
- end
-end
+ endend
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/tag.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/tag.rb
index dc8b1b1a2d6a..ceecfc9d5bfd 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/tag.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/tag.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -217,7 +216,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/test_form_object_multipart_request_marker.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/test_form_object_multipart_request_marker.rb
index 7d8dec07422d..5306f8b87a23 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/test_form_object_multipart_request_marker.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/test_form_object_multipart_request_marker.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -208,7 +207,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.rb
index 319f68f20800..a0a0ae7d699f 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -243,7 +242,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.rb
index 402393e4f761..a7e539667b48 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -210,7 +209,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-faraday/lib/openapi_client/version.rb b/samples/client/echo_api/ruby-faraday/lib/openapi_client/version.rb
index f986ed069886..f8dc0479f304 100644
--- a/samples/client/echo_api/ruby-faraday/lib/openapi_client/version.rb
+++ b/samples/client/echo_api/ruby-faraday/lib/openapi_client/version.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
module OpenapiClient
diff --git a/samples/client/echo_api/ruby-faraday/openapi_client.gemspec b/samples/client/echo_api/ruby-faraday/openapi_client.gemspec
index 5a2a8255ab7a..9f5a4fcafa3c 100644
--- a/samples/client/echo_api/ruby-faraday/openapi_client.gemspec
+++ b/samples/client/echo_api/ruby-faraday/openapi_client.gemspec
@@ -9,7 +9,6 @@ The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
$:.push File.expand_path("../lib", __FILE__)
diff --git a/samples/client/echo_api/ruby-faraday/spec/spec_helper.rb b/samples/client/echo_api/ruby-faraday/spec/spec_helper.rb
index 810c3be13c6e..a6a0f32983f2 100644
--- a/samples/client/echo_api/ruby-faraday/spec/spec_helper.rb
+++ b/samples/client/echo_api/ruby-faraday/spec/spec_helper.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
# load the gem
diff --git a/samples/client/echo_api/ruby-httpx/docs/Bird.md b/samples/client/echo_api/ruby-httpx/docs/Bird.md
index 53207a9a2f10..3b1f2cfc7a0e 100644
--- a/samples/client/echo_api/ruby-httpx/docs/Bird.md
+++ b/samples/client/echo_api/ruby-httpx/docs/Bird.md
@@ -17,4 +17,3 @@ instance = OpenapiClient::Bird.new(
color: null
)
```
-
diff --git a/samples/client/echo_api/ruby-httpx/docs/Category.md b/samples/client/echo_api/ruby-httpx/docs/Category.md
index 17adafbed759..b446f5c207f3 100644
--- a/samples/client/echo_api/ruby-httpx/docs/Category.md
+++ b/samples/client/echo_api/ruby-httpx/docs/Category.md
@@ -17,4 +17,3 @@ instance = OpenapiClient::Category.new(
name: Dogs
)
```
-
diff --git a/samples/client/echo_api/ruby-httpx/docs/DataQuery.md b/samples/client/echo_api/ruby-httpx/docs/DataQuery.md
index 2ef4c6b1a0d6..b87c96706ddd 100644
--- a/samples/client/echo_api/ruby-httpx/docs/DataQuery.md
+++ b/samples/client/echo_api/ruby-httpx/docs/DataQuery.md
@@ -19,4 +19,3 @@ instance = OpenapiClient::DataQuery.new(
date: null
)
```
-
diff --git a/samples/client/echo_api/ruby-httpx/docs/DefaultValue.md b/samples/client/echo_api/ruby-httpx/docs/DefaultValue.md
index 72736b7608dc..83ac9ccdb804 100644
--- a/samples/client/echo_api/ruby-httpx/docs/DefaultValue.md
+++ b/samples/client/echo_api/ruby-httpx/docs/DefaultValue.md
@@ -29,4 +29,3 @@ instance = OpenapiClient::DefaultValue.new(
string_nullable: null
)
```
-
diff --git a/samples/client/echo_api/ruby-httpx/docs/NumberPropertiesOnly.md b/samples/client/echo_api/ruby-httpx/docs/NumberPropertiesOnly.md
index 5040bff00ddd..431022478af1 100644
--- a/samples/client/echo_api/ruby-httpx/docs/NumberPropertiesOnly.md
+++ b/samples/client/echo_api/ruby-httpx/docs/NumberPropertiesOnly.md
@@ -19,4 +19,3 @@ instance = OpenapiClient::NumberPropertiesOnly.new(
double: null
)
```
-
diff --git a/samples/client/echo_api/ruby-httpx/docs/Pet.md b/samples/client/echo_api/ruby-httpx/docs/Pet.md
index 817b46ce714a..5084d224ef79 100644
--- a/samples/client/echo_api/ruby-httpx/docs/Pet.md
+++ b/samples/client/echo_api/ruby-httpx/docs/Pet.md
@@ -25,4 +25,3 @@ instance = OpenapiClient::Pet.new(
status: null
)
```
-
diff --git a/samples/client/echo_api/ruby-httpx/docs/Query.md b/samples/client/echo_api/ruby-httpx/docs/Query.md
index e7b670a033da..4ae83ce678bd 100644
--- a/samples/client/echo_api/ruby-httpx/docs/Query.md
+++ b/samples/client/echo_api/ruby-httpx/docs/Query.md
@@ -17,4 +17,3 @@ instance = OpenapiClient::Query.new(
outcomes: null
)
```
-
diff --git a/samples/client/echo_api/ruby-httpx/docs/StringEnumRef.md b/samples/client/echo_api/ruby-httpx/docs/StringEnumRef.md
index 169bcb44d76f..ce772a5f3bb1 100644
--- a/samples/client/echo_api/ruby-httpx/docs/StringEnumRef.md
+++ b/samples/client/echo_api/ruby-httpx/docs/StringEnumRef.md
@@ -12,4 +12,3 @@ require 'openapi_client'
instance = OpenapiClient::StringEnumRef.new()
```
-
diff --git a/samples/client/echo_api/ruby-httpx/docs/Tag.md b/samples/client/echo_api/ruby-httpx/docs/Tag.md
index d3bcb5933abd..b3ba35c01a83 100644
--- a/samples/client/echo_api/ruby-httpx/docs/Tag.md
+++ b/samples/client/echo_api/ruby-httpx/docs/Tag.md
@@ -17,4 +17,3 @@ instance = OpenapiClient::Tag.new(
name: null
)
```
-
diff --git a/samples/client/echo_api/ruby-httpx/docs/TestFormObjectMultipartRequestMarker.md b/samples/client/echo_api/ruby-httpx/docs/TestFormObjectMultipartRequestMarker.md
index caf8f8331778..0d212249f837 100644
--- a/samples/client/echo_api/ruby-httpx/docs/TestFormObjectMultipartRequestMarker.md
+++ b/samples/client/echo_api/ruby-httpx/docs/TestFormObjectMultipartRequestMarker.md
@@ -15,4 +15,3 @@ instance = OpenapiClient::TestFormObjectMultipartRequestMarker.new(
name: null
)
```
-
diff --git a/samples/client/echo_api/ruby-httpx/docs/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md b/samples/client/echo_api/ruby-httpx/docs/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md
index a0f7cd16fe86..573fdb16fd9b 100644
--- a/samples/client/echo_api/ruby-httpx/docs/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md
+++ b/samples/client/echo_api/ruby-httpx/docs/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md
@@ -21,4 +21,3 @@ instance = OpenapiClient::TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObj
name: Dogs
)
```
-
diff --git a/samples/client/echo_api/ruby-httpx/docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md b/samples/client/echo_api/ruby-httpx/docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md
index b21365f8f3a8..1b06c6c25a69 100644
--- a/samples/client/echo_api/ruby-httpx/docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md
+++ b/samples/client/echo_api/ruby-httpx/docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md
@@ -15,4 +15,3 @@ instance = OpenapiClient::TestQueryStyleFormExplodeTrueArrayStringQueryObjectPar
values: null
)
```
-
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client.rb
index 1a79935af16e..544483ecdf5e 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
# Common files
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/auth_api.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/auth_api.rb
index c42ee8c4ce90..0281f2fd27c8 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/auth_api.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/auth_api.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'cgi'
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/body_api.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/body_api.rb
index 49b4c9936b0d..8d54f558e0b9 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/body_api.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/body_api.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'cgi'
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/form_api.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/form_api.rb
index 71026956cbff..9ed7acca4b36 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/form_api.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/form_api.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'cgi'
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/header_api.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/header_api.rb
index 0b7b4e9f592b..ab8900e424e3 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/header_api.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/header_api.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'cgi'
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/path_api.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/path_api.rb
index 6ce4fbe2c1c5..84e4d5bc00f5 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/path_api.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/path_api.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'cgi'
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/query_api.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/query_api.rb
index 5934e6f36a3b..66419250f765 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/query_api.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/api/query_api.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'cgi'
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/api_client.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/api_client.rb
index 001090aebfe9..4263d97a3803 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/api_client.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/api_client.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -178,7 +177,6 @@ def session
@session = session
end
-
# Check if the given MIME is a JSON MIME.
# JSON MIME examples:
# application/json
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/api_error.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/api_error.rb
index 6f2152c3417c..74a51f13d63d 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/api_error.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/api_error.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
module OpenapiClient
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/configuration.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/configuration.rb
index 8187a914181e..145334312d03 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/configuration.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/configuration.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
module OpenapiClient
@@ -121,7 +120,6 @@ class Configuration
# @return [Hash{Symbol => Object}, nil]
attr_accessor :proxy
-
attr_accessor :inject_format
attr_accessor :force_ending_format
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/bird.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/bird.rb
index 6b35a519b08b..01a67e9bee3f 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/bird.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/bird.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -217,7 +216,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/category.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/category.rb
index 93718d36620c..d782f3cc375e 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/category.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/category.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -217,7 +216,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/data_query.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/data_query.rb
index bdee3ccff0fa..d0178e9ae2d1 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/data_query.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/data_query.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -262,7 +261,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/default_value.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/default_value.rb
index fd8158fa89e4..3fb9737443e2 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/default_value.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/default_value.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -311,7 +310,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/number_properties_only.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/number_properties_only.rb
index 1348b5b51b22..38e5f4baac12 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/number_properties_only.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/number_properties_only.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -254,7 +253,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/pet.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/pet.rb
index 06f3bced29c9..e574f773f4fd 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/pet.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/pet.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -306,7 +305,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/query.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/query.rb
index e50f0c41a0c8..4be340ab97dc 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/query.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/query.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -242,7 +241,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/string_enum_ref.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/string_enum_ref.rb
index ef25abe60fd7..cc0a85c6aec7 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/string_enum_ref.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/string_enum_ref.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -37,5 +36,4 @@ def build_from_hash(value)
return value if StringEnumRef.all_vars.include?(value)
raise "Invalid ENUM value #{value} for class #StringEnumRef"
end
- end
-end
+ endend
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/tag.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/tag.rb
index dc8b1b1a2d6a..ceecfc9d5bfd 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/tag.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/tag.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -217,7 +216,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/test_form_object_multipart_request_marker.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/test_form_object_multipart_request_marker.rb
index 7d8dec07422d..5306f8b87a23 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/test_form_object_multipart_request_marker.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/test_form_object_multipart_request_marker.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -208,7 +207,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.rb
index 319f68f20800..a0a0ae7d699f 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -243,7 +242,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.rb
index 402393e4f761..a7e539667b48 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -210,7 +209,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-httpx/lib/openapi_client/version.rb b/samples/client/echo_api/ruby-httpx/lib/openapi_client/version.rb
index f986ed069886..f8dc0479f304 100644
--- a/samples/client/echo_api/ruby-httpx/lib/openapi_client/version.rb
+++ b/samples/client/echo_api/ruby-httpx/lib/openapi_client/version.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
module OpenapiClient
diff --git a/samples/client/echo_api/ruby-httpx/openapi_client.gemspec b/samples/client/echo_api/ruby-httpx/openapi_client.gemspec
index 8f1ada80ae80..bf0921f769f9 100644
--- a/samples/client/echo_api/ruby-httpx/openapi_client.gemspec
+++ b/samples/client/echo_api/ruby-httpx/openapi_client.gemspec
@@ -9,7 +9,6 @@ The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
$:.push File.expand_path("../lib", __FILE__)
diff --git a/samples/client/echo_api/ruby-httpx/spec/spec_helper.rb b/samples/client/echo_api/ruby-httpx/spec/spec_helper.rb
index 810c3be13c6e..a6a0f32983f2 100644
--- a/samples/client/echo_api/ruby-httpx/spec/spec_helper.rb
+++ b/samples/client/echo_api/ruby-httpx/spec/spec_helper.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
# load the gem
diff --git a/samples/client/echo_api/ruby-typhoeus/docs/Bird.md b/samples/client/echo_api/ruby-typhoeus/docs/Bird.md
index 53207a9a2f10..3b1f2cfc7a0e 100644
--- a/samples/client/echo_api/ruby-typhoeus/docs/Bird.md
+++ b/samples/client/echo_api/ruby-typhoeus/docs/Bird.md
@@ -17,4 +17,3 @@ instance = OpenapiClient::Bird.new(
color: null
)
```
-
diff --git a/samples/client/echo_api/ruby-typhoeus/docs/Category.md b/samples/client/echo_api/ruby-typhoeus/docs/Category.md
index 17adafbed759..b446f5c207f3 100644
--- a/samples/client/echo_api/ruby-typhoeus/docs/Category.md
+++ b/samples/client/echo_api/ruby-typhoeus/docs/Category.md
@@ -17,4 +17,3 @@ instance = OpenapiClient::Category.new(
name: Dogs
)
```
-
diff --git a/samples/client/echo_api/ruby-typhoeus/docs/DataQuery.md b/samples/client/echo_api/ruby-typhoeus/docs/DataQuery.md
index 2ef4c6b1a0d6..b87c96706ddd 100644
--- a/samples/client/echo_api/ruby-typhoeus/docs/DataQuery.md
+++ b/samples/client/echo_api/ruby-typhoeus/docs/DataQuery.md
@@ -19,4 +19,3 @@ instance = OpenapiClient::DataQuery.new(
date: null
)
```
-
diff --git a/samples/client/echo_api/ruby-typhoeus/docs/DefaultValue.md b/samples/client/echo_api/ruby-typhoeus/docs/DefaultValue.md
index 72736b7608dc..83ac9ccdb804 100644
--- a/samples/client/echo_api/ruby-typhoeus/docs/DefaultValue.md
+++ b/samples/client/echo_api/ruby-typhoeus/docs/DefaultValue.md
@@ -29,4 +29,3 @@ instance = OpenapiClient::DefaultValue.new(
string_nullable: null
)
```
-
diff --git a/samples/client/echo_api/ruby-typhoeus/docs/NumberPropertiesOnly.md b/samples/client/echo_api/ruby-typhoeus/docs/NumberPropertiesOnly.md
index 5040bff00ddd..431022478af1 100644
--- a/samples/client/echo_api/ruby-typhoeus/docs/NumberPropertiesOnly.md
+++ b/samples/client/echo_api/ruby-typhoeus/docs/NumberPropertiesOnly.md
@@ -19,4 +19,3 @@ instance = OpenapiClient::NumberPropertiesOnly.new(
double: null
)
```
-
diff --git a/samples/client/echo_api/ruby-typhoeus/docs/Pet.md b/samples/client/echo_api/ruby-typhoeus/docs/Pet.md
index 817b46ce714a..5084d224ef79 100644
--- a/samples/client/echo_api/ruby-typhoeus/docs/Pet.md
+++ b/samples/client/echo_api/ruby-typhoeus/docs/Pet.md
@@ -25,4 +25,3 @@ instance = OpenapiClient::Pet.new(
status: null
)
```
-
diff --git a/samples/client/echo_api/ruby-typhoeus/docs/Query.md b/samples/client/echo_api/ruby-typhoeus/docs/Query.md
index e7b670a033da..4ae83ce678bd 100644
--- a/samples/client/echo_api/ruby-typhoeus/docs/Query.md
+++ b/samples/client/echo_api/ruby-typhoeus/docs/Query.md
@@ -17,4 +17,3 @@ instance = OpenapiClient::Query.new(
outcomes: null
)
```
-
diff --git a/samples/client/echo_api/ruby-typhoeus/docs/StringEnumRef.md b/samples/client/echo_api/ruby-typhoeus/docs/StringEnumRef.md
index 169bcb44d76f..ce772a5f3bb1 100644
--- a/samples/client/echo_api/ruby-typhoeus/docs/StringEnumRef.md
+++ b/samples/client/echo_api/ruby-typhoeus/docs/StringEnumRef.md
@@ -12,4 +12,3 @@ require 'openapi_client'
instance = OpenapiClient::StringEnumRef.new()
```
-
diff --git a/samples/client/echo_api/ruby-typhoeus/docs/Tag.md b/samples/client/echo_api/ruby-typhoeus/docs/Tag.md
index d3bcb5933abd..b3ba35c01a83 100644
--- a/samples/client/echo_api/ruby-typhoeus/docs/Tag.md
+++ b/samples/client/echo_api/ruby-typhoeus/docs/Tag.md
@@ -17,4 +17,3 @@ instance = OpenapiClient::Tag.new(
name: null
)
```
-
diff --git a/samples/client/echo_api/ruby-typhoeus/docs/TestFormObjectMultipartRequestMarker.md b/samples/client/echo_api/ruby-typhoeus/docs/TestFormObjectMultipartRequestMarker.md
index caf8f8331778..0d212249f837 100644
--- a/samples/client/echo_api/ruby-typhoeus/docs/TestFormObjectMultipartRequestMarker.md
+++ b/samples/client/echo_api/ruby-typhoeus/docs/TestFormObjectMultipartRequestMarker.md
@@ -15,4 +15,3 @@ instance = OpenapiClient::TestFormObjectMultipartRequestMarker.new(
name: null
)
```
-
diff --git a/samples/client/echo_api/ruby-typhoeus/docs/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md b/samples/client/echo_api/ruby-typhoeus/docs/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md
index a0f7cd16fe86..573fdb16fd9b 100644
--- a/samples/client/echo_api/ruby-typhoeus/docs/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md
+++ b/samples/client/echo_api/ruby-typhoeus/docs/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md
@@ -21,4 +21,3 @@ instance = OpenapiClient::TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObj
name: Dogs
)
```
-
diff --git a/samples/client/echo_api/ruby-typhoeus/docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md b/samples/client/echo_api/ruby-typhoeus/docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md
index b21365f8f3a8..1b06c6c25a69 100644
--- a/samples/client/echo_api/ruby-typhoeus/docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md
+++ b/samples/client/echo_api/ruby-typhoeus/docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md
@@ -15,4 +15,3 @@ instance = OpenapiClient::TestQueryStyleFormExplodeTrueArrayStringQueryObjectPar
values: null
)
```
-
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client.rb
index 1a79935af16e..544483ecdf5e 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
# Common files
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/auth_api.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/auth_api.rb
index c42ee8c4ce90..0281f2fd27c8 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/auth_api.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/auth_api.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'cgi'
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/body_api.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/body_api.rb
index 49b4c9936b0d..8d54f558e0b9 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/body_api.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/body_api.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'cgi'
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/form_api.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/form_api.rb
index 71026956cbff..9ed7acca4b36 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/form_api.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/form_api.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'cgi'
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/header_api.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/header_api.rb
index 0b7b4e9f592b..ab8900e424e3 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/header_api.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/header_api.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'cgi'
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/path_api.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/path_api.rb
index 6ce4fbe2c1c5..84e4d5bc00f5 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/path_api.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/path_api.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'cgi'
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/query_api.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/query_api.rb
index 5934e6f36a3b..66419250f765 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/query_api.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api/query_api.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'cgi'
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api_client.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api_client.rb
index cf997a8a9638..b8f726718c7c 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api_client.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api_client.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -202,7 +201,6 @@ def download_file(request)
tempfile
end
-
# Check if the given MIME is a JSON MIME.
# JSON MIME examples:
# application/json
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api_error.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api_error.rb
index 6f2152c3417c..74a51f13d63d 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api_error.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/api_error.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
module OpenapiClient
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/configuration.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/configuration.rb
index fe2ed458b967..d2fc38a7c930 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/configuration.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/configuration.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
module OpenapiClient
@@ -151,7 +150,6 @@ class Configuration
# https://github.com/typhoeus/ethon/blob/master/lib/ethon/easy/queryable.rb#L96
attr_accessor :params_encoding
-
attr_accessor :inject_format
attr_accessor :force_ending_format
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/bird.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/bird.rb
index 6b35a519b08b..01a67e9bee3f 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/bird.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/bird.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -217,7 +216,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/category.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/category.rb
index 93718d36620c..d782f3cc375e 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/category.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/category.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -217,7 +216,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/data_query.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/data_query.rb
index bdee3ccff0fa..d0178e9ae2d1 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/data_query.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/data_query.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -262,7 +261,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/default_value.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/default_value.rb
index fd8158fa89e4..3fb9737443e2 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/default_value.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/default_value.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -311,7 +310,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/number_properties_only.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/number_properties_only.rb
index 1348b5b51b22..38e5f4baac12 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/number_properties_only.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/number_properties_only.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -254,7 +253,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/pet.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/pet.rb
index 06f3bced29c9..e574f773f4fd 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/pet.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/pet.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -306,7 +305,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/query.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/query.rb
index e50f0c41a0c8..4be340ab97dc 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/query.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/query.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -242,7 +241,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/string_enum_ref.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/string_enum_ref.rb
index ef25abe60fd7..cc0a85c6aec7 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/string_enum_ref.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/string_enum_ref.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -37,5 +36,4 @@ def build_from_hash(value)
return value if StringEnumRef.all_vars.include?(value)
raise "Invalid ENUM value #{value} for class #StringEnumRef"
end
- end
-end
+ endend
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/tag.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/tag.rb
index dc8b1b1a2d6a..ceecfc9d5bfd 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/tag.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/tag.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -217,7 +216,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/test_form_object_multipart_request_marker.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/test_form_object_multipart_request_marker.rb
index 7d8dec07422d..5306f8b87a23 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/test_form_object_multipart_request_marker.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/test_form_object_multipart_request_marker.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -208,7 +207,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.rb
index 319f68f20800..a0a0ae7d699f 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -243,7 +242,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.rb
index 402393e4f761..a7e539667b48 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
require 'date'
@@ -210,7 +209,5 @@ def _to_hash(value)
value
end
end
-
end
-
end
diff --git a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/version.rb b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/version.rb
index f986ed069886..f8dc0479f304 100644
--- a/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/version.rb
+++ b/samples/client/echo_api/ruby-typhoeus/lib/openapi_client/version.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
module OpenapiClient
diff --git a/samples/client/echo_api/ruby-typhoeus/openapi_client.gemspec b/samples/client/echo_api/ruby-typhoeus/openapi_client.gemspec
index de68efb65a8f..444b23cdd0fd 100644
--- a/samples/client/echo_api/ruby-typhoeus/openapi_client.gemspec
+++ b/samples/client/echo_api/ruby-typhoeus/openapi_client.gemspec
@@ -9,7 +9,6 @@ The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
$:.push File.expand_path("../lib", __FILE__)
diff --git a/samples/client/echo_api/ruby-typhoeus/spec/spec_helper.rb b/samples/client/echo_api/ruby-typhoeus/spec/spec_helper.rb
index 810c3be13c6e..a6a0f32983f2 100644
--- a/samples/client/echo_api/ruby-typhoeus/spec/spec_helper.rb
+++ b/samples/client/echo_api/ruby-typhoeus/spec/spec_helper.rb
@@ -7,7 +7,6 @@
Contact: team@openapitools.org
Generated by: https://openapi-generator.tech
Generator version: 7.9.0-SNAPSHOT
-
=end
# load the gem
diff --git a/samples/client/echo_api/typescript-axios/build/api.ts b/samples/client/echo_api/typescript-axios/build/api.ts
index ffe05310d2dd..9e6ec6a1bfde 100644
--- a/samples/client/echo_api/typescript-axios/build/api.ts
+++ b/samples/client/echo_api/typescript-axios/build/api.ts
@@ -12,7 +12,6 @@
* Do not edit the class manually.
*/
-
import type { Configuration } from './configuration';
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
import globalAxios from 'axios';
@@ -271,7 +270,6 @@ export const StringEnumRef = {
export type StringEnumRef = typeof StringEnumRef[keyof typeof StringEnumRef];
-
/**
*
* @export
@@ -519,7 +517,6 @@ export class AuthApi extends BaseAPI {
}
-
/**
* BodyApi - axios parameter creator
* @export
@@ -1255,7 +1252,6 @@ export class BodyApi extends BaseAPI {
}
-
/**
* FormApi - axios parameter creator
* @export
@@ -1574,7 +1570,6 @@ export class FormApi extends BaseAPI {
}
-
/**
* HeaderApi - axios parameter creator
* @export
@@ -1730,7 +1725,6 @@ export const TestHeaderIntegerBooleanStringEnumsEnumNonrefStringHeaderEnum = {
} as const;
export type TestHeaderIntegerBooleanStringEnumsEnumNonrefStringHeaderEnum = typeof TestHeaderIntegerBooleanStringEnumsEnumNonrefStringHeaderEnum[keyof typeof TestHeaderIntegerBooleanStringEnumsEnumNonrefStringHeaderEnum];
-
/**
* PathApi - axios parameter creator
* @export
@@ -1868,7 +1862,6 @@ export const TestsPathStringPathStringIntegerPathIntegerEnumNonrefStringPathEnum
} as const;
export type TestsPathStringPathStringIntegerPathIntegerEnumNonrefStringPathEnumRefStringPathEnumNonrefStringPathEnum = typeof TestsPathStringPathStringIntegerPathIntegerEnumNonrefStringPathEnumRefStringPathEnumNonrefStringPathEnum[keyof typeof TestsPathStringPathStringIntegerPathIntegerEnumNonrefStringPathEnumRefStringPathEnumNonrefStringPathEnum];
-
/**
* QueryApi - axios parameter creator
* @export
@@ -2670,4 +2663,3 @@ export const TestEnumRefStringEnumNonrefStringQueryEnum = {
} as const;
export type TestEnumRefStringEnumNonrefStringQueryEnum = typeof TestEnumRefStringEnumNonrefStringQueryEnum[keyof typeof TestEnumRefStringEnumNonrefStringQueryEnum];
-
diff --git a/samples/client/echo_api/typescript-axios/build/base.ts b/samples/client/echo_api/typescript-axios/build/base.ts
index b95cd69a9ed8..edc23abc6cd2 100644
--- a/samples/client/echo_api/typescript-axios/build/base.ts
+++ b/samples/client/echo_api/typescript-axios/build/base.ts
@@ -12,7 +12,6 @@
* Do not edit the class manually.
*/
-
import type { Configuration } from './configuration';
// Some imports not used depending on template conditions
// @ts-ignore
diff --git a/samples/client/echo_api/typescript-axios/build/common.ts b/samples/client/echo_api/typescript-axios/build/common.ts
index fc1881f27b35..3a4a39f611a8 100644
--- a/samples/client/echo_api/typescript-axios/build/common.ts
+++ b/samples/client/echo_api/typescript-axios/build/common.ts
@@ -12,7 +12,6 @@
* Do not edit the class manually.
*/
-
import type { Configuration } from "./configuration";
import type { RequestArgs } from "./base";
import type { AxiosInstance, AxiosResponse } from 'axios';
diff --git a/samples/client/echo_api/typescript-axios/build/configuration.ts b/samples/client/echo_api/typescript-axios/build/configuration.ts
index c952b7aefd76..dbacb1c9bcbf 100644
--- a/samples/client/echo_api/typescript-axios/build/configuration.ts
+++ b/samples/client/echo_api/typescript-axios/build/configuration.ts
@@ -12,7 +12,6 @@
* Do not edit the class manually.
*/
-
export interface ConfigurationParameters {
apiKey?: string | Promise | ((name: string) => string) | ((name: string) => Promise);
username?: string;
diff --git a/samples/client/echo_api/typescript-axios/build/index.ts b/samples/client/echo_api/typescript-axios/build/index.ts
index 99df53bd2b8a..deff2a0f460c 100644
--- a/samples/client/echo_api/typescript-axios/build/index.ts
+++ b/samples/client/echo_api/typescript-axios/build/index.ts
@@ -12,7 +12,6 @@
* Do not edit the class manually.
*/
-
export * from "./api";
export * from "./configuration";
diff --git a/samples/client/others/csharp-complex-files/src/Org.OpenAPITools/Model/MultipartArrayRequest.cs b/samples/client/others/csharp-complex-files/src/Org.OpenAPITools/Model/MultipartArrayRequest.cs
index a9568625dbce..01c9835b4eac 100644
--- a/samples/client/others/csharp-complex-files/src/Org.OpenAPITools/Model/MultipartArrayRequest.cs
+++ b/samples/client/others/csharp-complex-files/src/Org.OpenAPITools/Model/MultipartArrayRequest.cs
@@ -115,7 +115,6 @@ public override int GetHashCode()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
+ } }
}
diff --git a/samples/client/others/csharp-complex-files/src/Org.OpenAPITools/Model/MultipartMixedRequest.cs b/samples/client/others/csharp-complex-files/src/Org.OpenAPITools/Model/MultipartMixedRequest.cs
index 5c75594cab70..3be74b7bba33 100644
--- a/samples/client/others/csharp-complex-files/src/Org.OpenAPITools/Model/MultipartMixedRequest.cs
+++ b/samples/client/others/csharp-complex-files/src/Org.OpenAPITools/Model/MultipartMixedRequest.cs
@@ -161,7 +161,6 @@ public override int GetHashCode()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
+ } }
}
diff --git a/samples/client/others/csharp-complex-files/src/Org.OpenAPITools/Model/MultipartMixedRequestMarker.cs b/samples/client/others/csharp-complex-files/src/Org.OpenAPITools/Model/MultipartMixedRequestMarker.cs
index 22c4d970da17..c29be54dcb08 100644
--- a/samples/client/others/csharp-complex-files/src/Org.OpenAPITools/Model/MultipartMixedRequestMarker.cs
+++ b/samples/client/others/csharp-complex-files/src/Org.OpenAPITools/Model/MultipartMixedRequestMarker.cs
@@ -114,7 +114,6 @@ public override int GetHashCode()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
+ } }
}
diff --git a/samples/client/others/csharp-complex-files/src/Org.OpenAPITools/Model/MultipartSingleRequest.cs b/samples/client/others/csharp-complex-files/src/Org.OpenAPITools/Model/MultipartSingleRequest.cs
index f3922222c8de..3d7ec00d06a3 100644
--- a/samples/client/others/csharp-complex-files/src/Org.OpenAPITools/Model/MultipartSingleRequest.cs
+++ b/samples/client/others/csharp-complex-files/src/Org.OpenAPITools/Model/MultipartSingleRequest.cs
@@ -115,7 +115,6 @@ public override int GetHashCode()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
+ } }
}
diff --git a/samples/client/others/go/allof_multiple_ref_and_discriminator/model_additional_data.go b/samples/client/others/go/allof_multiple_ref_and_discriminator/model_additional_data.go
index a7186d87f51f..9a549093ee4c 100644
--- a/samples/client/others/go/allof_multiple_ref_and_discriminator/model_additional_data.go
+++ b/samples/client/others/go/allof_multiple_ref_and_discriminator/model_additional_data.go
@@ -239,4 +239,3 @@ func (v *NullableAdditionalData) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/others/go/allof_multiple_ref_and_discriminator/model_base_item.go b/samples/client/others/go/allof_multiple_ref_and_discriminator/model_base_item.go
index 96d4179808c9..0afba2cce91d 100644
--- a/samples/client/others/go/allof_multiple_ref_and_discriminator/model_base_item.go
+++ b/samples/client/others/go/allof_multiple_ref_and_discriminator/model_base_item.go
@@ -183,4 +183,3 @@ func (v *NullableBaseItem) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/others/go/allof_multiple_ref_and_discriminator/model_final_item.go b/samples/client/others/go/allof_multiple_ref_and_discriminator/model_final_item.go
index d3845f84998f..4ea353827c50 100644
--- a/samples/client/others/go/allof_multiple_ref_and_discriminator/model_final_item.go
+++ b/samples/client/others/go/allof_multiple_ref_and_discriminator/model_final_item.go
@@ -244,4 +244,3 @@ func (v *NullableFinalItem) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/others/go/oneof-anyof-required/model_nested_object1.go b/samples/client/others/go/oneof-anyof-required/model_nested_object1.go
index f403748a8968..47be1241d675 100644
--- a/samples/client/others/go/oneof-anyof-required/model_nested_object1.go
+++ b/samples/client/others/go/oneof-anyof-required/model_nested_object1.go
@@ -156,4 +156,3 @@ func (v *NullableNestedObject1) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/others/go/oneof-anyof-required/model_nested_object2.go b/samples/client/others/go/oneof-anyof-required/model_nested_object2.go
index c3f9468bc15c..8032959b1e6d 100644
--- a/samples/client/others/go/oneof-anyof-required/model_nested_object2.go
+++ b/samples/client/others/go/oneof-anyof-required/model_nested_object2.go
@@ -156,4 +156,3 @@ func (v *NullableNestedObject2) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/others/go/oneof-anyof-required/model_object.go b/samples/client/others/go/oneof-anyof-required/model_object.go
index f0a03353b5c2..ae61ffb22d6a 100644
--- a/samples/client/others/go/oneof-anyof-required/model_object.go
+++ b/samples/client/others/go/oneof-anyof-required/model_object.go
@@ -154,4 +154,3 @@ func (v *NullableObject) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/others/go/oneof-anyof-required/model_object2.go b/samples/client/others/go/oneof-anyof-required/model_object2.go
index ee4ff5ec523e..705ea87fc031 100644
--- a/samples/client/others/go/oneof-anyof-required/model_object2.go
+++ b/samples/client/others/go/oneof-anyof-required/model_object2.go
@@ -104,4 +104,3 @@ func (v *NullableObject2) UnmarshalJSON(src []byte) error {
return json.Unmarshal(src, &v.value)
}
-
diff --git a/samples/client/others/java/jersey2-oneOf-Mixed/docs/Example.md b/samples/client/others/java/jersey2-oneOf-Mixed/docs/Example.md
index 0e1dbddcd6a1..c75da8ef2796 100644
--- a/samples/client/others/java/jersey2-oneOf-Mixed/docs/Example.md
+++ b/samples/client/others/java/jersey2-oneOf-Mixed/docs/Example.md
@@ -34,4 +34,3 @@ public class Example {
}
```
-
diff --git a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/ApiClient.java b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/ApiClient.java
index 940798bede50..f8c2b4e359d8 100644
--- a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/ApiClient.java
+++ b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/ApiClient.java
@@ -83,8 +83,7 @@
/**
* ApiClient class.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiClient extends JavaTimeFormatter {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiClient extends JavaTimeFormatter {
private static final Pattern JSON_MIME_PATTERN = Pattern.compile("(?i)^(application/json|[^;/ \t]+/[^;/ \t]+[+]json)[ \t]*(;.*)?$");
protected Map defaultHeaderMap = new HashMap<>();
diff --git a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/ApiException.java b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/ApiException.java
index 63f34bfe9770..37668a6b0c47 100644
--- a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/ApiException.java
+++ b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/ApiException.java
@@ -19,8 +19,7 @@
/**
* API Exception
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiException extends Exception {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiException extends Exception {
private static final long serialVersionUID = 1L;
private int code = 0;
diff --git a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/Configuration.java b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/Configuration.java
index bf2361444fd7..368f9d490a92 100644
--- a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/Configuration.java
+++ b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/Configuration.java
@@ -13,8 +13,7 @@
package org.openapitools.client;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class Configuration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class Configuration {
public static final String VERSION = "1.0.0";
private static ApiClient defaultApiClient = new ApiClient();
diff --git a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/JSON.java b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/JSON.java
index e9a4957326d6..36a51eb1a9a4 100644
--- a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/JSON.java
+++ b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/JSON.java
@@ -28,8 +28,7 @@
import javax.ws.rs.core.GenericType;
import javax.ws.rs.ext.ContextResolver;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class JSON implements ContextResolver {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class JSON implements ContextResolver {
private ObjectMapper mapper;
public JSON() {
diff --git a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/JavaTimeFormatter.java b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/JavaTimeFormatter.java
index 59d6cfef6d45..52a881086774 100644
--- a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/JavaTimeFormatter.java
+++ b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/JavaTimeFormatter.java
@@ -20,8 +20,7 @@
* Class that add parsing/formatting support for Java 8+ {@code OffsetDateTime} class.
* It's generated for java clients when {@code AbstractJavaCodegen#dateLibrary} specified as {@code java8}.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class JavaTimeFormatter {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class JavaTimeFormatter {
private DateTimeFormatter offsetDateTimeFormatter = DateTimeFormatter.ISO_OFFSET_DATE_TIME;
diff --git a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/Pair.java b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/Pair.java
index 825f12da94d6..9be7b98c1a95 100644
--- a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/Pair.java
+++ b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/Pair.java
@@ -13,8 +13,7 @@
package org.openapitools.client;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class Pair {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class Pair {
private String name = "";
private String value = "";
diff --git a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/RFC3339DateFormat.java b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/RFC3339DateFormat.java
index ba40fae1f09f..30fcc3123708 100644
--- a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/RFC3339DateFormat.java
+++ b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/RFC3339DateFormat.java
@@ -22,8 +22,7 @@
import java.util.GregorianCalendar;
import java.util.TimeZone;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class RFC3339DateFormat extends DateFormat {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");
diff --git a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/ServerConfiguration.java b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/ServerConfiguration.java
index 1fa4551e0888..ecdadc1106ec 100644
--- a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/ServerConfiguration.java
+++ b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/ServerConfiguration.java
@@ -18,8 +18,7 @@
/**
* Representing a Server configuration.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerConfiguration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerConfiguration {
public String URL;
public String description;
public Map variables;
diff --git a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/ServerVariable.java b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/ServerVariable.java
index dbc52a38b709..0d6aabd52c39 100644
--- a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/ServerVariable.java
+++ b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/ServerVariable.java
@@ -18,8 +18,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerVariable {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerVariable {
public String description;
public String defaultValue;
public HashSet enumValues = null;
diff --git a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/StringUtil.java b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/StringUtil.java
index b971a54ae8a2..68febcd2a9d8 100644
--- a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/StringUtil.java
+++ b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/StringUtil.java
@@ -16,8 +16,7 @@
import java.util.Collection;
import java.util.Iterator;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class StringUtil {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
*
diff --git a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/api/DefaultApi.java b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/api/DefaultApi.java
index 4199d5631d23..33f41cf9e2aa 100644
--- a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/api/DefaultApi.java
+++ b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/api/DefaultApi.java
@@ -16,8 +16,7 @@
import java.util.List;
import java.util.Map;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class DefaultApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class DefaultApi {
private ApiClient apiClient;
public DefaultApi() {
diff --git a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
index ca51af66e809..8c2ed6ab2a05 100644
--- a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
+++ b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
@@ -20,8 +20,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiKeyAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
diff --git a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
index c50bb1d254ae..494f41f09ac4 100644
--- a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
+++ b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
@@ -23,8 +23,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBasicAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBasicAuth implements Authentication {
private String username;
private String password;
diff --git a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
index 0c9a152dee19..2eed7daa8c90 100644
--- a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
+++ b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
@@ -20,8 +20,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBearerAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBearerAuth implements Authentication {
private final String scheme;
private String bearerToken;
diff --git a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
index 6843275ba219..68af75ce1d65 100644
--- a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
+++ b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
@@ -24,8 +24,7 @@
/**
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public abstract class AbstractOpenApiSchema {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public abstract class AbstractOpenApiSchema {
// store the actual instance of the schema/object
private Object instance;
@@ -145,5 +144,4 @@ public Boolean isNullable() {
}
-
}
diff --git a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/model/Example.java b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/model/Example.java
index 7fd556601601..bbfc952d4bc2 100644
--- a/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/model/Example.java
+++ b/samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/model/Example.java
@@ -140,7 +140,6 @@ public Example getNullValue(DeserializationContext ctxt) throws JsonMappingExcep
public Example() {
super("oneOf", Boolean.FALSE);
}
-
public Example(UUID o) {
super("oneOf", Boolean.FALSE);
setActualInstance(o);
diff --git a/samples/client/others/java/jersey2-oneOf-duplicates/docs/Example.md b/samples/client/others/java/jersey2-oneOf-duplicates/docs/Example.md
index f9241275dbb1..c2474e8419e4 100644
--- a/samples/client/others/java/jersey2-oneOf-duplicates/docs/Example.md
+++ b/samples/client/others/java/jersey2-oneOf-duplicates/docs/Example.md
@@ -34,4 +34,3 @@ public class Example {
}
```
-
diff --git a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/ApiClient.java b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/ApiClient.java
index 940798bede50..f8c2b4e359d8 100644
--- a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/ApiClient.java
+++ b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/ApiClient.java
@@ -83,8 +83,7 @@
/**
* ApiClient class.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiClient extends JavaTimeFormatter {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiClient extends JavaTimeFormatter {
private static final Pattern JSON_MIME_PATTERN = Pattern.compile("(?i)^(application/json|[^;/ \t]+/[^;/ \t]+[+]json)[ \t]*(;.*)?$");
protected Map defaultHeaderMap = new HashMap<>();
diff --git a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/ApiException.java b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/ApiException.java
index 63f34bfe9770..37668a6b0c47 100644
--- a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/ApiException.java
+++ b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/ApiException.java
@@ -19,8 +19,7 @@
/**
* API Exception
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiException extends Exception {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiException extends Exception {
private static final long serialVersionUID = 1L;
private int code = 0;
diff --git a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/Configuration.java b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/Configuration.java
index bf2361444fd7..368f9d490a92 100644
--- a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/Configuration.java
+++ b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/Configuration.java
@@ -13,8 +13,7 @@
package org.openapitools.client;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class Configuration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class Configuration {
public static final String VERSION = "1.0.0";
private static ApiClient defaultApiClient = new ApiClient();
diff --git a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/JSON.java b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/JSON.java
index e9a4957326d6..36a51eb1a9a4 100644
--- a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/JSON.java
+++ b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/JSON.java
@@ -28,8 +28,7 @@
import javax.ws.rs.core.GenericType;
import javax.ws.rs.ext.ContextResolver;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class JSON implements ContextResolver {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class JSON implements ContextResolver {
private ObjectMapper mapper;
public JSON() {
diff --git a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/JavaTimeFormatter.java b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/JavaTimeFormatter.java
index 59d6cfef6d45..52a881086774 100644
--- a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/JavaTimeFormatter.java
+++ b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/JavaTimeFormatter.java
@@ -20,8 +20,7 @@
* Class that add parsing/formatting support for Java 8+ {@code OffsetDateTime} class.
* It's generated for java clients when {@code AbstractJavaCodegen#dateLibrary} specified as {@code java8}.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class JavaTimeFormatter {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class JavaTimeFormatter {
private DateTimeFormatter offsetDateTimeFormatter = DateTimeFormatter.ISO_OFFSET_DATE_TIME;
diff --git a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/Pair.java b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/Pair.java
index 825f12da94d6..9be7b98c1a95 100644
--- a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/Pair.java
+++ b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/Pair.java
@@ -13,8 +13,7 @@
package org.openapitools.client;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class Pair {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class Pair {
private String name = "";
private String value = "";
diff --git a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/RFC3339DateFormat.java b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/RFC3339DateFormat.java
index ba40fae1f09f..30fcc3123708 100644
--- a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/RFC3339DateFormat.java
+++ b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/RFC3339DateFormat.java
@@ -22,8 +22,7 @@
import java.util.GregorianCalendar;
import java.util.TimeZone;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class RFC3339DateFormat extends DateFormat {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");
diff --git a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/ServerConfiguration.java b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/ServerConfiguration.java
index 1fa4551e0888..ecdadc1106ec 100644
--- a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/ServerConfiguration.java
+++ b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/ServerConfiguration.java
@@ -18,8 +18,7 @@
/**
* Representing a Server configuration.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerConfiguration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerConfiguration {
public String URL;
public String description;
public Map variables;
diff --git a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/ServerVariable.java b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/ServerVariable.java
index dbc52a38b709..0d6aabd52c39 100644
--- a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/ServerVariable.java
+++ b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/ServerVariable.java
@@ -18,8 +18,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerVariable {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerVariable {
public String description;
public String defaultValue;
public HashSet enumValues = null;
diff --git a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/StringUtil.java b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/StringUtil.java
index b971a54ae8a2..68febcd2a9d8 100644
--- a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/StringUtil.java
+++ b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/StringUtil.java
@@ -16,8 +16,7 @@
import java.util.Collection;
import java.util.Iterator;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class StringUtil {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
*
diff --git a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/api/DefaultApi.java b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/api/DefaultApi.java
index 4199d5631d23..33f41cf9e2aa 100644
--- a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/api/DefaultApi.java
+++ b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/api/DefaultApi.java
@@ -16,8 +16,7 @@
import java.util.List;
import java.util.Map;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class DefaultApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class DefaultApi {
private ApiClient apiClient;
public DefaultApi() {
diff --git a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
index ca51af66e809..8c2ed6ab2a05 100644
--- a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
+++ b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
@@ -20,8 +20,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiKeyAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
diff --git a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
index c50bb1d254ae..494f41f09ac4 100644
--- a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
+++ b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
@@ -23,8 +23,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBasicAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBasicAuth implements Authentication {
private String username;
private String password;
diff --git a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
index 0c9a152dee19..2eed7daa8c90 100644
--- a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
+++ b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
@@ -20,8 +20,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBearerAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBearerAuth implements Authentication {
private final String scheme;
private String bearerToken;
diff --git a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
index 6843275ba219..68af75ce1d65 100644
--- a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
+++ b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
@@ -24,8 +24,7 @@
/**
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public abstract class AbstractOpenApiSchema {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public abstract class AbstractOpenApiSchema {
// store the actual instance of the schema/object
private Object instance;
@@ -145,5 +144,4 @@ public Boolean isNullable() {
}
-
}
diff --git a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/model/Example.java b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/model/Example.java
index d39111ccdfc5..857bdccd3690 100644
--- a/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/model/Example.java
+++ b/samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/model/Example.java
@@ -140,7 +140,6 @@ public Example getNullValue(DeserializationContext ctxt) throws JsonMappingExcep
public Example() {
super("oneOf", Boolean.FALSE);
}
-
public Example(List o) {
super("oneOf", Boolean.FALSE);
setActualInstance(o);
diff --git a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/ApiException.java b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/ApiException.java
index e6917138e6ba..b7ccdbaa74dc 100644
--- a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/ApiException.java
+++ b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/ApiException.java
@@ -21,8 +21,7 @@
* ApiException class.
*/
@SuppressWarnings("serial")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiException extends Exception {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiException extends Exception {
private static final long serialVersionUID = 1L;
private int code = 0;
diff --git a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/Configuration.java b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/Configuration.java
index ae5db081e80d..02b87093befb 100644
--- a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/Configuration.java
+++ b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/Configuration.java
@@ -13,8 +13,7 @@
package org.openapitools.client;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class Configuration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class Configuration {
public static final String VERSION = "1.0.0";
private static ApiClient defaultApiClient = new ApiClient();
diff --git a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/Pair.java b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/Pair.java
index ba217f0ce8da..ab017d38078c 100644
--- a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/Pair.java
+++ b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/Pair.java
@@ -13,8 +13,7 @@
package org.openapitools.client;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class Pair {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class Pair {
private String name = "";
private String value = "";
diff --git a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/ServerConfiguration.java b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/ServerConfiguration.java
index c4493b9bbf03..432425d736cd 100644
--- a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/ServerConfiguration.java
+++ b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/ServerConfiguration.java
@@ -18,8 +18,7 @@
/**
* Representing a Server configuration.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerConfiguration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerConfiguration {
public String URL;
public String description;
public Map variables;
diff --git a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/ServerVariable.java b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/ServerVariable.java
index 737fb97e6ac0..395a42c6e3f4 100644
--- a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/ServerVariable.java
+++ b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/ServerVariable.java
@@ -18,8 +18,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerVariable {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerVariable {
public String description;
public String defaultValue;
public HashSet enumValues = null;
diff --git a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/StringUtil.java b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/StringUtil.java
index 5c7603c88ac3..9a73b7a1b0cf 100644
--- a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/StringUtil.java
+++ b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/StringUtil.java
@@ -16,8 +16,7 @@
import java.util.Collection;
import java.util.Iterator;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class StringUtil {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
*
diff --git a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
index f896734de90f..53cc86e76d96 100644
--- a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
+++ b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
@@ -20,8 +20,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiKeyAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
diff --git a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
index a9b9422cac86..5984743c61b8 100644
--- a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
+++ b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
@@ -22,8 +22,7 @@
import java.util.Optional;
import java.util.function.Supplier;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBearerAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBearerAuth implements Authentication {
private final String scheme;
private Supplier tokenSupplier;
diff --git a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
index e9f78b19a3fb..bf522c725d48 100644
--- a/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
+++ b/samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
@@ -21,8 +21,7 @@
/**
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public abstract class AbstractOpenApiSchema {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public abstract class AbstractOpenApiSchema {
// store the actual instance of the schema/object
private Object instance;
@@ -142,5 +141,4 @@ public Boolean isNullable() {
}
-
}
diff --git a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/ApiException.java b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/ApiException.java
index 7bf09ba124b9..1296a336f94b 100644
--- a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/ApiException.java
+++ b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/ApiException.java
@@ -21,8 +21,7 @@
* ApiException class.
*/
@SuppressWarnings("serial")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiException extends Exception {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiException extends Exception {
private static final long serialVersionUID = 1L;
private int code = 0;
diff --git a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/Configuration.java b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/Configuration.java
index 043bd39ca284..b168d8df8054 100644
--- a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/Configuration.java
+++ b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/Configuration.java
@@ -13,8 +13,7 @@
package org.openapitools.client;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class Configuration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class Configuration {
public static final String VERSION = "1.0";
private static ApiClient defaultApiClient = new ApiClient();
diff --git a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/Pair.java b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/Pair.java
index d1ec318b65b9..8120dcf6d315 100644
--- a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/Pair.java
+++ b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/Pair.java
@@ -13,8 +13,7 @@
package org.openapitools.client;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class Pair {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class Pair {
private String name = "";
private String value = "";
diff --git a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/ServerConfiguration.java b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/ServerConfiguration.java
index 3e4f731e7d21..fb9934342197 100644
--- a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/ServerConfiguration.java
+++ b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/ServerConfiguration.java
@@ -18,8 +18,7 @@
/**
* Representing a Server configuration.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerConfiguration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerConfiguration {
public String URL;
public String description;
public Map variables;
diff --git a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/ServerVariable.java b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/ServerVariable.java
index 74ff087c25fb..f53574c4fa66 100644
--- a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/ServerVariable.java
+++ b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/ServerVariable.java
@@ -18,8 +18,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerVariable {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerVariable {
public String description;
public String defaultValue;
public HashSet enumValues = null;
diff --git a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/StringUtil.java b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/StringUtil.java
index 3fb9cd21cec3..d0ba6b9f3c7f 100644
--- a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/StringUtil.java
+++ b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/StringUtil.java
@@ -16,8 +16,7 @@
import java.util.Collection;
import java.util.Iterator;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class StringUtil {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
*
diff --git a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
index 808e088be4fe..be2439fd51bc 100644
--- a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
+++ b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
@@ -20,8 +20,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiKeyAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
diff --git a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
index d173450d54b6..c21ee77fdeb9 100644
--- a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
+++ b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
@@ -22,8 +22,7 @@
import java.util.Optional;
import java.util.function.Supplier;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBearerAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBearerAuth implements Authentication {
private final String scheme;
private Supplier tokenSupplier;
diff --git a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
index ffd01c2c5e5d..44695782f6b5 100644
--- a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
+++ b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java
@@ -21,8 +21,7 @@
/**
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public abstract class AbstractOpenApiSchema {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public abstract class AbstractOpenApiSchema {
// store the actual instance of the schema/object
private Object instance;
@@ -142,5 +141,4 @@ public Boolean isNullable() {
}
-
}
diff --git a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/model/SomeObj.java b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/model/SomeObj.java
index 9cb367038a53..187c3a2091c4 100644
--- a/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/model/SomeObj.java
+++ b/samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/model/SomeObj.java
@@ -102,7 +102,6 @@ public static void validateJsonElement(JsonElement jsonElement) throws IOExcepti
TypeEnum.fromValue(value);
}
}
-
public static final String SERIALIZED_NAME_$_TYPE = "$_type";
@SerializedName(SERIALIZED_NAME_$_TYPE)
private TypeEnum $type = TypeEnum.SOME_OBJ_IDENTIFIER;
@@ -221,7 +220,6 @@ public void setType(String type) {
}
-
@Override
public boolean equals(Object o) {
if (this == o) {
diff --git a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ApiClient.java b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ApiClient.java
index 490ab1033dfa..01a69b69d025 100644
--- a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ApiClient.java
+++ b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ApiClient.java
@@ -56,8 +56,7 @@
import org.openapitools.client.auth.HttpBearerAuth;
import org.openapitools.client.auth.ApiKeyAuth;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiClient extends JavaTimeFormatter {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiClient extends JavaTimeFormatter {
public enum CollectionFormat {
CSV(","), TSV("\t"), SSV(" "), PIPES("|"), MULTI(null);
diff --git a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/JavaTimeFormatter.java b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/JavaTimeFormatter.java
index 080afdb3ba87..f1f0bd78c7b3 100644
--- a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/JavaTimeFormatter.java
+++ b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/JavaTimeFormatter.java
@@ -20,8 +20,7 @@
* Class that add parsing/formatting support for Java 8+ {@code OffsetDateTime} class.
* It's generated for java clients when {@code AbstractJavaCodegen#dateLibrary} specified as {@code java8}.
*/
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class JavaTimeFormatter {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class JavaTimeFormatter {
private DateTimeFormatter offsetDateTimeFormatter = DateTimeFormatter.ISO_OFFSET_DATE_TIME;
diff --git a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/RFC3339DateFormat.java b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/RFC3339DateFormat.java
index c47f83f711fc..327894add800 100644
--- a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/RFC3339DateFormat.java
+++ b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/RFC3339DateFormat.java
@@ -22,8 +22,7 @@
import java.util.GregorianCalendar;
import java.util.TimeZone;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class RFC3339DateFormat extends DateFormat {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");
diff --git a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerConfiguration.java b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerConfiguration.java
index a47d156d297a..62f64463e0a7 100644
--- a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerConfiguration.java
+++ b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerConfiguration.java
@@ -18,8 +18,7 @@
/**
* Representing a Server configuration.
*/
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerConfiguration {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerConfiguration {
public String URL;
public String description;
public Map variables;
diff --git a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerVariable.java b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerVariable.java
index 0f75511af8f3..27ba5b1a26c2 100644
--- a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerVariable.java
+++ b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerVariable.java
@@ -18,8 +18,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerVariable {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerVariable {
public String description;
public String defaultValue;
public HashSet enumValues = null;
diff --git a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/StringUtil.java b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/StringUtil.java
index f011ddeb164a..5026a3b7e25e 100644
--- a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/StringUtil.java
+++ b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/StringUtil.java
@@ -16,8 +16,7 @@
import java.util.Collection;
import java.util.Iterator;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class StringUtil {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
*
diff --git a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/api/ResourceApi.java b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/api/ResourceApi.java
index f50ec4e31876..d012aa4e73b4 100644
--- a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/api/ResourceApi.java
+++ b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/api/ResourceApi.java
@@ -23,8 +23,7 @@
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ResourceApi {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ResourceApi {
private ApiClient apiClient;
public ResourceApi() {
diff --git a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
index 9f55834b11d6..46f26c1607ed 100644
--- a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
+++ b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
@@ -16,8 +16,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiKeyAuth implements Authentication {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
diff --git a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
index 9633524608cf..52d7f4eaa080 100644
--- a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
+++ b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
@@ -19,8 +19,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBasicAuth implements Authentication {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBasicAuth implements Authentication {
private String username;
private String password;
diff --git a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
index 16fcff8482ca..801e293003bf 100644
--- a/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
+++ b/samples/client/others/java/restclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
@@ -18,8 +18,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;
-@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBearerAuth implements Authentication {
+@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBearerAuth implements Authentication {
private final String scheme;
private Supplier tokenSupplier;
diff --git a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/ApiClient.java b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/ApiClient.java
index 207d345e7b2f..521041c948a8 100644
--- a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/ApiClient.java
+++ b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/ApiClient.java
@@ -71,8 +71,7 @@
import org.openapitools.client.auth.Authentication;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiClient extends JavaTimeFormatter {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiClient extends JavaTimeFormatter {
public enum CollectionFormat {
CSV(","), TSV("\t"), SSV(" "), PIPES("|"), MULTI(null);
diff --git a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/BaseApi.java b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/BaseApi.java
index a41d9319881c..f327f7235f3f 100644
--- a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/BaseApi.java
+++ b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/BaseApi.java
@@ -18,8 +18,7 @@
import org.springframework.http.HttpMethod;
import org.springframework.http.ResponseEntity;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public abstract class BaseApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public abstract class BaseApi {
protected ApiClient apiClient;
diff --git a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/JavaTimeFormatter.java b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/JavaTimeFormatter.java
index 2fabff7ff8a4..3dcf3dcb7d2f 100644
--- a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/JavaTimeFormatter.java
+++ b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/JavaTimeFormatter.java
@@ -20,8 +20,7 @@
* Class that add parsing/formatting support for Java 8+ {@code OffsetDateTime} class.
* It's generated for java clients when {@code AbstractJavaCodegen#dateLibrary} specified as {@code java8}.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class JavaTimeFormatter {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class JavaTimeFormatter {
private DateTimeFormatter offsetDateTimeFormatter = DateTimeFormatter.ISO_OFFSET_DATE_TIME;
diff --git a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/RFC3339DateFormat.java b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/RFC3339DateFormat.java
index 764082d612ed..f790969e2714 100644
--- a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/RFC3339DateFormat.java
+++ b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/RFC3339DateFormat.java
@@ -22,8 +22,7 @@
import java.util.GregorianCalendar;
import java.util.TimeZone;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class RFC3339DateFormat extends DateFormat {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");
diff --git a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/ServerConfiguration.java b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/ServerConfiguration.java
index 06f25f2cc527..a39b5cb413f9 100644
--- a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/ServerConfiguration.java
+++ b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/ServerConfiguration.java
@@ -18,8 +18,7 @@
/**
* Representing a Server configuration.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerConfiguration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerConfiguration {
public String URL;
public String description;
public Map variables;
diff --git a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/ServerVariable.java b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/ServerVariable.java
index a58e0cfac97a..2ed59b8a99b8 100644
--- a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/ServerVariable.java
+++ b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/ServerVariable.java
@@ -18,8 +18,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerVariable {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerVariable {
public String description;
public String defaultValue;
public HashSet enumValues = null;
diff --git a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/api/UserApi.java b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/api/UserApi.java
index 3ebbaf3c23e9..47cdf8924584 100644
--- a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/api/UserApi.java
+++ b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/api/UserApi.java
@@ -28,8 +28,7 @@
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class UserApi extends BaseApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class UserApi extends BaseApi {
public UserApi() {
super(new ApiClient());
diff --git a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
index 04622efdd72f..2a6d433083f5 100644
--- a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
+++ b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
@@ -16,8 +16,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiKeyAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
diff --git a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
index b6d952dcc261..f62c65cf1885 100644
--- a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
+++ b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
@@ -19,8 +19,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBasicAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBasicAuth implements Authentication {
private String username;
private String password;
diff --git a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
index ab285b85e223..d01a17d2fc21 100644
--- a/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
+++ b/samples/client/others/java/resttemplate-list-schema-validation/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
@@ -18,8 +18,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBearerAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBearerAuth implements Authentication {
private final String scheme;
private Supplier tokenSupplier;
diff --git a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/ApiClient.java b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/ApiClient.java
index 977ed635a3f8..45942a4d514d 100644
--- a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/ApiClient.java
+++ b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/ApiClient.java
@@ -71,8 +71,7 @@
import org.openapitools.client.auth.Authentication;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiClient extends JavaTimeFormatter {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiClient extends JavaTimeFormatter {
public enum CollectionFormat {
CSV(","), TSV("\t"), SSV(" "), PIPES("|"), MULTI(null);
diff --git a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/BaseApi.java b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/BaseApi.java
index 8c4ccb39aa80..f65876755c0a 100644
--- a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/BaseApi.java
+++ b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/BaseApi.java
@@ -18,8 +18,7 @@
import org.springframework.http.HttpMethod;
import org.springframework.http.ResponseEntity;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public abstract class BaseApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public abstract class BaseApi {
protected ApiClient apiClient;
diff --git a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/JavaTimeFormatter.java b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/JavaTimeFormatter.java
index dfa5910449f9..8ed2718d2b60 100644
--- a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/JavaTimeFormatter.java
+++ b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/JavaTimeFormatter.java
@@ -20,8 +20,7 @@
* Class that add parsing/formatting support for Java 8+ {@code OffsetDateTime} class.
* It's generated for java clients when {@code AbstractJavaCodegen#dateLibrary} specified as {@code java8}.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class JavaTimeFormatter {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class JavaTimeFormatter {
private DateTimeFormatter offsetDateTimeFormatter = DateTimeFormatter.ISO_OFFSET_DATE_TIME;
diff --git a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/RFC3339DateFormat.java b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/RFC3339DateFormat.java
index c26e0db7acb6..e0bf72ff3e49 100644
--- a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/RFC3339DateFormat.java
+++ b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/RFC3339DateFormat.java
@@ -22,8 +22,7 @@
import java.util.GregorianCalendar;
import java.util.TimeZone;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class RFC3339DateFormat extends DateFormat {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");
diff --git a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerConfiguration.java b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerConfiguration.java
index ca659a182356..f39335c6476f 100644
--- a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerConfiguration.java
+++ b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerConfiguration.java
@@ -18,8 +18,7 @@
/**
* Representing a Server configuration.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerConfiguration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerConfiguration {
public String URL;
public String description;
public Map variables;
diff --git a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerVariable.java b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerVariable.java
index 268103f08865..e33ab2dbe492 100644
--- a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerVariable.java
+++ b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerVariable.java
@@ -18,8 +18,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerVariable {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerVariable {
public String description;
public String defaultValue;
public HashSet enumValues = null;
diff --git a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/api/ResourceApi.java b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/api/ResourceApi.java
index 33bfcf67fd3f..738636a24391 100644
--- a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/api/ResourceApi.java
+++ b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/api/ResourceApi.java
@@ -26,8 +26,7 @@
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ResourceApi extends BaseApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ResourceApi extends BaseApi {
public ResourceApi() {
super(new ApiClient());
diff --git a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
index 38584ca51c22..ff548e7ed0ff 100644
--- a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
+++ b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
@@ -16,8 +16,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiKeyAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
diff --git a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
index 489a55dcb886..ce7197cff4f5 100644
--- a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
+++ b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
@@ -19,8 +19,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBasicAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBasicAuth implements Authentication {
private String username;
private String password;
diff --git a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
index dd70605deced..b324eaea4061 100644
--- a/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
+++ b/samples/client/others/java/resttemplate-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
@@ -18,8 +18,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBearerAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBearerAuth implements Authentication {
private final String scheme;
private Supplier tokenSupplier;
diff --git a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ApiClient.java b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ApiClient.java
index 80576c4db4b1..83aab07475bd 100644
--- a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ApiClient.java
+++ b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ApiClient.java
@@ -79,8 +79,7 @@
import org.openapitools.client.auth.HttpBearerAuth;
import org.openapitools.client.auth.ApiKeyAuth;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiClient extends JavaTimeFormatter {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiClient extends JavaTimeFormatter {
public enum CollectionFormat {
CSV(","), TSV("\t"), SSV(" "), PIPES("|"), MULTI(null);
diff --git a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/JavaTimeFormatter.java b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/JavaTimeFormatter.java
index dfa5910449f9..8ed2718d2b60 100644
--- a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/JavaTimeFormatter.java
+++ b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/JavaTimeFormatter.java
@@ -20,8 +20,7 @@
* Class that add parsing/formatting support for Java 8+ {@code OffsetDateTime} class.
* It's generated for java clients when {@code AbstractJavaCodegen#dateLibrary} specified as {@code java8}.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class JavaTimeFormatter {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class JavaTimeFormatter {
private DateTimeFormatter offsetDateTimeFormatter = DateTimeFormatter.ISO_OFFSET_DATE_TIME;
diff --git a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/RFC3339DateFormat.java b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/RFC3339DateFormat.java
index c26e0db7acb6..e0bf72ff3e49 100644
--- a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/RFC3339DateFormat.java
+++ b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/RFC3339DateFormat.java
@@ -22,8 +22,7 @@
import java.util.GregorianCalendar;
import java.util.TimeZone;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class RFC3339DateFormat extends DateFormat {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");
diff --git a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerConfiguration.java b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerConfiguration.java
index ca659a182356..f39335c6476f 100644
--- a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerConfiguration.java
+++ b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerConfiguration.java
@@ -18,8 +18,7 @@
/**
* Representing a Server configuration.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerConfiguration {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerConfiguration {
public String URL;
public String description;
public Map variables;
diff --git a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerVariable.java b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerVariable.java
index 268103f08865..e33ab2dbe492 100644
--- a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerVariable.java
+++ b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/ServerVariable.java
@@ -18,8 +18,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ServerVariable {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ServerVariable {
public String description;
public String defaultValue;
public HashSet enumValues = null;
diff --git a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/StringUtil.java b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/StringUtil.java
index 7cd94bf7ef58..39cfd1f53a5a 100644
--- a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/StringUtil.java
+++ b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/StringUtil.java
@@ -16,8 +16,7 @@
import java.util.Collection;
import java.util.Iterator;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class StringUtil {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
*
diff --git a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/api/ResourceApi.java b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/api/ResourceApi.java
index f9cdf7434f4c..6ac4ee2aa662 100644
--- a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/api/ResourceApi.java
+++ b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/api/ResourceApi.java
@@ -25,8 +25,7 @@
import reactor.core.publisher.Mono;
import reactor.core.publisher.Flux;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ResourceApi {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ResourceApi {
private ApiClient apiClient;
public ResourceApi() {
diff --git a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
index 38584ca51c22..ff548e7ed0ff 100644
--- a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
+++ b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
@@ -16,8 +16,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class ApiKeyAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
diff --git a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
index 489a55dcb886..ce7197cff4f5 100644
--- a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
+++ b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java
@@ -19,8 +19,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBasicAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBasicAuth implements Authentication {
private String username;
private String password;
diff --git a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
index a58063189510..7648f66f6562 100644
--- a/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
+++ b/samples/client/others/java/webclient-useAbstractionForFiles/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java
@@ -16,8 +16,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.util.MultiValueMap;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")
-public class HttpBearerAuth implements Authentication {
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.9.0-SNAPSHOT")public class HttpBearerAuth implements Authentication {
private final String scheme;
private String bearerToken;
diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catComposed.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catComposed.ts
index 5a0e145deb88..adc039498478 100644
--- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catComposed.ts
+++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catComposed.ts
@@ -14,4 +14,3 @@ export interface CatComposedModel {
hunts?: boolean;
}
-
diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catInherited.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catInherited.ts
index 0edfd1a07179..435d13840b24 100644
--- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catInherited.ts
+++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catInherited.ts
@@ -14,4 +14,3 @@ export interface CatInheritedModel {
hunts?: boolean;
}
-
diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catMapped.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catMapped.ts
index a45844e85f20..2b50d2e5fd45 100644
--- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catMapped.ts
+++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catMapped.ts
@@ -14,4 +14,3 @@ export interface CatMappedModel {
hunts?: boolean;
}
-
diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogComposed.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogComposed.ts
index 79f4f55c0470..8295e03888e6 100644
--- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogComposed.ts
+++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogComposed.ts
@@ -20,4 +20,3 @@ export enum DogComposedModelInlineBreedEnum {
-
diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogInherited.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogInherited.ts
index 37104f1e2d4e..557875553912 100644
--- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogInherited.ts
+++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogInherited.ts
@@ -17,4 +17,3 @@ export interface DogInheritedModel {
-
diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogMapped.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogMapped.ts
index 24a3e3a0424b..eb07ddbd2730 100644
--- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogMapped.ts
+++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogMapped.ts
@@ -17,4 +17,3 @@ export interface DogMappedModel {
-
diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dummy.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dummy.ts
index 39744d612101..28ce8912b39b 100644
--- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dummy.ts
+++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dummy.ts
@@ -13,4 +13,3 @@ export interface DummyModel {
'property.name'?: string;
}
-
diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/petWithoutDiscriminator.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/petWithoutDiscriminator.ts
index 2fc3c93a5bc7..ad6f90e1e177 100644
--- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/petWithoutDiscriminator.ts
+++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/petWithoutDiscriminator.ts
@@ -13,4 +13,3 @@ export interface PetWithoutDiscriminatorModel {
petType: string;
}
-
diff --git a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/api.ts b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/api.ts
index 76a72f3a74a7..1047512983a6 100644
--- a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/api.ts
+++ b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/api.ts
@@ -14,4 +14,3 @@
-
diff --git a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/base.ts b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/base.ts
index 208ec53dda46..3d7ce8653e4e 100644
--- a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/base.ts
+++ b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/base.ts
@@ -12,7 +12,6 @@
* Do not edit the class manually.
*/
-
import type { Configuration } from './configuration';
// Some imports not used depending on template conditions
// @ts-ignore
diff --git a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/common.ts b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/common.ts
index 95d62a0dcddb..29f664099899 100644
--- a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/common.ts
+++ b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/common.ts
@@ -12,7 +12,6 @@
* Do not edit the class manually.
*/
-
import type { Configuration } from "./configuration";
import type { RequestArgs } from "./base";
import type { AxiosInstance, AxiosResponse } from 'axios';
diff --git a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/configuration.ts b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/configuration.ts
index 2b516f9129ed..0de3571269b1 100644
--- a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/configuration.ts
+++ b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/configuration.ts
@@ -12,7 +12,6 @@
* Do not edit the class manually.
*/
-
export interface ConfigurationParameters {
apiKey?: string | Promise | ((name: string) => string) | ((name: string) => Promise);
username?: string;
diff --git a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/index.ts b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/index.ts
index 09f94830a1fe..5919c078a7b3 100644
--- a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/index.ts
+++ b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/index.ts
@@ -12,7 +12,6 @@
* Do not edit the class manually.
*/
-
export * from "./api";
export * from "./configuration";
export * from "./model";
diff --git a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/abstract-flat-stock-pick-order-base-dto.ts b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/abstract-flat-stock-pick-order-base-dto.ts
index 9604cf4c300b..3be24c42de00 100644
--- a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/abstract-flat-stock-pick-order-base-dto.ts
+++ b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/abstract-flat-stock-pick-order-base-dto.ts
@@ -13,7 +13,6 @@
*/
-
/**
*
* @export
diff --git a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/abstract-user-dto.ts b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/abstract-user-dto.ts
index 3643cc60cff6..2a0892f03efb 100644
--- a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/abstract-user-dto.ts
+++ b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/abstract-user-dto.ts
@@ -12,7 +12,6 @@
* Do not edit the class manually.
*/
-
// May contain unused imports in some cases
// @ts-ignore
import type { BranchDto } from './branch-dto';
diff --git a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/branch-dto.ts b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/branch-dto.ts
index 4c6d31ceb243..619a9bb10645 100644
--- a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/branch-dto.ts
+++ b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/branch-dto.ts
@@ -13,7 +13,6 @@
*/
-
/**
*
* @export
diff --git a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/flat-stock-pick-order-dto.ts b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/flat-stock-pick-order-dto.ts
index 12cd97a7d4cc..f422254ea475 100644
--- a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/flat-stock-pick-order-dto.ts
+++ b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/flat-stock-pick-order-dto.ts
@@ -12,7 +12,6 @@
* Do not edit the class manually.
*/
-
// May contain unused imports in some cases
// @ts-ignore
import type { AbstractFlatStockPickOrderBaseDto } from './abstract-flat-stock-pick-order-base-dto';
diff --git a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/internal-authenticated-user-dto.ts b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/internal-authenticated-user-dto.ts
index b3d1d3737cab..d5499daf8db3 100644
--- a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/internal-authenticated-user-dto.ts
+++ b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/internal-authenticated-user-dto.ts
@@ -12,7 +12,6 @@
* Do not edit the class manually.
*/
-
// May contain unused imports in some cases
// @ts-ignore
import type { AbstractUserDto } from './abstract-user-dto';
diff --git a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/remote-authenticated-user-dto.ts b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/remote-authenticated-user-dto.ts
index 0cfe57c46a78..2f18f848d5fb 100644
--- a/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/remote-authenticated-user-dto.ts
+++ b/samples/client/others/typescript-axios/with-separate-models-and-api-inheritance/model/remote-authenticated-user-dto.ts
@@ -12,7 +12,6 @@
* Do not edit the class manually.
*/
-
// May contain unused imports in some cases
// @ts-ignore
import type { AbstractUserDto } from './abstract-user-dto';
diff --git a/samples/client/others/typescript-fetch/self-import-issue/models/AbstractUserDto.ts b/samples/client/others/typescript-fetch/self-import-issue/models/AbstractUserDto.ts
index 53bf52f50bb9..37eec88de4f1 100644
--- a/samples/client/others/typescript-fetch/self-import-issue/models/AbstractUserDto.ts
+++ b/samples/client/others/typescript-fetch/self-import-issue/models/AbstractUserDto.ts
@@ -11,7 +11,6 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
-
import { mapValues } from '../runtime';
import type { BranchDto } from './BranchDto';
import {
@@ -48,7 +47,6 @@ export interface AbstractUserDto {
*/
type?: string;
}
-
/**
* Check if a given object implements the AbstractUserDto interface.
*/
@@ -107,4 +105,3 @@ export function AbstractUserDtoFromJSONTyped(json: any, ignoreDiscriminator: boo
'type': value['type'],
};
}
-
diff --git a/samples/client/others/typescript-fetch/self-import-issue/models/BranchDto.ts b/samples/client/others/typescript-fetch/self-import-issue/models/BranchDto.ts
index 5de31fa073f8..e8222c8be5c6 100644
--- a/samples/client/others/typescript-fetch/self-import-issue/models/BranchDto.ts
+++ b/samples/client/others/typescript-fetch/self-import-issue/models/BranchDto.ts
@@ -11,7 +11,6 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
-
import { mapValues } from '../runtime';
/**
*
@@ -26,7 +25,6 @@ export interface BranchDto {
*/
name?: string;
}
-
/**
* Check if a given object implements the BranchDto interface.
*/
@@ -62,4 +60,3 @@ export function BranchDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean):
'name': value['name'],
};
}
-
diff --git a/samples/client/others/typescript-fetch/self-import-issue/models/InternalAuthenticatedUserDto.ts b/samples/client/others/typescript-fetch/self-import-issue/models/InternalAuthenticatedUserDto.ts
index 14a4f768ac4f..10291ce36de7 100644
--- a/samples/client/others/typescript-fetch/self-import-issue/models/InternalAuthenticatedUserDto.ts
+++ b/samples/client/others/typescript-fetch/self-import-issue/models/InternalAuthenticatedUserDto.ts
@@ -11,7 +11,6 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
-
import { mapValues } from '../runtime';
import type { BranchDto } from './BranchDto';
import {
@@ -35,7 +34,6 @@ import {
*/
export interface InternalAuthenticatedUserDto extends AbstractUserDto {
}
-
/**
* Check if a given object implements the InternalAuthenticatedUserDto interface.
*/
@@ -58,4 +56,3 @@ export function InternalAuthenticatedUserDtoFromJSONTyped(json: any, ignoreDiscr
export function InternalAuthenticatedUserDtoToJSONTyped(value?: InternalAuthenticatedUserDto | null, ignoreDiscriminator: boolean = false): any {
return value;
}
-
diff --git a/samples/client/others/typescript-fetch/self-import-issue/models/RemoteAuthenticatedUserDto.ts b/samples/client/others/typescript-fetch/self-import-issue/models/RemoteAuthenticatedUserDto.ts
index 6791e2e1216f..6819a50e0a78 100644
--- a/samples/client/others/typescript-fetch/self-import-issue/models/RemoteAuthenticatedUserDto.ts
+++ b/samples/client/others/typescript-fetch/self-import-issue/models/RemoteAuthenticatedUserDto.ts
@@ -11,7 +11,6 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
-
import { mapValues } from '../runtime';
import type { BranchDto } from './BranchDto';
import {
@@ -35,7 +34,6 @@ import {
*/
export interface RemoteAuthenticatedUserDto extends AbstractUserDto {
}
-
/**
* Check if a given object implements the RemoteAuthenticatedUserDto interface.
*/
@@ -58,4 +56,3 @@ export function RemoteAuthenticatedUserDtoFromJSONTyped(json: any, ignoreDiscrim
export function RemoteAuthenticatedUserDtoToJSONTyped(value?: RemoteAuthenticatedUserDto | null, ignoreDiscriminator: boolean = false): any {
return value;
}
-
diff --git a/samples/client/others/typescript-fetch/self-import-issue/runtime.ts b/samples/client/others/typescript-fetch/self-import-issue/runtime.ts
index 7dab7bfd087e..e60287f1e388 100644
--- a/samples/client/others/typescript-fetch/self-import-issue/runtime.ts
+++ b/samples/client/others/typescript-fetch/self-import-issue/runtime.ts
@@ -12,7 +12,6 @@
* Do not edit the class manually.
*/
-
export const BASE_PATH = "http://localhost".replace(/\/+$/, "");
export interface ConfigurationParameters {
diff --git a/samples/client/others/typescript-rxjs/allOf-composition/apis/DefaultApi.ts b/samples/client/others/typescript-rxjs/allOf-composition/apis/DefaultApi.ts
index 50216e7be704..bf09b2b3499e 100644
--- a/samples/client/others/typescript-rxjs/allOf-composition/apis/DefaultApi.ts
+++ b/samples/client/others/typescript-rxjs/allOf-composition/apis/DefaultApi.ts
@@ -10,7 +10,6 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
-
import type { Observable } from 'rxjs';
import type { AjaxResponse } from 'rxjs/ajax';
import { BaseAPI, throwIfNullOrUndefined, encodeURI } from '../runtime';
diff --git a/samples/client/others/typescript-rxjs/allOf-composition/models/Hero.ts b/samples/client/others/typescript-rxjs/allOf-composition/models/Hero.ts
index 98c39a6ecd68..1de11a781779 100644
--- a/samples/client/others/typescript-rxjs/allOf-composition/models/Hero.ts
+++ b/samples/client/others/typescript-rxjs/allOf-composition/models/Hero.ts
@@ -10,7 +10,6 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
-
/**
* Hero
* @export
diff --git a/samples/client/others/typescript-rxjs/allOf-composition/models/Human.ts b/samples/client/others/typescript-rxjs/allOf-composition/models/Human.ts
index 2122f4c7a134..434495241561 100644
--- a/samples/client/others/typescript-rxjs/allOf-composition/models/Human.ts
+++ b/samples/client/others/typescript-rxjs/allOf-composition/models/Human.ts
@@ -10,7 +10,6 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
-
/**
* Human
* @export
diff --git a/samples/client/others/typescript-rxjs/allOf-composition/models/SuperBaby.ts b/samples/client/others/typescript-rxjs/allOf-composition/models/SuperBaby.ts
index 34e768bf77e7..6752d32dedcc 100644
--- a/samples/client/others/typescript-rxjs/allOf-composition/models/SuperBaby.ts
+++ b/samples/client/others/typescript-rxjs/allOf-composition/models/SuperBaby.ts
@@ -10,7 +10,6 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
-
import type {
Human,
} from './';
diff --git a/samples/client/others/typescript-rxjs/allOf-composition/models/SuperBoy.ts b/samples/client/others/typescript-rxjs/allOf-composition/models/SuperBoy.ts
index 8d648c02f4c9..99b9e89896e2 100644
--- a/samples/client/others/typescript-rxjs/allOf-composition/models/SuperBoy.ts
+++ b/samples/client/others/typescript-rxjs/allOf-composition/models/SuperBoy.ts
@@ -10,7 +10,6 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
-
import type {
Human,
} from './';
diff --git a/samples/client/others/typescript-rxjs/allOf-composition/models/SuperMan.ts b/samples/client/others/typescript-rxjs/allOf-composition/models/SuperMan.ts
index f66efcce6af9..4d8c61ea82b9 100644
--- a/samples/client/others/typescript-rxjs/allOf-composition/models/SuperMan.ts
+++ b/samples/client/others/typescript-rxjs/allOf-composition/models/SuperMan.ts
@@ -10,7 +10,6 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
-
import type {
Hero,
Human,
diff --git a/samples/client/others/typescript-rxjs/allOf-composition/runtime.ts b/samples/client/others/typescript-rxjs/allOf-composition/runtime.ts
index 64b0b2b4ad40..ea971a274537 100644
--- a/samples/client/others/typescript-rxjs/allOf-composition/runtime.ts
+++ b/samples/client/others/typescript-rxjs/allOf-composition/runtime.ts
@@ -10,7 +10,6 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
-
import { of } from 'rxjs';
import type { Observable } from 'rxjs';
import { ajax } from 'rxjs/ajax';
diff --git a/samples/client/petstore/R-httr2-wrapper/.openapi-generator/FILES b/samples/client/petstore/R-httr2-wrapper/.openapi-generator/FILES
index 379998b2a2b8..03da4aaacabb 100644
--- a/samples/client/petstore/R-httr2-wrapper/.openapi-generator/FILES
+++ b/samples/client/petstore/R-httr2-wrapper/.openapi-generator/FILES
@@ -5,6 +5,7 @@
.travis.yml
DESCRIPTION
NAMESPACE
+README.md
R/allof_tag_api_response.R
R/animal.R
R/any_of_pig.R
@@ -39,7 +40,6 @@ R/user.R
R/user_api.R
R/whale.R
R/zebra.R
-README.md
docs/AllofTagApiResponse.md
docs/Animal.md
docs/AnyOfPig.md
diff --git a/samples/client/petstore/R-httr2/.openapi-generator/FILES b/samples/client/petstore/R-httr2/.openapi-generator/FILES
index 07243c898d78..af8bc6f011d8 100644
--- a/samples/client/petstore/R-httr2/.openapi-generator/FILES
+++ b/samples/client/petstore/R-httr2/.openapi-generator/FILES
@@ -5,6 +5,7 @@
.travis.yml
DESCRIPTION
NAMESPACE
+README.md
R/allof_tag_api_response.R
R/animal.R
R/any_of_pig.R
@@ -38,7 +39,6 @@ R/user.R
R/user_api.R
R/whale.R
R/zebra.R
-README.md
docs/AllofTagApiResponse.md
docs/Animal.md
docs/AnyOfPig.md
diff --git a/samples/client/petstore/R/.openapi-generator/FILES b/samples/client/petstore/R/.openapi-generator/FILES
index 43681d7ddb2c..d5c00e7a92f3 100644
--- a/samples/client/petstore/R/.openapi-generator/FILES
+++ b/samples/client/petstore/R/.openapi-generator/FILES
@@ -5,6 +5,7 @@
.travis.yml
DESCRIPTION
NAMESPACE
+README.md
R/allof_tag_api_response.R
R/animal.R
R/any_of_pig.R
@@ -38,7 +39,6 @@ R/user.R
R/user_api.R
R/whale.R
R/zebra.R
-README.md
docs/AllofTagApiResponse.md
docs/Animal.md
docs/AnyOfPig.md
diff --git a/samples/client/petstore/apex/force-app/main/default/classes/OASOrder.cls b/samples/client/petstore/apex/force-app/main/default/classes/OASOrder.cls
index 641462b2e6c6..bbf730d7ed21 100644
--- a/samples/client/petstore/apex/force-app/main/default/classes/OASOrder.cls
+++ b/samples/client/petstore/apex/force-app/main/default/classes/OASOrder.cls
@@ -46,7 +46,6 @@ public class OASOrder {
APPROVED,
DELIVERED
}
-
/**
* Order Status
* @return status
diff --git a/samples/client/petstore/apex/force-app/main/default/classes/OASPet.cls b/samples/client/petstore/apex/force-app/main/default/classes/OASPet.cls
index b97944478972..0d6b3a02d6f0 100644
--- a/samples/client/petstore/apex/force-app/main/default/classes/OASPet.cls
+++ b/samples/client/petstore/apex/force-app/main/default/classes/OASPet.cls
@@ -52,7 +52,6 @@ public class OASPet {
PENDING,
SOLD
}
-
/**
* pet status in the store
* @return status
diff --git a/samples/client/petstore/crystal/src/petstore/models/another_property_name_mapping.cr b/samples/client/petstore/crystal/src/petstore/models/another_property_name_mapping.cr
index 70ba78ced163..388fdbe8ff50 100644
--- a/samples/client/petstore/crystal/src/petstore/models/another_property_name_mapping.cr
+++ b/samples/client/petstore/crystal/src/petstore/models/another_property_name_mapping.cr
@@ -187,7 +187,5 @@ module Petstore
value
end
end
-
end
-
end
diff --git a/samples/client/petstore/crystal/src/petstore/models/api_response.cr b/samples/client/petstore/crystal/src/petstore/models/api_response.cr
index c281b8bf322a..f6a24f0b4034 100644
--- a/samples/client/petstore/crystal/src/petstore/models/api_response.cr
+++ b/samples/client/petstore/crystal/src/petstore/models/api_response.cr
@@ -184,7 +184,5 @@ module Petstore
value
end
end
-
end
-
end
diff --git a/samples/client/petstore/crystal/src/petstore/models/category.cr b/samples/client/petstore/crystal/src/petstore/models/category.cr
index d400bffa8a56..c54d34f76737 100644
--- a/samples/client/petstore/crystal/src/petstore/models/category.cr
+++ b/samples/client/petstore/crystal/src/petstore/models/category.cr
@@ -197,7 +197,5 @@ module Petstore
value
end
end
-
end
-
end
diff --git a/samples/client/petstore/crystal/src/petstore/models/format_test.cr b/samples/client/petstore/crystal/src/petstore/models/format_test.cr
index 0aabe2d7705e..c80b4bed29b4 100644
--- a/samples/client/petstore/crystal/src/petstore/models/format_test.cr
+++ b/samples/client/petstore/crystal/src/petstore/models/format_test.cr
@@ -433,7 +433,5 @@ module Petstore
value
end
end
-
end
-
end
diff --git a/samples/client/petstore/crystal/src/petstore/models/order.cr b/samples/client/petstore/crystal/src/petstore/models/order.cr
index 88707d5896a7..2de908ce407d 100644
--- a/samples/client/petstore/crystal/src/petstore/models/order.cr
+++ b/samples/client/petstore/crystal/src/petstore/models/order.cr
@@ -232,7 +232,5 @@ module Petstore
value
end
end
-
end
-
end
diff --git a/samples/client/petstore/crystal/src/petstore/models/pet.cr b/samples/client/petstore/crystal/src/petstore/models/pet.cr
index c1fd36c3f02f..87baa07639ec 100644
--- a/samples/client/petstore/crystal/src/petstore/models/pet.cr
+++ b/samples/client/petstore/crystal/src/petstore/models/pet.cr
@@ -233,7 +233,5 @@ module Petstore
value
end
end
-
end
-
end
diff --git a/samples/client/petstore/crystal/src/petstore/models/tag.cr b/samples/client/petstore/crystal/src/petstore/models/tag.cr
index 2fdbf4cfe67b..474acc18f4ed 100644
--- a/samples/client/petstore/crystal/src/petstore/models/tag.cr
+++ b/samples/client/petstore/crystal/src/petstore/models/tag.cr
@@ -180,7 +180,5 @@ module Petstore
value
end
end
-
end
-
end
diff --git a/samples/client/petstore/crystal/src/petstore/models/user.cr b/samples/client/petstore/crystal/src/petstore/models/user.cr
index ec91b153b8d8..fa035a61a4a7 100644
--- a/samples/client/petstore/crystal/src/petstore/models/user.cr
+++ b/samples/client/petstore/crystal/src/petstore/models/user.cr
@@ -205,7 +205,5 @@ module Petstore
value
end
end
-
end
-
end
diff --git a/samples/client/petstore/csharp-functions/src/Org.OpenAPITools/Models/Order.cs b/samples/client/petstore/csharp-functions/src/Org.OpenAPITools/Models/Order.cs
index e9013f0ed0df..40c4c74fcb8a 100644
--- a/samples/client/petstore/csharp-functions/src/Org.OpenAPITools/Models/Order.cs
+++ b/samples/client/petstore/csharp-functions/src/Org.OpenAPITools/Models/Order.cs
@@ -78,7 +78,6 @@ public enum StatusEnum
[EnumMember(Value = "delivered")]
DeliveredEnum = 3
}
-
///
/// Order Status
///
diff --git a/samples/client/petstore/csharp-functions/src/Org.OpenAPITools/Models/Pet.cs b/samples/client/petstore/csharp-functions/src/Org.OpenAPITools/Models/Pet.cs
index d5a816cd5ee1..9a37e9201bf1 100644
--- a/samples/client/petstore/csharp-functions/src/Org.OpenAPITools/Models/Pet.cs
+++ b/samples/client/petstore/csharp-functions/src/Org.OpenAPITools/Models/Pet.cs
@@ -86,7 +86,6 @@ public enum StatusEnum
[EnumMember(Value = "sold")]
SoldEnum = 3
}
-
///
/// pet status in the store
///
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Api/DefaultApi.cs b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Api/DefaultApi.cs
index f65336b2c81a..d682bc9155ec 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Api/DefaultApi.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Api/DefaultApi.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 1.0.0
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Collections.Generic;
using System.Net;
@@ -158,8 +157,7 @@ private void AfterListDefaultImplementation(IListApiResponse apiResponseLocalVar
bool suppressDefaultLog = false;
AfterList(ref suppressDefaultLog, apiResponseLocalVar, personId);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///
/// Processes the server response
@@ -181,8 +179,7 @@ private void OnErrorListDefaultImplementation(Exception exception, string pathFo
bool suppressDefaultLog = false;
OnErrorList(ref suppressDefaultLog, exception, pathFormat, path, personId);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while sending the request to the server.");
- }
+ Logger.LogError(exception, "An error occurred while sending the request to the server."); }
///
/// A partial method that gives developers a way to provide customized exception handling
@@ -316,9 +313,9 @@ public ListApiResponse(ILogger logger, System.Net.Http.HttpRequ
public Org.OpenAPITools.Model.Person Ok()
{
// This logic may be modified with the AsModel.mustache template
- return IsOk
- ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
- : default;
+ return IsOk
+ ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
+ : default;
}
///
@@ -346,7 +343,7 @@ private void OnDeserializationErrorDefaultImplementation(Exception exception, Ht
bool suppressDefaultLog = false;
OnDeserializationError(ref suppressDefaultLog, exception, httpStatusCode);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
+ Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
}
partial void OnDeserializationError(ref bool suppressDefaultLog, Exception exception, HttpStatusCode httpStatusCode);
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/ApiException.cs b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/ApiException.cs
index 78fdad8039f0..051114c5c25a 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/ApiException.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/ApiException.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 1.0.0
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
namespace Org.OpenAPITools.Client
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/ApiResponse`1.cs b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/ApiResponse`1.cs
index 0d99f099669a..edc2fc6b750e 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/ApiResponse`1.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/ApiResponse`1.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 1.0.0
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Diagnostics.CodeAnalysis;
using System.Net;
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/DateTimeJsonConverter.cs b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/DateTimeJsonConverter.cs
index a7f3806b960f..d2ac4eec7491 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/DateTimeJsonConverter.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/DateTimeJsonConverter.cs
@@ -42,7 +42,6 @@ public class DateTimeJsonConverter : JsonConverter
"yyyyMMddTHHmmss.fK",
"yyyyMMddTHHmmssK",
"yyyyMMdd"
-
};
///
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/DateTimeNullableJsonConverter.cs b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/DateTimeNullableJsonConverter.cs
index c818977618f2..0b74c2d903fc 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/DateTimeNullableJsonConverter.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/DateTimeNullableJsonConverter.cs
@@ -42,7 +42,6 @@ public class DateTimeNullableJsonConverter : JsonConverter
"yyyyMMddTHHmmss.fK",
"yyyyMMddTHHmmssK",
"yyyyMMdd"
-
};
///
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/Option.cs b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/Option.cs
index 0b113d11177e..70967c615a56 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/Option.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/Option.cs
@@ -8,7 +8,6 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
namespace Org.OpenAPITools.Client
{
///
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/RateLimitProvider`1.cs b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/RateLimitProvider`1.cs
index 53ad628a9a3f..db4b3209d70b 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/RateLimitProvider`1.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/RateLimitProvider`1.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 1.0.0
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/TokenProvider`1.cs b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/TokenProvider`1.cs
index ed829aca7729..a7f2e8229bc9 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/TokenProvider`1.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Client/TokenProvider`1.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 1.0.0
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Linq;
using System.Collections.Generic;
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Model/Adult.cs b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Model/Adult.cs
index 3cdde4b29d96..212edbb1f3b2 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Model/Adult.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Model/Adult.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 1.0.0
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Collections;
using System.Collections.Generic;
@@ -78,7 +77,6 @@ public override string ToString()
return sb.ToString();
}
}
-
///
/// A Json converter for type
///
@@ -193,13 +191,11 @@ public void WriteProperties(Utf8JsonWriter writer, Adult adult, JsonSerializerOp
writer.WritePropertyName("children");
JsonSerializer.Serialize(writer, adult.Children, jsonSerializerOptions);
}
- if (adult.FirstNameOption.IsSet)
- writer.WriteString("firstName", adult.FirstName);
-
- if (adult.LastNameOption.IsSet)
- writer.WriteString("lastName", adult.LastName);
-
- writer.WriteString("$_type", adult.Type);
+ if (adult.FirstNameOption.IsSet)
+ writer.WriteString("firstName", adult.FirstName);
+ if (adult.LastNameOption.IsSet)
+ writer.WriteString("lastName", adult.LastName);
+ writer.WriteString("$_type", adult.Type);
}
}
}
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Model/Child.cs b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Model/Child.cs
index 7f96dcd8b664..497d3534e43f 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Model/Child.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Model/Child.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 1.0.0
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Collections;
using System.Collections.Generic;
@@ -94,7 +93,6 @@ public override string ToString()
return sb.ToString();
}
}
-
///
/// A Json converter for type
///
@@ -209,19 +207,16 @@ public void WriteProperties(Utf8JsonWriter writer, Child child, JsonSerializerOp
if (child.LastNameOption.IsSet && child.LastName == null)
throw new ArgumentNullException(nameof(child.LastName), "Property is required for class Child.");
- if (child.AgeOption.IsSet)
- writer.WriteNumber("age", child.AgeOption.Value.Value);
-
- if (child.FirstNameOption.IsSet)
- writer.WriteString("firstName", child.FirstName);
-
- if (child.LastNameOption.IsSet)
- writer.WriteString("lastName", child.LastName);
-
- writer.WriteString("$_type", child.Type);
+ if (child.AgeOption.IsSet)
+ writer.WriteNumber("age", child.AgeOption.Value.Value);
+ if (child.FirstNameOption.IsSet)
+ writer.WriteString("firstName", child.FirstName);
+ if (child.LastNameOption.IsSet)
+ writer.WriteString("lastName", child.LastName);
+ writer.WriteString("$_type", child.Type);
- if (child.BoosterSeatOption.IsSet)
- writer.WriteBoolean("boosterSeat", child.BoosterSeatOption.Value.Value);
+ if (child.BoosterSeatOption.IsSet)
+ writer.WriteBoolean("boosterSeat", child.BoosterSeatOption.Value.Value);
}
}
}
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Model/Person.cs b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Model/Person.cs
index 6c9261c98790..88f0894aa660 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Model/Person.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AllOf/src/Org.OpenAPITools/Model/Person.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 1.0.0
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Collections;
using System.Collections.Generic;
@@ -116,9 +115,7 @@ IEnumerable IValidatableObject.Validate(ValidationContext vali
protected IEnumerable BaseValidate(ValidationContext validationContext)
{
yield break;
- }
- }
-
+ } }
///
/// A Json converter for type
///
@@ -235,13 +232,11 @@ public void WriteProperties(Utf8JsonWriter writer, Person person, JsonSerializer
if (person.LastNameOption.IsSet && person.LastName == null)
throw new ArgumentNullException(nameof(person.LastName), "Property is required for class Person.");
- if (person.FirstNameOption.IsSet)
- writer.WriteString("firstName", person.FirstName);
-
- if (person.LastNameOption.IsSet)
- writer.WriteString("lastName", person.LastName);
-
- writer.WriteString("$_type", person.Type);
+ if (person.FirstNameOption.IsSet)
+ writer.WriteString("firstName", person.FirstName);
+ if (person.LastNameOption.IsSet)
+ writer.WriteString("lastName", person.LastName);
+ writer.WriteString("$_type", person.Type);
}
}
}
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Api/DefaultApi.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Api/DefaultApi.cs
index 9fb9257ced6e..b5b5f42d58cc 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Api/DefaultApi.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Api/DefaultApi.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 0.0.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Collections.Generic;
using System.Net;
@@ -142,8 +141,7 @@ private void AfterRootGetDefaultImplementation(IRootGetApiResponse apiResponseLo
bool suppressDefaultLog = false;
AfterRootGet(ref suppressDefaultLog, apiResponseLocalVar);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///
/// Processes the server response
@@ -163,8 +161,7 @@ private void OnErrorRootGetDefaultImplementation(Exception exception, string pat
bool suppressDefaultLog = false;
OnErrorRootGet(ref suppressDefaultLog, exception, pathFormat, path);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while sending the request to the server.");
- }
+ Logger.LogError(exception, "An error occurred while sending the request to the server."); }
///
/// A partial method that gives developers a way to provide customized exception handling
@@ -290,9 +287,9 @@ public RootGetApiResponse(ILogger logger, System.Net.Http.Ht
public Org.OpenAPITools.Model.Fruit Ok()
{
// This logic may be modified with the AsModel.mustache template
- return IsOk
- ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
- : default;
+ return IsOk
+ ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
+ : default;
}
///
@@ -320,7 +317,7 @@ private void OnDeserializationErrorDefaultImplementation(Exception exception, Ht
bool suppressDefaultLog = false;
OnDeserializationError(ref suppressDefaultLog, exception, httpStatusCode);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
+ Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
}
partial void OnDeserializationError(ref bool suppressDefaultLog, Exception exception, HttpStatusCode httpStatusCode);
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/ApiException.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/ApiException.cs
index 1d43e69742f6..b87facb8932f 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/ApiException.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/ApiException.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 0.0.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
namespace Org.OpenAPITools.Client
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/ApiResponse`1.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/ApiResponse`1.cs
index 96bba8467893..99eb4714a50d 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/ApiResponse`1.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/ApiResponse`1.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 0.0.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Diagnostics.CodeAnalysis;
using System.Net;
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/DateTimeJsonConverter.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/DateTimeJsonConverter.cs
index 68e90f4ecbb2..8b40c1d54609 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/DateTimeJsonConverter.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/DateTimeJsonConverter.cs
@@ -42,7 +42,6 @@ public class DateTimeJsonConverter : JsonConverter
"yyyyMMddTHHmmss.fK",
"yyyyMMddTHHmmssK",
"yyyyMMdd"
-
};
///
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/DateTimeNullableJsonConverter.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/DateTimeNullableJsonConverter.cs
index 3cb4b6ce51e7..b07b11762f60 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/DateTimeNullableJsonConverter.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/DateTimeNullableJsonConverter.cs
@@ -42,7 +42,6 @@ public class DateTimeNullableJsonConverter : JsonConverter
"yyyyMMddTHHmmss.fK",
"yyyyMMddTHHmmssK",
"yyyyMMdd"
-
};
///
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/Option.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/Option.cs
index 55d56f3f2049..9721738eaf36 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/Option.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/Option.cs
@@ -8,7 +8,6 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
namespace Org.OpenAPITools.Client
{
///
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/RateLimitProvider`1.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/RateLimitProvider`1.cs
index 8e7bed46e9c5..80fcdd367e32 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/RateLimitProvider`1.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/RateLimitProvider`1.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 0.0.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/TokenProvider`1.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/TokenProvider`1.cs
index 3924246ab7c2..abcc7cbee93c 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/TokenProvider`1.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Client/TokenProvider`1.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 0.0.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Linq;
using System.Collections.Generic;
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Model/Apple.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Model/Apple.cs
index 7867e6645419..263bf9b911eb 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Model/Apple.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Model/Apple.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 0.0.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Collections;
using System.Collections.Generic;
@@ -83,9 +82,7 @@ public override string ToString()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
-
+ } }
///
/// A Json converter for type
///
@@ -167,8 +164,8 @@ public void WriteProperties(Utf8JsonWriter writer, Apple apple, JsonSerializerOp
if (apple.KindOption.IsSet && apple.Kind == null)
throw new ArgumentNullException(nameof(apple.Kind), "Property is required for class Apple.");
- if (apple.KindOption.IsSet)
- writer.WriteString("kind", apple.Kind);
+ if (apple.KindOption.IsSet)
+ writer.WriteString("kind", apple.Kind);
}
}
}
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Model/Banana.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Model/Banana.cs
index 15899a012afd..5cd766ff9855 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Model/Banana.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Model/Banana.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 0.0.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Collections;
using System.Collections.Generic;
@@ -83,9 +82,7 @@ public override string ToString()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
-
+ } }
///
/// A Json converter for type
///
@@ -165,8 +162,8 @@ public override void Write(Utf8JsonWriter writer, Banana banana, JsonSerializerO
///
public void WriteProperties(Utf8JsonWriter writer, Banana banana, JsonSerializerOptions jsonSerializerOptions)
{
- if (banana.CountOption.IsSet)
- writer.WriteNumber("count", banana.CountOption.Value.Value);
+ if (banana.CountOption.IsSet)
+ writer.WriteNumber("count", banana.CountOption.Value.Value);
}
}
}
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Model/Fruit.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Model/Fruit.cs
index cd1e938ffb37..be08e3b49df9 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Model/Fruit.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOf/src/Org.OpenAPITools/Model/Fruit.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 0.0.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Collections;
using System.Collections.Generic;
@@ -110,9 +109,7 @@ public override string ToString()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
-
+ } }
///
/// A Json converter for type
///
@@ -235,8 +232,8 @@ public void WriteProperties(Utf8JsonWriter writer, Fruit fruit, JsonSerializerOp
if (fruit.ColorOption.IsSet && fruit.Color == null)
throw new ArgumentNullException(nameof(fruit.Color), "Property is required for class Fruit.");
- if (fruit.ColorOption.IsSet)
- writer.WriteString("color", fruit.Color);
+ if (fruit.ColorOption.IsSet)
+ writer.WriteString("color", fruit.Color);
}
}
}
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Api/DefaultApi.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Api/DefaultApi.cs
index 9fb9257ced6e..b5b5f42d58cc 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Api/DefaultApi.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Api/DefaultApi.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 0.0.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Collections.Generic;
using System.Net;
@@ -142,8 +141,7 @@ private void AfterRootGetDefaultImplementation(IRootGetApiResponse apiResponseLo
bool suppressDefaultLog = false;
AfterRootGet(ref suppressDefaultLog, apiResponseLocalVar);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///
/// Processes the server response
@@ -163,8 +161,7 @@ private void OnErrorRootGetDefaultImplementation(Exception exception, string pat
bool suppressDefaultLog = false;
OnErrorRootGet(ref suppressDefaultLog, exception, pathFormat, path);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while sending the request to the server.");
- }
+ Logger.LogError(exception, "An error occurred while sending the request to the server."); }
///
/// A partial method that gives developers a way to provide customized exception handling
@@ -290,9 +287,9 @@ public RootGetApiResponse(ILogger logger, System.Net.Http.Ht
public Org.OpenAPITools.Model.Fruit Ok()
{
// This logic may be modified with the AsModel.mustache template
- return IsOk
- ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
- : default;
+ return IsOk
+ ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
+ : default;
}
///
@@ -320,7 +317,7 @@ private void OnDeserializationErrorDefaultImplementation(Exception exception, Ht
bool suppressDefaultLog = false;
OnDeserializationError(ref suppressDefaultLog, exception, httpStatusCode);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
+ Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
}
partial void OnDeserializationError(ref bool suppressDefaultLog, Exception exception, HttpStatusCode httpStatusCode);
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/ApiException.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/ApiException.cs
index 1d43e69742f6..b87facb8932f 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/ApiException.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/ApiException.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 0.0.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
namespace Org.OpenAPITools.Client
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/ApiResponse`1.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/ApiResponse`1.cs
index 96bba8467893..99eb4714a50d 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/ApiResponse`1.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/ApiResponse`1.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 0.0.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Diagnostics.CodeAnalysis;
using System.Net;
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/DateTimeJsonConverter.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/DateTimeJsonConverter.cs
index 68e90f4ecbb2..8b40c1d54609 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/DateTimeJsonConverter.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/DateTimeJsonConverter.cs
@@ -42,7 +42,6 @@ public class DateTimeJsonConverter : JsonConverter
"yyyyMMddTHHmmss.fK",
"yyyyMMddTHHmmssK",
"yyyyMMdd"
-
};
///
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/DateTimeNullableJsonConverter.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/DateTimeNullableJsonConverter.cs
index 3cb4b6ce51e7..b07b11762f60 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/DateTimeNullableJsonConverter.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/DateTimeNullableJsonConverter.cs
@@ -42,7 +42,6 @@ public class DateTimeNullableJsonConverter : JsonConverter
"yyyyMMddTHHmmss.fK",
"yyyyMMddTHHmmssK",
"yyyyMMdd"
-
};
///
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/Option.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/Option.cs
index 55d56f3f2049..9721738eaf36 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/Option.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/Option.cs
@@ -8,7 +8,6 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
namespace Org.OpenAPITools.Client
{
///
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/RateLimitProvider`1.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/RateLimitProvider`1.cs
index 8e7bed46e9c5..80fcdd367e32 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/RateLimitProvider`1.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/RateLimitProvider`1.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 0.0.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/TokenProvider`1.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/TokenProvider`1.cs
index 3924246ab7c2..abcc7cbee93c 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/TokenProvider`1.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Client/TokenProvider`1.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 0.0.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Linq;
using System.Collections.Generic;
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Model/Apple.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Model/Apple.cs
index 70534c23212e..321baaa577dd 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Model/Apple.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Model/Apple.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 0.0.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Collections;
using System.Collections.Generic;
@@ -82,9 +81,7 @@ public override string ToString()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
-
+ } }
///
/// A Json converter for type
///
@@ -166,8 +163,8 @@ public void WriteProperties(Utf8JsonWriter writer, Apple apple, JsonSerializerOp
if (apple.KindOption.IsSet && apple.Kind == null)
throw new ArgumentNullException(nameof(apple.Kind), "Property is required for class Apple.");
- if (apple.KindOption.IsSet)
- writer.WriteString("kind", apple.Kind);
+ if (apple.KindOption.IsSet)
+ writer.WriteString("kind", apple.Kind);
}
}
}
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Model/Banana.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Model/Banana.cs
index bdb8dcaba25b..6171c154f3ee 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Model/Banana.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Model/Banana.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 0.0.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Collections;
using System.Collections.Generic;
@@ -82,9 +81,7 @@ public override string ToString()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
-
+ } }
///
/// A Json converter for type
///
@@ -164,8 +161,8 @@ public override void Write(Utf8JsonWriter writer, Banana banana, JsonSerializerO
///
public void WriteProperties(Utf8JsonWriter writer, Banana banana, JsonSerializerOptions jsonSerializerOptions)
{
- if (banana.CountOption.IsSet)
- writer.WriteNumber("count", banana.CountOption.Value.Value);
+ if (banana.CountOption.IsSet)
+ writer.WriteNumber("count", banana.CountOption.Value.Value);
}
}
}
diff --git a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Model/Fruit.cs b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Model/Fruit.cs
index de8c3fcf7b7b..853771b26adb 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Model/Fruit.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare/src/Org.OpenAPITools/Model/Fruit.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 0.0.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Collections;
using System.Collections.Generic;
@@ -109,9 +108,7 @@ public override string ToString()
IEnumerable IValidatableObject.Validate(ValidationContext validationContext)
{
yield break;
- }
- }
-
+ } }
///
/// A Json converter for type
///
@@ -234,8 +231,8 @@ public void WriteProperties(Utf8JsonWriter writer, Fruit fruit, JsonSerializerOp
if (fruit.ColorOption.IsSet && fruit.Color == null)
throw new ArgumentNullException(nameof(fruit.Color), "Property is required for class Fruit.");
- if (fruit.ColorOption.IsSet)
- writer.WriteString("color", fruit.Color);
+ if (fruit.ColorOption.IsSet)
+ writer.WriteString("color", fruit.Color);
}
}
}
diff --git a/samples/client/petstore/csharp/generichost/net4.7/FormModels/src/Org.OpenAPITools/Api/AnotherFakeApi.cs b/samples/client/petstore/csharp/generichost/net4.7/FormModels/src/Org.OpenAPITools/Api/AnotherFakeApi.cs
index eef2a62a180a..f90646223bea 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/FormModels/src/Org.OpenAPITools/Api/AnotherFakeApi.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/FormModels/src/Org.OpenAPITools/Api/AnotherFakeApi.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 1.0.0
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Collections.Generic;
using System.Net;
@@ -193,8 +192,7 @@ private void AfterCall123TestSpecialTagsDefaultImplementation(ICall123TestSpecia
bool suppressDefaultLog = false;
AfterCall123TestSpecialTags(ref suppressDefaultLog, apiResponseLocalVar, modelClient);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///
/// Processes the server response
@@ -216,8 +214,7 @@ private void OnErrorCall123TestSpecialTagsDefaultImplementation(Exception except
bool suppressDefaultLog = false;
OnErrorCall123TestSpecialTags(ref suppressDefaultLog, exception, pathFormat, path, modelClient);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while sending the request to the server.");
- }
+ Logger.LogError(exception, "An error occurred while sending the request to the server."); }
///
/// A partial method that gives developers a way to provide customized exception handling
@@ -363,9 +360,9 @@ public Call123TestSpecialTagsApiResponse(ILogger(RawContent, _jsonSerializerOptions)
- : default;
+ return IsOk
+ ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
+ : default;
}
///
@@ -393,7 +390,7 @@ private void OnDeserializationErrorDefaultImplementation(Exception exception, Ht
bool suppressDefaultLog = false;
OnDeserializationError(ref suppressDefaultLog, exception, httpStatusCode);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
+ Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
}
partial void OnDeserializationError(ref bool suppressDefaultLog, Exception exception, HttpStatusCode httpStatusCode);
diff --git a/samples/client/petstore/csharp/generichost/net4.7/FormModels/src/Org.OpenAPITools/Api/DefaultApi.cs b/samples/client/petstore/csharp/generichost/net4.7/FormModels/src/Org.OpenAPITools/Api/DefaultApi.cs
index 5151d6053e5a..110a5dfc6213 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/FormModels/src/Org.OpenAPITools/Api/DefaultApi.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/FormModels/src/Org.OpenAPITools/Api/DefaultApi.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 1.0.0
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Collections.Generic;
using System.Net;
@@ -391,8 +390,7 @@ private void AfterFooGetDefaultImplementation(IFooGetApiResponse apiResponseLoca
bool suppressDefaultLog = false;
AfterFooGet(ref suppressDefaultLog, apiResponseLocalVar);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///
/// Processes the server response
@@ -412,8 +410,7 @@ private void OnErrorFooGetDefaultImplementation(Exception exception, string path
bool suppressDefaultLog = false;
OnErrorFooGet(ref suppressDefaultLog, exception, pathFormat, path);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while sending the request to the server.");
- }
+ Logger.LogError(exception, "An error occurred while sending the request to the server."); }
///
/// A partial method that gives developers a way to provide customized exception handling
@@ -539,9 +536,9 @@ public FooGetApiResponse(ILogger logger, System.Net.Http.Http
public Org.OpenAPITools.Model.FooGetDefaultResponse Default()
{
// This logic may be modified with the AsModel.mustache template
- return IsDefault
- ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
- : default;
+ return IsDefault
+ ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
+ : default;
}
///
@@ -569,7 +566,7 @@ private void OnDeserializationErrorDefaultImplementation(Exception exception, Ht
bool suppressDefaultLog = false;
OnDeserializationError(ref suppressDefaultLog, exception, httpStatusCode);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
+ Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
}
partial void OnDeserializationError(ref bool suppressDefaultLog, Exception exception, HttpStatusCode httpStatusCode);
@@ -598,8 +595,7 @@ private void AfterGetCountryDefaultImplementation(IGetCountryApiResponse apiResp
bool suppressDefaultLog = false;
AfterGetCountry(ref suppressDefaultLog, apiResponseLocalVar, country);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///
/// Processes the server response
@@ -621,8 +617,7 @@ private void OnErrorGetCountryDefaultImplementation(Exception exception, string
bool suppressDefaultLog = false;
OnErrorGetCountry(ref suppressDefaultLog, exception, pathFormat, path, country);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while sending the request to the server.");
- }
+ Logger.LogError(exception, "An error occurred while sending the request to the server."); }
///
/// A partial method that gives developers a way to provide customized exception handling
@@ -764,7 +759,7 @@ private void OnDeserializationErrorDefaultImplementation(Exception exception, Ht
bool suppressDefaultLog = false;
OnDeserializationError(ref suppressDefaultLog, exception, httpStatusCode);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
+ Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
}
partial void OnDeserializationError(ref bool suppressDefaultLog, Exception exception, HttpStatusCode httpStatusCode);
@@ -779,8 +774,7 @@ private void AfterHelloDefaultImplementation(IHelloApiResponse apiResponseLocalV
bool suppressDefaultLog = false;
AfterHello(ref suppressDefaultLog, apiResponseLocalVar);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///
/// Processes the server response
@@ -800,8 +794,7 @@ private void OnErrorHelloDefaultImplementation(Exception exception, string pathF
bool suppressDefaultLog = false;
OnErrorHello(ref suppressDefaultLog, exception, pathFormat, path);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while sending the request to the server.");
- }
+ Logger.LogError(exception, "An error occurred while sending the request to the server."); }
///
/// A partial method that gives developers a way to provide customized exception handling
@@ -927,9 +920,9 @@ public HelloApiResponse(ILogger logger, System.Net.Http.HttpRe
public List Ok()
{
// This logic may be modified with the AsModel.mustache template
- return IsOk
- ? System.Text.Json.JsonSerializer.Deserialize>(RawContent, _jsonSerializerOptions)
- : default;
+ return IsOk
+ ? System.Text.Json.JsonSerializer.Deserialize>(RawContent, _jsonSerializerOptions)
+ : default;
}
///
@@ -957,7 +950,7 @@ private void OnDeserializationErrorDefaultImplementation(Exception exception, Ht
bool suppressDefaultLog = false;
OnDeserializationError(ref suppressDefaultLog, exception, httpStatusCode);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
+ Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
}
partial void OnDeserializationError(ref bool suppressDefaultLog, Exception exception, HttpStatusCode httpStatusCode);
@@ -972,8 +965,7 @@ private void AfterRolesReportGetDefaultImplementation(IRolesReportGetApiResponse
bool suppressDefaultLog = false;
AfterRolesReportGet(ref suppressDefaultLog, apiResponseLocalVar);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///
/// Processes the server response
@@ -993,8 +985,7 @@ private void OnErrorRolesReportGetDefaultImplementation(Exception exception, str
bool suppressDefaultLog = false;
OnErrorRolesReportGet(ref suppressDefaultLog, exception, pathFormat, path);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while sending the request to the server.");
- }
+ Logger.LogError(exception, "An error occurred while sending the request to the server."); }
///
/// A partial method that gives developers a way to provide customized exception handling
@@ -1120,9 +1111,9 @@ public RolesReportGetApiResponse(ILogger logger, Syst
public List Ok()
{
// This logic may be modified with the AsModel.mustache template
- return IsOk
- ? System.Text.Json.JsonSerializer.Deserialize>(RawContent, _jsonSerializerOptions)
- : default;
+ return IsOk
+ ? System.Text.Json.JsonSerializer.Deserialize>(RawContent, _jsonSerializerOptions)
+ : default;
}
///
@@ -1150,7 +1141,7 @@ private void OnDeserializationErrorDefaultImplementation(Exception exception, Ht
bool suppressDefaultLog = false;
OnDeserializationError(ref suppressDefaultLog, exception, httpStatusCode);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
+ Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
}
partial void OnDeserializationError(ref bool suppressDefaultLog, Exception exception, HttpStatusCode httpStatusCode);
@@ -1165,8 +1156,7 @@ private void AfterTestDefaultImplementation(ITestApiResponse apiResponseLocalVar
bool suppressDefaultLog = false;
AfterTest(ref suppressDefaultLog, apiResponseLocalVar);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///
/// Processes the server response
@@ -1186,8 +1176,7 @@ private void OnErrorTestDefaultImplementation(Exception exception, string pathFo
bool suppressDefaultLog = false;
OnErrorTest(ref suppressDefaultLog, exception, pathFormat, path);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while sending the request to the server.");
- }
+ Logger.LogError(exception, "An error occurred while sending the request to the server."); }
///
/// A partial method that gives developers a way to provide customized exception handling
@@ -1313,9 +1302,9 @@ public TestApiResponse(ILogger logger, System.Net.Http.HttpRequ
public Org.OpenAPITools.Model.NotificationtestGetElementsV1ResponseMPayload Ok()
{
// This logic may be modified with the AsModel.mustache template
- return IsOk
- ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
- : default;
+ return IsOk
+ ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
+ : default;
}
///
@@ -1343,7 +1332,7 @@ private void OnDeserializationErrorDefaultImplementation(Exception exception, Ht
bool suppressDefaultLog = false;
OnDeserializationError(ref suppressDefaultLog, exception, httpStatusCode);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
+ Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
}
partial void OnDeserializationError(ref bool suppressDefaultLog, Exception exception, HttpStatusCode httpStatusCode);
diff --git a/samples/client/petstore/csharp/generichost/net4.7/FormModels/src/Org.OpenAPITools/Api/FakeApi.cs b/samples/client/petstore/csharp/generichost/net4.7/FormModels/src/Org.OpenAPITools/Api/FakeApi.cs
index 89f28095bdaa..b145703f5ac7 100644
--- a/samples/client/petstore/csharp/generichost/net4.7/FormModels/src/Org.OpenAPITools/Api/FakeApi.cs
+++ b/samples/client/petstore/csharp/generichost/net4.7/FormModels/src/Org.OpenAPITools/Api/FakeApi.cs
@@ -7,7 +7,6 @@
* The version of the OpenAPI document: 1.0.0
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-
using System;
using System.Collections.Generic;
using System.Net;
@@ -1300,8 +1299,7 @@ private void AfterFakeHealthGetDefaultImplementation(IFakeHealthGetApiResponse a
bool suppressDefaultLog = false;
AfterFakeHealthGet(ref suppressDefaultLog, apiResponseLocalVar);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///
/// Processes the server response
@@ -1321,8 +1319,7 @@ private void OnErrorFakeHealthGetDefaultImplementation(Exception exception, stri
bool suppressDefaultLog = false;
OnErrorFakeHealthGet(ref suppressDefaultLog, exception, pathFormat, path);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while sending the request to the server.");
- }
+ Logger.LogError(exception, "An error occurred while sending the request to the server."); }
///
/// A partial method that gives developers a way to provide customized exception handling
@@ -1448,9 +1445,9 @@ public FakeHealthGetApiResponse(ILogger logger, System
public Org.OpenAPITools.Model.HealthCheckResult Ok()
{
// This logic may be modified with the AsModel.mustache template
- return IsOk
- ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
- : default;
+ return IsOk
+ ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
+ : default;
}
///
@@ -1478,7 +1475,7 @@ private void OnDeserializationErrorDefaultImplementation(Exception exception, Ht
bool suppressDefaultLog = false;
OnDeserializationError(ref suppressDefaultLog, exception, httpStatusCode);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
+ Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
}
partial void OnDeserializationError(ref bool suppressDefaultLog, Exception exception, HttpStatusCode httpStatusCode);
@@ -1496,8 +1493,7 @@ private void AfterFakeOuterBooleanSerializeDefaultImplementation(IFakeOuterBoole
bool suppressDefaultLog = false;
AfterFakeOuterBooleanSerialize(ref suppressDefaultLog, apiResponseLocalVar, body);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///
/// Processes the server response
@@ -1519,8 +1515,7 @@ private void OnErrorFakeOuterBooleanSerializeDefaultImplementation(Exception exc
bool suppressDefaultLog = false;
OnErrorFakeOuterBooleanSerialize(ref suppressDefaultLog, exception, pathFormat, path, body);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while sending the request to the server.");
- }
+ Logger.LogError(exception, "An error occurred while sending the request to the server."); }
///
/// A partial method that gives developers a way to provide customized exception handling
@@ -1665,9 +1660,9 @@ public FakeOuterBooleanSerializeApiResponse(ILogger(RawContent, _jsonSerializerOptions)
- : default;
+ return IsOk
+ ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
+ : default;
}
///
@@ -1695,7 +1690,7 @@ private void OnDeserializationErrorDefaultImplementation(Exception exception, Ht
bool suppressDefaultLog = false;
OnDeserializationError(ref suppressDefaultLog, exception, httpStatusCode);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
+ Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
}
partial void OnDeserializationError(ref bool suppressDefaultLog, Exception exception, HttpStatusCode httpStatusCode);
@@ -1724,8 +1719,7 @@ private void AfterFakeOuterCompositeSerializeDefaultImplementation(IFakeOuterCom
bool suppressDefaultLog = false;
AfterFakeOuterCompositeSerialize(ref suppressDefaultLog, apiResponseLocalVar, outerComposite);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///
/// Processes the server response
@@ -1747,8 +1741,7 @@ private void OnErrorFakeOuterCompositeSerializeDefaultImplementation(Exception e
bool suppressDefaultLog = false;
OnErrorFakeOuterCompositeSerialize(ref suppressDefaultLog, exception, pathFormat, path, outerComposite);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while sending the request to the server.");
- }
+ Logger.LogError(exception, "An error occurred while sending the request to the server."); }
///
/// A partial method that gives developers a way to provide customized exception handling
@@ -1895,9 +1888,9 @@ public FakeOuterCompositeSerializeApiResponse(ILogger(RawContent, _jsonSerializerOptions)
- : default;
+ return IsOk
+ ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
+ : default;
}
///
@@ -1925,7 +1918,7 @@ private void OnDeserializationErrorDefaultImplementation(Exception exception, Ht
bool suppressDefaultLog = false;
OnDeserializationError(ref suppressDefaultLog, exception, httpStatusCode);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
+ Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
}
partial void OnDeserializationError(ref bool suppressDefaultLog, Exception exception, HttpStatusCode httpStatusCode);
@@ -1943,8 +1936,7 @@ private void AfterFakeOuterNumberSerializeDefaultImplementation(IFakeOuterNumber
bool suppressDefaultLog = false;
AfterFakeOuterNumberSerialize(ref suppressDefaultLog, apiResponseLocalVar, body);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///
/// Processes the server response
@@ -1966,8 +1958,7 @@ private void OnErrorFakeOuterNumberSerializeDefaultImplementation(Exception exce
bool suppressDefaultLog = false;
OnErrorFakeOuterNumberSerialize(ref suppressDefaultLog, exception, pathFormat, path, body);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while sending the request to the server.");
- }
+ Logger.LogError(exception, "An error occurred while sending the request to the server."); }
///
/// A partial method that gives developers a way to provide customized exception handling
@@ -2112,9 +2103,9 @@ public FakeOuterNumberSerializeApiResponse(ILogger(RawContent, _jsonSerializerOptions)
- : default;
+ return IsOk
+ ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
+ : default;
}
///
@@ -2142,7 +2133,7 @@ private void OnDeserializationErrorDefaultImplementation(Exception exception, Ht
bool suppressDefaultLog = false;
OnDeserializationError(ref suppressDefaultLog, exception, httpStatusCode);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
+ Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
}
partial void OnDeserializationError(ref bool suppressDefaultLog, Exception exception, HttpStatusCode httpStatusCode);
@@ -2172,8 +2163,7 @@ private void AfterFakeOuterStringSerializeDefaultImplementation(IFakeOuterString
bool suppressDefaultLog = false;
AfterFakeOuterStringSerialize(ref suppressDefaultLog, apiResponseLocalVar, requiredStringUuid, body);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///
/// Processes the server response
@@ -2197,8 +2187,7 @@ private void OnErrorFakeOuterStringSerializeDefaultImplementation(Exception exce
bool suppressDefaultLog = false;
OnErrorFakeOuterStringSerialize(ref suppressDefaultLog, exception, pathFormat, path, requiredStringUuid, body);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while sending the request to the server.");
- }
+ Logger.LogError(exception, "An error occurred while sending the request to the server."); }
///
/// A partial method that gives developers a way to provide customized exception handling
@@ -2354,9 +2343,9 @@ public FakeOuterStringSerializeApiResponse(ILogger(RawContent, _jsonSerializerOptions)
- : default;
+ return IsOk
+ ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
+ : default;
}
///
@@ -2384,7 +2373,7 @@ private void OnDeserializationErrorDefaultImplementation(Exception exception, Ht
bool suppressDefaultLog = false;
OnDeserializationError(ref suppressDefaultLog, exception, httpStatusCode);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
+ Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
}
partial void OnDeserializationError(ref bool suppressDefaultLog, Exception exception, HttpStatusCode httpStatusCode);
@@ -2399,8 +2388,7 @@ private void AfterGetArrayOfEnumsDefaultImplementation(IGetArrayOfEnumsApiRespon
bool suppressDefaultLog = false;
AfterGetArrayOfEnums(ref suppressDefaultLog, apiResponseLocalVar);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///
/// Processes the server response
@@ -2420,8 +2408,7 @@ private void OnErrorGetArrayOfEnumsDefaultImplementation(Exception exception, st
bool suppressDefaultLog = false;
OnErrorGetArrayOfEnums(ref suppressDefaultLog, exception, pathFormat, path);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while sending the request to the server.");
- }
+ Logger.LogError(exception, "An error occurred while sending the request to the server."); }
///
/// A partial method that gives developers a way to provide customized exception handling
@@ -2547,9 +2534,9 @@ public GetArrayOfEnumsApiResponse(ILogger logger, Sy
public List Ok()
{
// This logic may be modified with the AsModel.mustache template
- return IsOk
- ? System.Text.Json.JsonSerializer.Deserialize>(RawContent, _jsonSerializerOptions)
- : default;
+ return IsOk
+ ? System.Text.Json.JsonSerializer.Deserialize>(RawContent, _jsonSerializerOptions)
+ : default;
}
///
@@ -2577,7 +2564,7 @@ private void OnDeserializationErrorDefaultImplementation(Exception exception, Ht
bool suppressDefaultLog = false;
OnDeserializationError(ref suppressDefaultLog, exception, httpStatusCode);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
+ Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
}
partial void OnDeserializationError(ref bool suppressDefaultLog, Exception exception, HttpStatusCode httpStatusCode);
@@ -2592,8 +2579,7 @@ private void AfterGetMixedAnyOfDefaultImplementation(IGetMixedAnyOfApiResponse a
bool suppressDefaultLog = false;
AfterGetMixedAnyOf(ref suppressDefaultLog, apiResponseLocalVar);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///
/// Processes the server response
@@ -2613,8 +2599,7 @@ private void OnErrorGetMixedAnyOfDefaultImplementation(Exception exception, stri
bool suppressDefaultLog = false;
OnErrorGetMixedAnyOf(ref suppressDefaultLog, exception, pathFormat, path);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while sending the request to the server.");
- }
+ Logger.LogError(exception, "An error occurred while sending the request to the server."); }
///
/// A partial method that gives developers a way to provide customized exception handling
@@ -2740,9 +2725,9 @@ public GetMixedAnyOfApiResponse(ILogger logger, System
public Org.OpenAPITools.Model.MixedAnyOf Ok()
{
// This logic may be modified with the AsModel.mustache template
- return IsOk
- ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
- : default;
+ return IsOk
+ ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
+ : default;
}
///
@@ -2770,7 +2755,7 @@ private void OnDeserializationErrorDefaultImplementation(Exception exception, Ht
bool suppressDefaultLog = false;
OnDeserializationError(ref suppressDefaultLog, exception, httpStatusCode);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
+ Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
}
partial void OnDeserializationError(ref bool suppressDefaultLog, Exception exception, HttpStatusCode httpStatusCode);
@@ -2785,8 +2770,7 @@ private void AfterGetMixedOneOfDefaultImplementation(IGetMixedOneOfApiResponse a
bool suppressDefaultLog = false;
AfterGetMixedOneOf(ref suppressDefaultLog, apiResponseLocalVar);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///
/// Processes the server response
@@ -2806,8 +2790,7 @@ private void OnErrorGetMixedOneOfDefaultImplementation(Exception exception, stri
bool suppressDefaultLog = false;
OnErrorGetMixedOneOf(ref suppressDefaultLog, exception, pathFormat, path);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while sending the request to the server.");
- }
+ Logger.LogError(exception, "An error occurred while sending the request to the server."); }
///
/// A partial method that gives developers a way to provide customized exception handling
@@ -2933,9 +2916,9 @@ public GetMixedOneOfApiResponse(ILogger logger, System
public Org.OpenAPITools.Model.MixedOneOf Ok()
{
// This logic may be modified with the AsModel.mustache template
- return IsOk
- ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
- : default;
+ return IsOk
+ ? System.Text.Json.JsonSerializer.Deserialize(RawContent, _jsonSerializerOptions)
+ : default;
}
///
@@ -2963,7 +2946,7 @@ private void OnDeserializationErrorDefaultImplementation(Exception exception, Ht
bool suppressDefaultLog = false;
OnDeserializationError(ref suppressDefaultLog, exception, httpStatusCode);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
+ Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
}
partial void OnDeserializationError(ref bool suppressDefaultLog, Exception exception, HttpStatusCode httpStatusCode);
@@ -2992,8 +2975,7 @@ private void AfterTestAdditionalPropertiesReferenceDefaultImplementation(ITestAd
bool suppressDefaultLog = false;
AfterTestAdditionalPropertiesReference(ref suppressDefaultLog, apiResponseLocalVar, requestBody);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///
/// Processes the server response
@@ -3015,8 +2997,7 @@ private void OnErrorTestAdditionalPropertiesReferenceDefaultImplementation(Excep
bool suppressDefaultLog = false;
OnErrorTestAdditionalPropertiesReference(ref suppressDefaultLog, exception, pathFormat, path, requestBody);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while sending the request to the server.");
- }
+ Logger.LogError(exception, "An error occurred while sending the request to the server."); }
///
/// A partial method that gives developers a way to provide customized exception handling
@@ -3152,7 +3133,7 @@ private void OnDeserializationErrorDefaultImplementation(Exception exception, Ht
bool suppressDefaultLog = false;
OnDeserializationError(ref suppressDefaultLog, exception, httpStatusCode);
if (!suppressDefaultLog)
- Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
+ Logger.LogError(exception, "An error occurred while deserializing the {code} response.", httpStatusCode);
}
partial void OnDeserializationError(ref bool suppressDefaultLog, Exception exception, HttpStatusCode httpStatusCode);
@@ -3181,8 +3162,7 @@ private void AfterTestBodyWithFileSchemaDefaultImplementation(ITestBodyWithFileS
bool suppressDefaultLog = false;
AfterTestBodyWithFileSchema(ref suppressDefaultLog, apiResponseLocalVar, fileSchemaTestClass);
if (!suppressDefaultLog)
- Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path);
- }
+ Logger.LogInformation("{0,-9} | {1} | {3}", (apiResponseLocalVar.DownloadedAt - apiResponseLocalVar.RequestedAt).TotalSeconds, apiResponseLocalVar.StatusCode, apiResponseLocalVar.Path); }
///