forked from loafle/openapi-generator-original
Fix @Generated annotation import for Java Native client. (#14376)
* Fix @Generated annotation import. Apply fix to generatedAnnotation.mustache Add changes to generated clients. * Add changed files.
This commit is contained in:
parent
e1220071f0
commit
f848651b84
@ -1 +1 @@
|
|||||||
@{{javaxPackage}}.annotation.processing.Generated(value = "{{generatorClass}}"{{^hideGenerationTimestamp}}, date = "{{generatedDate}}"{{/hideGenerationTimestamp}})
|
@{{javaxPackage}}.annotation.Generated(value = "{{generatorClass}}"{{^hideGenerationTimestamp}}, date = "{{generatedDate}}"{{/hideGenerationTimestamp}})
|
@ -51,7 +51,7 @@ import static java.nio.charset.StandardCharsets.UTF_8;
|
|||||||
* <p>The setter methods of this class return the current object to facilitate
|
* <p>The setter methods of this class return the current object to facilitate
|
||||||
* a fluent style of configuration.</p>
|
* a fluent style of configuration.</p>
|
||||||
*/
|
*/
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ApiClient {
|
public class ApiClient {
|
||||||
|
|
||||||
private HttpClient.Builder builder;
|
private HttpClient.Builder builder;
|
||||||
|
@ -15,7 +15,7 @@ package org.openapitools.client;
|
|||||||
|
|
||||||
import java.net.http.HttpHeaders;
|
import java.net.http.HttpHeaders;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ApiException extends Exception {
|
public class ApiException extends Exception {
|
||||||
private int code = 0;
|
private int code = 0;
|
||||||
private HttpHeaders responseHeaders = null;
|
private HttpHeaders responseHeaders = null;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
package org.openapitools.client;
|
package org.openapitools.client;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Configuration {
|
public class Configuration {
|
||||||
private static ApiClient defaultApiClient = new ApiClient();
|
private static ApiClient defaultApiClient = new ApiClient();
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ import java.util.HashSet;
|
|||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class JSON {
|
public class JSON {
|
||||||
private ObjectMapper mapper;
|
private ObjectMapper mapper;
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
package org.openapitools.client;
|
package org.openapitools.client;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Pair {
|
public class Pair {
|
||||||
private String name = "";
|
private String name = "";
|
||||||
private String value = "";
|
private String value = "";
|
||||||
|
@ -37,7 +37,7 @@ import java.util.Map;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.function.Consumer;
|
import java.util.function.Consumer;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class BodyApi {
|
public class BodyApi {
|
||||||
private final HttpClient memberVarHttpClient;
|
private final HttpClient memberVarHttpClient;
|
||||||
private final ObjectMapper memberVarObjectMapper;
|
private final ObjectMapper memberVarObjectMapper;
|
||||||
|
@ -36,7 +36,7 @@ import java.util.Map;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.function.Consumer;
|
import java.util.function.Consumer;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class PathApi {
|
public class PathApi {
|
||||||
private final HttpClient memberVarHttpClient;
|
private final HttpClient memberVarHttpClient;
|
||||||
private final ObjectMapper memberVarObjectMapper;
|
private final ObjectMapper memberVarObjectMapper;
|
||||||
|
@ -38,7 +38,7 @@ import java.util.Map;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.function.Consumer;
|
import java.util.function.Consumer;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class QueryApi {
|
public class QueryApi {
|
||||||
private final HttpClient memberVarHttpClient;
|
private final HttpClient memberVarHttpClient;
|
||||||
private final ObjectMapper memberVarObjectMapper;
|
private final ObjectMapper memberVarObjectMapper;
|
||||||
|
@ -22,7 +22,7 @@ import com.fasterxml.jackson.annotation.JsonValue;
|
|||||||
/**
|
/**
|
||||||
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
|
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
|
||||||
*/
|
*/
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public abstract class AbstractOpenApiSchema {
|
public abstract class AbstractOpenApiSchema {
|
||||||
|
|
||||||
// store the actual instance of the schema/object
|
// store the actual instance of the schema/object
|
||||||
|
@ -32,7 +32,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
Category.JSON_PROPERTY_ID,
|
Category.JSON_PROPERTY_ID,
|
||||||
Category.JSON_PROPERTY_NAME
|
Category.JSON_PROPERTY_NAME
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Category {
|
public class Category {
|
||||||
public static final String JSON_PROPERTY_ID = "id";
|
public static final String JSON_PROPERTY_ID = "id";
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@ -40,7 +40,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
Pet.JSON_PROPERTY_TAGS,
|
Pet.JSON_PROPERTY_TAGS,
|
||||||
Pet.JSON_PROPERTY_STATUS
|
Pet.JSON_PROPERTY_STATUS
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Pet {
|
public class Pet {
|
||||||
public static final String JSON_PROPERTY_ID = "id";
|
public static final String JSON_PROPERTY_ID = "id";
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@ -32,7 +32,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
Tag.JSON_PROPERTY_ID,
|
Tag.JSON_PROPERTY_ID,
|
||||||
Tag.JSON_PROPERTY_NAME
|
Tag.JSON_PROPERTY_NAME
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Tag {
|
public class Tag {
|
||||||
public static final String JSON_PROPERTY_ID = "id";
|
public static final String JSON_PROPERTY_ID = "id";
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@ -33,7 +33,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.JSON_PROPERTY_VALUES
|
TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.JSON_PROPERTY_VALUES
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter {
|
public class TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter {
|
||||||
public static final String JSON_PROPERTY_VALUES = "values";
|
public static final String JSON_PROPERTY_VALUES = "values";
|
||||||
private List<String> values = null;
|
private List<String> values = null;
|
||||||
|
@ -51,7 +51,7 @@ import static java.nio.charset.StandardCharsets.UTF_8;
|
|||||||
* <p>The setter methods of this class return the current object to facilitate
|
* <p>The setter methods of this class return the current object to facilitate
|
||||||
* a fluent style of configuration.</p>
|
* a fluent style of configuration.</p>
|
||||||
*/
|
*/
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ApiClient {
|
public class ApiClient {
|
||||||
|
|
||||||
private HttpClient.Builder builder;
|
private HttpClient.Builder builder;
|
||||||
|
@ -15,7 +15,7 @@ package org.openapitools.client;
|
|||||||
|
|
||||||
import java.net.http.HttpHeaders;
|
import java.net.http.HttpHeaders;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ApiException extends Exception {
|
public class ApiException extends Exception {
|
||||||
private int code = 0;
|
private int code = 0;
|
||||||
private HttpHeaders responseHeaders = null;
|
private HttpHeaders responseHeaders = null;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
package org.openapitools.client;
|
package org.openapitools.client;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Configuration {
|
public class Configuration {
|
||||||
private static ApiClient defaultApiClient = new ApiClient();
|
private static ApiClient defaultApiClient = new ApiClient();
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ import java.util.HashSet;
|
|||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class JSON {
|
public class JSON {
|
||||||
private ObjectMapper mapper;
|
private ObjectMapper mapper;
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
package org.openapitools.client;
|
package org.openapitools.client;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Pair {
|
public class Pair {
|
||||||
private String name = "";
|
private String name = "";
|
||||||
private String value = "";
|
private String value = "";
|
||||||
|
@ -39,7 +39,7 @@ import java.util.function.Consumer;
|
|||||||
|
|
||||||
import java.util.concurrent.CompletableFuture;
|
import java.util.concurrent.CompletableFuture;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class AnotherFakeApi {
|
public class AnotherFakeApi {
|
||||||
private final HttpClient memberVarHttpClient;
|
private final HttpClient memberVarHttpClient;
|
||||||
private final ObjectMapper memberVarObjectMapper;
|
private final ObjectMapper memberVarObjectMapper;
|
||||||
|
@ -39,7 +39,7 @@ import java.util.function.Consumer;
|
|||||||
|
|
||||||
import java.util.concurrent.CompletableFuture;
|
import java.util.concurrent.CompletableFuture;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class DefaultApi {
|
public class DefaultApi {
|
||||||
private final HttpClient memberVarHttpClient;
|
private final HttpClient memberVarHttpClient;
|
||||||
private final ObjectMapper memberVarObjectMapper;
|
private final ObjectMapper memberVarObjectMapper;
|
||||||
|
@ -50,7 +50,7 @@ import java.util.function.Consumer;
|
|||||||
|
|
||||||
import java.util.concurrent.CompletableFuture;
|
import java.util.concurrent.CompletableFuture;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class FakeApi {
|
public class FakeApi {
|
||||||
private final HttpClient memberVarHttpClient;
|
private final HttpClient memberVarHttpClient;
|
||||||
private final ObjectMapper memberVarObjectMapper;
|
private final ObjectMapper memberVarObjectMapper;
|
||||||
|
@ -39,7 +39,7 @@ import java.util.function.Consumer;
|
|||||||
|
|
||||||
import java.util.concurrent.CompletableFuture;
|
import java.util.concurrent.CompletableFuture;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class FakeClassnameTags123Api {
|
public class FakeClassnameTags123Api {
|
||||||
private final HttpClient memberVarHttpClient;
|
private final HttpClient memberVarHttpClient;
|
||||||
private final ObjectMapper memberVarObjectMapper;
|
private final ObjectMapper memberVarObjectMapper;
|
||||||
|
@ -42,7 +42,7 @@ import java.util.function.Consumer;
|
|||||||
|
|
||||||
import java.util.concurrent.CompletableFuture;
|
import java.util.concurrent.CompletableFuture;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class PetApi {
|
public class PetApi {
|
||||||
private final HttpClient memberVarHttpClient;
|
private final HttpClient memberVarHttpClient;
|
||||||
private final ObjectMapper memberVarObjectMapper;
|
private final ObjectMapper memberVarObjectMapper;
|
||||||
|
@ -39,7 +39,7 @@ import java.util.function.Consumer;
|
|||||||
|
|
||||||
import java.util.concurrent.CompletableFuture;
|
import java.util.concurrent.CompletableFuture;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class StoreApi {
|
public class StoreApi {
|
||||||
private final HttpClient memberVarHttpClient;
|
private final HttpClient memberVarHttpClient;
|
||||||
private final ObjectMapper memberVarObjectMapper;
|
private final ObjectMapper memberVarObjectMapper;
|
||||||
|
@ -40,7 +40,7 @@ import java.util.function.Consumer;
|
|||||||
|
|
||||||
import java.util.concurrent.CompletableFuture;
|
import java.util.concurrent.CompletableFuture;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class UserApi {
|
public class UserApi {
|
||||||
private final HttpClient memberVarHttpClient;
|
private final HttpClient memberVarHttpClient;
|
||||||
private final ObjectMapper memberVarObjectMapper;
|
private final ObjectMapper memberVarObjectMapper;
|
||||||
|
@ -22,7 +22,7 @@ import com.fasterxml.jackson.annotation.JsonValue;
|
|||||||
/**
|
/**
|
||||||
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
|
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
|
||||||
*/
|
*/
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public abstract class AbstractOpenApiSchema {
|
public abstract class AbstractOpenApiSchema {
|
||||||
|
|
||||||
// store the actual instance of the schema/object
|
// store the actual instance of the schema/object
|
||||||
|
@ -34,7 +34,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
AdditionalPropertiesClass.JSON_PROPERTY_MAP_PROPERTY,
|
AdditionalPropertiesClass.JSON_PROPERTY_MAP_PROPERTY,
|
||||||
AdditionalPropertiesClass.JSON_PROPERTY_MAP_OF_MAP_PROPERTY
|
AdditionalPropertiesClass.JSON_PROPERTY_MAP_OF_MAP_PROPERTY
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class AdditionalPropertiesClass {
|
public class AdditionalPropertiesClass {
|
||||||
public static final String JSON_PROPERTY_MAP_PROPERTY = "map_property";
|
public static final String JSON_PROPERTY_MAP_PROPERTY = "map_property";
|
||||||
private Map<String, String> mapProperty = null;
|
private Map<String, String> mapProperty = null;
|
||||||
|
@ -33,7 +33,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
AllOfWithSingleRef.JSON_PROPERTY_USERNAME,
|
AllOfWithSingleRef.JSON_PROPERTY_USERNAME,
|
||||||
AllOfWithSingleRef.JSON_PROPERTY_SINGLE_REF_TYPE
|
AllOfWithSingleRef.JSON_PROPERTY_SINGLE_REF_TYPE
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class AllOfWithSingleRef {
|
public class AllOfWithSingleRef {
|
||||||
public static final String JSON_PROPERTY_USERNAME = "username";
|
public static final String JSON_PROPERTY_USERNAME = "username";
|
||||||
private String username;
|
private String username;
|
||||||
|
@ -38,7 +38,7 @@ import org.openapitools.client.JSON;
|
|||||||
Animal.JSON_PROPERTY_CLASS_NAME,
|
Animal.JSON_PROPERTY_CLASS_NAME,
|
||||||
Animal.JSON_PROPERTY_COLOR
|
Animal.JSON_PROPERTY_COLOR
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
@JsonIgnoreProperties(
|
@JsonIgnoreProperties(
|
||||||
value = "className", // ignore manually set className, it will be automatically generated by Jackson during serialization
|
value = "className", // ignore manually set className, it will be automatically generated by Jackson during serialization
|
||||||
allowSetters = true // allows the className to be set during deserialization
|
allowSetters = true // allows the className to be set during deserialization
|
||||||
|
@ -34,7 +34,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
ArrayOfArrayOfNumberOnly.JSON_PROPERTY_ARRAY_ARRAY_NUMBER
|
ArrayOfArrayOfNumberOnly.JSON_PROPERTY_ARRAY_ARRAY_NUMBER
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ArrayOfArrayOfNumberOnly {
|
public class ArrayOfArrayOfNumberOnly {
|
||||||
public static final String JSON_PROPERTY_ARRAY_ARRAY_NUMBER = "ArrayArrayNumber";
|
public static final String JSON_PROPERTY_ARRAY_ARRAY_NUMBER = "ArrayArrayNumber";
|
||||||
private List<List<BigDecimal>> arrayArrayNumber = null;
|
private List<List<BigDecimal>> arrayArrayNumber = null;
|
||||||
|
@ -34,7 +34,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
ArrayOfNumberOnly.JSON_PROPERTY_ARRAY_NUMBER
|
ArrayOfNumberOnly.JSON_PROPERTY_ARRAY_NUMBER
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ArrayOfNumberOnly {
|
public class ArrayOfNumberOnly {
|
||||||
public static final String JSON_PROPERTY_ARRAY_NUMBER = "ArrayNumber";
|
public static final String JSON_PROPERTY_ARRAY_NUMBER = "ArrayNumber";
|
||||||
private List<BigDecimal> arrayNumber = null;
|
private List<BigDecimal> arrayNumber = null;
|
||||||
|
@ -36,7 +36,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
ArrayTest.JSON_PROPERTY_ARRAY_ARRAY_OF_INTEGER,
|
ArrayTest.JSON_PROPERTY_ARRAY_ARRAY_OF_INTEGER,
|
||||||
ArrayTest.JSON_PROPERTY_ARRAY_ARRAY_OF_MODEL
|
ArrayTest.JSON_PROPERTY_ARRAY_ARRAY_OF_MODEL
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ArrayTest {
|
public class ArrayTest {
|
||||||
public static final String JSON_PROPERTY_ARRAY_OF_STRING = "array_of_string";
|
public static final String JSON_PROPERTY_ARRAY_OF_STRING = "array_of_string";
|
||||||
private List<String> arrayOfString = null;
|
private List<String> arrayOfString = null;
|
||||||
|
@ -36,7 +36,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
Capitalization.JSON_PROPERTY_SC_A_E_T_H_FLOW_POINTS,
|
Capitalization.JSON_PROPERTY_SC_A_E_T_H_FLOW_POINTS,
|
||||||
Capitalization.JSON_PROPERTY_A_T_T_N_A_M_E
|
Capitalization.JSON_PROPERTY_A_T_T_N_A_M_E
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Capitalization {
|
public class Capitalization {
|
||||||
public static final String JSON_PROPERTY_SMALL_CAMEL = "smallCamel";
|
public static final String JSON_PROPERTY_SMALL_CAMEL = "smallCamel";
|
||||||
private String smallCamel;
|
private String smallCamel;
|
||||||
|
@ -36,7 +36,7 @@ import org.openapitools.client.JSON;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
Cat.JSON_PROPERTY_DECLAWED
|
Cat.JSON_PROPERTY_DECLAWED
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
@JsonIgnoreProperties(
|
@JsonIgnoreProperties(
|
||||||
value = "className", // ignore manually set className, it will be automatically generated by Jackson during serialization
|
value = "className", // ignore manually set className, it will be automatically generated by Jackson during serialization
|
||||||
allowSetters = true // allows the className to be set during deserialization
|
allowSetters = true // allows the className to be set during deserialization
|
||||||
|
@ -31,7 +31,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
CatAllOf.JSON_PROPERTY_DECLAWED
|
CatAllOf.JSON_PROPERTY_DECLAWED
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class CatAllOf {
|
public class CatAllOf {
|
||||||
public static final String JSON_PROPERTY_DECLAWED = "declawed";
|
public static final String JSON_PROPERTY_DECLAWED = "declawed";
|
||||||
private Boolean declawed;
|
private Boolean declawed;
|
||||||
|
@ -32,7 +32,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
Category.JSON_PROPERTY_ID,
|
Category.JSON_PROPERTY_ID,
|
||||||
Category.JSON_PROPERTY_NAME
|
Category.JSON_PROPERTY_NAME
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Category {
|
public class Category {
|
||||||
public static final String JSON_PROPERTY_ID = "id";
|
public static final String JSON_PROPERTY_ID = "id";
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@ -31,7 +31,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
ClassModel.JSON_PROPERTY_PROPERTY_CLASS
|
ClassModel.JSON_PROPERTY_PROPERTY_CLASS
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ClassModel {
|
public class ClassModel {
|
||||||
public static final String JSON_PROPERTY_PROPERTY_CLASS = "_class";
|
public static final String JSON_PROPERTY_PROPERTY_CLASS = "_class";
|
||||||
private String propertyClass;
|
private String propertyClass;
|
||||||
|
@ -31,7 +31,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
Client.JSON_PROPERTY_CLIENT
|
Client.JSON_PROPERTY_CLIENT
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Client {
|
public class Client {
|
||||||
public static final String JSON_PROPERTY_CLIENT = "client";
|
public static final String JSON_PROPERTY_CLIENT = "client";
|
||||||
private String client;
|
private String client;
|
||||||
|
@ -33,7 +33,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
DeprecatedObject.JSON_PROPERTY_NAME
|
DeprecatedObject.JSON_PROPERTY_NAME
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class DeprecatedObject {
|
public class DeprecatedObject {
|
||||||
public static final String JSON_PROPERTY_NAME = "name";
|
public static final String JSON_PROPERTY_NAME = "name";
|
||||||
private String name;
|
private String name;
|
||||||
|
@ -36,7 +36,7 @@ import org.openapitools.client.JSON;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
Dog.JSON_PROPERTY_BREED
|
Dog.JSON_PROPERTY_BREED
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
@JsonIgnoreProperties(
|
@JsonIgnoreProperties(
|
||||||
value = "className", // ignore manually set className, it will be automatically generated by Jackson during serialization
|
value = "className", // ignore manually set className, it will be automatically generated by Jackson during serialization
|
||||||
allowSetters = true // allows the className to be set during deserialization
|
allowSetters = true // allows the className to be set during deserialization
|
||||||
|
@ -31,7 +31,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
DogAllOf.JSON_PROPERTY_BREED
|
DogAllOf.JSON_PROPERTY_BREED
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class DogAllOf {
|
public class DogAllOf {
|
||||||
public static final String JSON_PROPERTY_BREED = "breed";
|
public static final String JSON_PROPERTY_BREED = "breed";
|
||||||
private String breed;
|
private String breed;
|
||||||
|
@ -34,7 +34,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
EnumArrays.JSON_PROPERTY_JUST_SYMBOL,
|
EnumArrays.JSON_PROPERTY_JUST_SYMBOL,
|
||||||
EnumArrays.JSON_PROPERTY_ARRAY_ENUM
|
EnumArrays.JSON_PROPERTY_ARRAY_ENUM
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class EnumArrays {
|
public class EnumArrays {
|
||||||
/**
|
/**
|
||||||
* Gets or Sets justSymbol
|
* Gets or Sets justSymbol
|
||||||
|
@ -46,7 +46,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
EnumTest.JSON_PROPERTY_OUTER_ENUM_DEFAULT_VALUE,
|
EnumTest.JSON_PROPERTY_OUTER_ENUM_DEFAULT_VALUE,
|
||||||
EnumTest.JSON_PROPERTY_OUTER_ENUM_INTEGER_DEFAULT_VALUE
|
EnumTest.JSON_PROPERTY_OUTER_ENUM_INTEGER_DEFAULT_VALUE
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class EnumTest {
|
public class EnumTest {
|
||||||
/**
|
/**
|
||||||
* Gets or Sets enumString
|
* Gets or Sets enumString
|
||||||
|
@ -35,7 +35,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
FileSchemaTestClass.JSON_PROPERTY_FILE,
|
FileSchemaTestClass.JSON_PROPERTY_FILE,
|
||||||
FileSchemaTestClass.JSON_PROPERTY_FILES
|
FileSchemaTestClass.JSON_PROPERTY_FILES
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class FileSchemaTestClass {
|
public class FileSchemaTestClass {
|
||||||
public static final String JSON_PROPERTY_FILE = "file";
|
public static final String JSON_PROPERTY_FILE = "file";
|
||||||
private ModelFile _file;
|
private ModelFile _file;
|
||||||
|
@ -31,7 +31,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
Foo.JSON_PROPERTY_BAR
|
Foo.JSON_PROPERTY_BAR
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Foo {
|
public class Foo {
|
||||||
public static final String JSON_PROPERTY_BAR = "bar";
|
public static final String JSON_PROPERTY_BAR = "bar";
|
||||||
private String bar = "bar";
|
private String bar = "bar";
|
||||||
|
@ -32,7 +32,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
FooGetDefaultResponse.JSON_PROPERTY_STRING
|
FooGetDefaultResponse.JSON_PROPERTY_STRING
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class FooGetDefaultResponse {
|
public class FooGetDefaultResponse {
|
||||||
public static final String JSON_PROPERTY_STRING = "string";
|
public static final String JSON_PROPERTY_STRING = "string";
|
||||||
private Foo string;
|
private Foo string;
|
||||||
|
@ -51,7 +51,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
FormatTest.JSON_PROPERTY_PATTERN_WITH_DIGITS,
|
FormatTest.JSON_PROPERTY_PATTERN_WITH_DIGITS,
|
||||||
FormatTest.JSON_PROPERTY_PATTERN_WITH_DIGITS_AND_DELIMITER
|
FormatTest.JSON_PROPERTY_PATTERN_WITH_DIGITS_AND_DELIMITER
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class FormatTest {
|
public class FormatTest {
|
||||||
public static final String JSON_PROPERTY_INTEGER = "integer";
|
public static final String JSON_PROPERTY_INTEGER = "integer";
|
||||||
private Integer integer;
|
private Integer integer;
|
||||||
|
@ -32,7 +32,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
HasOnlyReadOnly.JSON_PROPERTY_BAR,
|
HasOnlyReadOnly.JSON_PROPERTY_BAR,
|
||||||
HasOnlyReadOnly.JSON_PROPERTY_FOO
|
HasOnlyReadOnly.JSON_PROPERTY_FOO
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class HasOnlyReadOnly {
|
public class HasOnlyReadOnly {
|
||||||
public static final String JSON_PROPERTY_BAR = "bar";
|
public static final String JSON_PROPERTY_BAR = "bar";
|
||||||
private String bar;
|
private String bar;
|
||||||
|
@ -35,7 +35,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
HealthCheckResult.JSON_PROPERTY_NULLABLE_MESSAGE
|
HealthCheckResult.JSON_PROPERTY_NULLABLE_MESSAGE
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class HealthCheckResult {
|
public class HealthCheckResult {
|
||||||
public static final String JSON_PROPERTY_NULLABLE_MESSAGE = "NullableMessage";
|
public static final String JSON_PROPERTY_NULLABLE_MESSAGE = "NullableMessage";
|
||||||
private JsonNullable<String> nullableMessage = JsonNullable.<String>undefined();
|
private JsonNullable<String> nullableMessage = JsonNullable.<String>undefined();
|
||||||
|
@ -36,7 +36,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
MapTest.JSON_PROPERTY_DIRECT_MAP,
|
MapTest.JSON_PROPERTY_DIRECT_MAP,
|
||||||
MapTest.JSON_PROPERTY_INDIRECT_MAP
|
MapTest.JSON_PROPERTY_INDIRECT_MAP
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class MapTest {
|
public class MapTest {
|
||||||
public static final String JSON_PROPERTY_MAP_MAP_OF_STRING = "map_map_of_string";
|
public static final String JSON_PROPERTY_MAP_MAP_OF_STRING = "map_map_of_string";
|
||||||
private Map<String, Map<String, String>> mapMapOfString = null;
|
private Map<String, Map<String, String>> mapMapOfString = null;
|
||||||
|
@ -38,7 +38,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
MixedPropertiesAndAdditionalPropertiesClass.JSON_PROPERTY_DATE_TIME,
|
MixedPropertiesAndAdditionalPropertiesClass.JSON_PROPERTY_DATE_TIME,
|
||||||
MixedPropertiesAndAdditionalPropertiesClass.JSON_PROPERTY_MAP
|
MixedPropertiesAndAdditionalPropertiesClass.JSON_PROPERTY_MAP
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class MixedPropertiesAndAdditionalPropertiesClass {
|
public class MixedPropertiesAndAdditionalPropertiesClass {
|
||||||
public static final String JSON_PROPERTY_UUID = "uuid";
|
public static final String JSON_PROPERTY_UUID = "uuid";
|
||||||
private UUID uuid;
|
private UUID uuid;
|
||||||
|
@ -32,7 +32,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
Model200Response.JSON_PROPERTY_NAME,
|
Model200Response.JSON_PROPERTY_NAME,
|
||||||
Model200Response.JSON_PROPERTY_PROPERTY_CLASS
|
Model200Response.JSON_PROPERTY_PROPERTY_CLASS
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Model200Response {
|
public class Model200Response {
|
||||||
public static final String JSON_PROPERTY_NAME = "name";
|
public static final String JSON_PROPERTY_NAME = "name";
|
||||||
private Integer name;
|
private Integer name;
|
||||||
|
@ -33,7 +33,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
ModelApiResponse.JSON_PROPERTY_TYPE,
|
ModelApiResponse.JSON_PROPERTY_TYPE,
|
||||||
ModelApiResponse.JSON_PROPERTY_MESSAGE
|
ModelApiResponse.JSON_PROPERTY_MESSAGE
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ModelApiResponse {
|
public class ModelApiResponse {
|
||||||
public static final String JSON_PROPERTY_CODE = "code";
|
public static final String JSON_PROPERTY_CODE = "code";
|
||||||
private Integer code;
|
private Integer code;
|
||||||
|
@ -31,7 +31,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
ModelFile.JSON_PROPERTY_SOURCE_U_R_I
|
ModelFile.JSON_PROPERTY_SOURCE_U_R_I
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ModelFile {
|
public class ModelFile {
|
||||||
public static final String JSON_PROPERTY_SOURCE_U_R_I = "sourceURI";
|
public static final String JSON_PROPERTY_SOURCE_U_R_I = "sourceURI";
|
||||||
private String sourceURI;
|
private String sourceURI;
|
||||||
|
@ -31,7 +31,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
ModelList.JSON_PROPERTY_123LIST
|
ModelList.JSON_PROPERTY_123LIST
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ModelList {
|
public class ModelList {
|
||||||
public static final String JSON_PROPERTY_123LIST = "123-list";
|
public static final String JSON_PROPERTY_123LIST = "123-list";
|
||||||
private String _123list;
|
private String _123list;
|
||||||
|
@ -31,7 +31,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
ModelReturn.JSON_PROPERTY_RETURN
|
ModelReturn.JSON_PROPERTY_RETURN
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ModelReturn {
|
public class ModelReturn {
|
||||||
public static final String JSON_PROPERTY_RETURN = "return";
|
public static final String JSON_PROPERTY_RETURN = "return";
|
||||||
private Integer _return;
|
private Integer _return;
|
||||||
|
@ -34,7 +34,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
Name.JSON_PROPERTY_PROPERTY,
|
Name.JSON_PROPERTY_PROPERTY,
|
||||||
Name.JSON_PROPERTY_123NUMBER
|
Name.JSON_PROPERTY_123NUMBER
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Name {
|
public class Name {
|
||||||
public static final String JSON_PROPERTY_NAME = "name";
|
public static final String JSON_PROPERTY_NAME = "name";
|
||||||
private Integer name;
|
private Integer name;
|
||||||
|
@ -57,7 +57,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
NullableClass.JSON_PROPERTY_OBJECT_AND_ITEMS_NULLABLE_PROP,
|
NullableClass.JSON_PROPERTY_OBJECT_AND_ITEMS_NULLABLE_PROP,
|
||||||
NullableClass.JSON_PROPERTY_OBJECT_ITEMS_NULLABLE
|
NullableClass.JSON_PROPERTY_OBJECT_ITEMS_NULLABLE
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class NullableClass extends HashMap<String, Object> {
|
public class NullableClass extends HashMap<String, Object> {
|
||||||
public static final String JSON_PROPERTY_INTEGER_PROP = "integer_prop";
|
public static final String JSON_PROPERTY_INTEGER_PROP = "integer_prop";
|
||||||
private JsonNullable<Integer> integerProp = JsonNullable.<Integer>undefined();
|
private JsonNullable<Integer> integerProp = JsonNullable.<Integer>undefined();
|
||||||
|
@ -32,7 +32,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
NumberOnly.JSON_PROPERTY_JUST_NUMBER
|
NumberOnly.JSON_PROPERTY_JUST_NUMBER
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class NumberOnly {
|
public class NumberOnly {
|
||||||
public static final String JSON_PROPERTY_JUST_NUMBER = "JustNumber";
|
public static final String JSON_PROPERTY_JUST_NUMBER = "JustNumber";
|
||||||
private BigDecimal justNumber;
|
private BigDecimal justNumber;
|
||||||
|
@ -38,7 +38,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
ObjectWithDeprecatedFields.JSON_PROPERTY_DEPRECATED_REF,
|
ObjectWithDeprecatedFields.JSON_PROPERTY_DEPRECATED_REF,
|
||||||
ObjectWithDeprecatedFields.JSON_PROPERTY_BARS
|
ObjectWithDeprecatedFields.JSON_PROPERTY_BARS
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ObjectWithDeprecatedFields {
|
public class ObjectWithDeprecatedFields {
|
||||||
public static final String JSON_PROPERTY_UUID = "uuid";
|
public static final String JSON_PROPERTY_UUID = "uuid";
|
||||||
private String uuid;
|
private String uuid;
|
||||||
|
@ -37,7 +37,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
Order.JSON_PROPERTY_STATUS,
|
Order.JSON_PROPERTY_STATUS,
|
||||||
Order.JSON_PROPERTY_COMPLETE
|
Order.JSON_PROPERTY_COMPLETE
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Order {
|
public class Order {
|
||||||
public static final String JSON_PROPERTY_ID = "id";
|
public static final String JSON_PROPERTY_ID = "id";
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@ -34,7 +34,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
OuterComposite.JSON_PROPERTY_MY_STRING,
|
OuterComposite.JSON_PROPERTY_MY_STRING,
|
||||||
OuterComposite.JSON_PROPERTY_MY_BOOLEAN
|
OuterComposite.JSON_PROPERTY_MY_BOOLEAN
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class OuterComposite {
|
public class OuterComposite {
|
||||||
public static final String JSON_PROPERTY_MY_NUMBER = "my_number";
|
public static final String JSON_PROPERTY_MY_NUMBER = "my_number";
|
||||||
private BigDecimal myNumber;
|
private BigDecimal myNumber;
|
||||||
|
@ -32,7 +32,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
OuterObjectWithEnumProperty.JSON_PROPERTY_VALUE
|
OuterObjectWithEnumProperty.JSON_PROPERTY_VALUE
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class OuterObjectWithEnumProperty {
|
public class OuterObjectWithEnumProperty {
|
||||||
public static final String JSON_PROPERTY_VALUE = "value";
|
public static final String JSON_PROPERTY_VALUE = "value";
|
||||||
private OuterEnumInteger value;
|
private OuterEnumInteger value;
|
||||||
|
@ -43,7 +43,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
Pet.JSON_PROPERTY_TAGS,
|
Pet.JSON_PROPERTY_TAGS,
|
||||||
Pet.JSON_PROPERTY_STATUS
|
Pet.JSON_PROPERTY_STATUS
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Pet {
|
public class Pet {
|
||||||
public static final String JSON_PROPERTY_ID = "id";
|
public static final String JSON_PROPERTY_ID = "id";
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@ -32,7 +32,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
ReadOnlyFirst.JSON_PROPERTY_BAR,
|
ReadOnlyFirst.JSON_PROPERTY_BAR,
|
||||||
ReadOnlyFirst.JSON_PROPERTY_BAZ
|
ReadOnlyFirst.JSON_PROPERTY_BAZ
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ReadOnlyFirst {
|
public class ReadOnlyFirst {
|
||||||
public static final String JSON_PROPERTY_BAR = "bar";
|
public static final String JSON_PROPERTY_BAR = "bar";
|
||||||
private String bar;
|
private String bar;
|
||||||
|
@ -31,7 +31,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
SpecialModelName.JSON_PROPERTY_$_SPECIAL_PROPERTY_NAME
|
SpecialModelName.JSON_PROPERTY_$_SPECIAL_PROPERTY_NAME
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class SpecialModelName {
|
public class SpecialModelName {
|
||||||
public static final String JSON_PROPERTY_$_SPECIAL_PROPERTY_NAME = "$special[property.name]";
|
public static final String JSON_PROPERTY_$_SPECIAL_PROPERTY_NAME = "$special[property.name]";
|
||||||
private Long $specialPropertyName;
|
private Long $specialPropertyName;
|
||||||
|
@ -32,7 +32,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
Tag.JSON_PROPERTY_ID,
|
Tag.JSON_PROPERTY_ID,
|
||||||
Tag.JSON_PROPERTY_NAME
|
Tag.JSON_PROPERTY_NAME
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Tag {
|
public class Tag {
|
||||||
public static final String JSON_PROPERTY_ID = "id";
|
public static final String JSON_PROPERTY_ID = "id";
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@ -38,7 +38,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
User.JSON_PROPERTY_PHONE,
|
User.JSON_PROPERTY_PHONE,
|
||||||
User.JSON_PROPERTY_USER_STATUS
|
User.JSON_PROPERTY_USER_STATUS
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class User {
|
public class User {
|
||||||
public static final String JSON_PROPERTY_ID = "id";
|
public static final String JSON_PROPERTY_ID = "id";
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@ -51,7 +51,7 @@ import static java.nio.charset.StandardCharsets.UTF_8;
|
|||||||
* <p>The setter methods of this class return the current object to facilitate
|
* <p>The setter methods of this class return the current object to facilitate
|
||||||
* a fluent style of configuration.</p>
|
* a fluent style of configuration.</p>
|
||||||
*/
|
*/
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ApiClient {
|
public class ApiClient {
|
||||||
|
|
||||||
private HttpClient.Builder builder;
|
private HttpClient.Builder builder;
|
||||||
|
@ -15,7 +15,7 @@ package org.openapitools.client;
|
|||||||
|
|
||||||
import java.net.http.HttpHeaders;
|
import java.net.http.HttpHeaders;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ApiException extends Exception {
|
public class ApiException extends Exception {
|
||||||
private int code = 0;
|
private int code = 0;
|
||||||
private HttpHeaders responseHeaders = null;
|
private HttpHeaders responseHeaders = null;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
package org.openapitools.client;
|
package org.openapitools.client;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Configuration {
|
public class Configuration {
|
||||||
private static ApiClient defaultApiClient = new ApiClient();
|
private static ApiClient defaultApiClient = new ApiClient();
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ import java.util.HashSet;
|
|||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class JSON {
|
public class JSON {
|
||||||
private ObjectMapper mapper;
|
private ObjectMapper mapper;
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
package org.openapitools.client;
|
package org.openapitools.client;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Pair {
|
public class Pair {
|
||||||
private String name = "";
|
private String name = "";
|
||||||
private String value = "";
|
private String value = "";
|
||||||
|
@ -37,7 +37,7 @@ import java.util.Map;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.function.Consumer;
|
import java.util.function.Consumer;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class AnotherFakeApi {
|
public class AnotherFakeApi {
|
||||||
private final HttpClient memberVarHttpClient;
|
private final HttpClient memberVarHttpClient;
|
||||||
private final ObjectMapper memberVarObjectMapper;
|
private final ObjectMapper memberVarObjectMapper;
|
||||||
|
@ -37,7 +37,7 @@ import java.util.Map;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.function.Consumer;
|
import java.util.function.Consumer;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class DefaultApi {
|
public class DefaultApi {
|
||||||
private final HttpClient memberVarHttpClient;
|
private final HttpClient memberVarHttpClient;
|
||||||
private final ObjectMapper memberVarObjectMapper;
|
private final ObjectMapper memberVarObjectMapper;
|
||||||
|
@ -48,7 +48,7 @@ import java.util.Map;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.function.Consumer;
|
import java.util.function.Consumer;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class FakeApi {
|
public class FakeApi {
|
||||||
private final HttpClient memberVarHttpClient;
|
private final HttpClient memberVarHttpClient;
|
||||||
private final ObjectMapper memberVarObjectMapper;
|
private final ObjectMapper memberVarObjectMapper;
|
||||||
|
@ -37,7 +37,7 @@ import java.util.Map;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.function.Consumer;
|
import java.util.function.Consumer;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class FakeClassnameTags123Api {
|
public class FakeClassnameTags123Api {
|
||||||
private final HttpClient memberVarHttpClient;
|
private final HttpClient memberVarHttpClient;
|
||||||
private final ObjectMapper memberVarObjectMapper;
|
private final ObjectMapper memberVarObjectMapper;
|
||||||
|
@ -40,7 +40,7 @@ import java.util.Map;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.function.Consumer;
|
import java.util.function.Consumer;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class PetApi {
|
public class PetApi {
|
||||||
private final HttpClient memberVarHttpClient;
|
private final HttpClient memberVarHttpClient;
|
||||||
private final ObjectMapper memberVarObjectMapper;
|
private final ObjectMapper memberVarObjectMapper;
|
||||||
|
@ -37,7 +37,7 @@ import java.util.Map;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.function.Consumer;
|
import java.util.function.Consumer;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class StoreApi {
|
public class StoreApi {
|
||||||
private final HttpClient memberVarHttpClient;
|
private final HttpClient memberVarHttpClient;
|
||||||
private final ObjectMapper memberVarObjectMapper;
|
private final ObjectMapper memberVarObjectMapper;
|
||||||
|
@ -38,7 +38,7 @@ import java.util.Map;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.function.Consumer;
|
import java.util.function.Consumer;
|
||||||
|
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class UserApi {
|
public class UserApi {
|
||||||
private final HttpClient memberVarHttpClient;
|
private final HttpClient memberVarHttpClient;
|
||||||
private final ObjectMapper memberVarObjectMapper;
|
private final ObjectMapper memberVarObjectMapper;
|
||||||
|
@ -22,7 +22,7 @@ import com.fasterxml.jackson.annotation.JsonValue;
|
|||||||
/**
|
/**
|
||||||
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
|
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
|
||||||
*/
|
*/
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public abstract class AbstractOpenApiSchema {
|
public abstract class AbstractOpenApiSchema {
|
||||||
|
|
||||||
// store the actual instance of the schema/object
|
// store the actual instance of the schema/object
|
||||||
|
@ -34,7 +34,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
AdditionalPropertiesClass.JSON_PROPERTY_MAP_PROPERTY,
|
AdditionalPropertiesClass.JSON_PROPERTY_MAP_PROPERTY,
|
||||||
AdditionalPropertiesClass.JSON_PROPERTY_MAP_OF_MAP_PROPERTY
|
AdditionalPropertiesClass.JSON_PROPERTY_MAP_OF_MAP_PROPERTY
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class AdditionalPropertiesClass {
|
public class AdditionalPropertiesClass {
|
||||||
public static final String JSON_PROPERTY_MAP_PROPERTY = "map_property";
|
public static final String JSON_PROPERTY_MAP_PROPERTY = "map_property";
|
||||||
private Map<String, String> mapProperty = null;
|
private Map<String, String> mapProperty = null;
|
||||||
|
@ -33,7 +33,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
AllOfWithSingleRef.JSON_PROPERTY_USERNAME,
|
AllOfWithSingleRef.JSON_PROPERTY_USERNAME,
|
||||||
AllOfWithSingleRef.JSON_PROPERTY_SINGLE_REF_TYPE
|
AllOfWithSingleRef.JSON_PROPERTY_SINGLE_REF_TYPE
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class AllOfWithSingleRef {
|
public class AllOfWithSingleRef {
|
||||||
public static final String JSON_PROPERTY_USERNAME = "username";
|
public static final String JSON_PROPERTY_USERNAME = "username";
|
||||||
private String username;
|
private String username;
|
||||||
|
@ -38,7 +38,7 @@ import org.openapitools.client.JSON;
|
|||||||
Animal.JSON_PROPERTY_CLASS_NAME,
|
Animal.JSON_PROPERTY_CLASS_NAME,
|
||||||
Animal.JSON_PROPERTY_COLOR
|
Animal.JSON_PROPERTY_COLOR
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
@JsonIgnoreProperties(
|
@JsonIgnoreProperties(
|
||||||
value = "className", // ignore manually set className, it will be automatically generated by Jackson during serialization
|
value = "className", // ignore manually set className, it will be automatically generated by Jackson during serialization
|
||||||
allowSetters = true // allows the className to be set during deserialization
|
allowSetters = true // allows the className to be set during deserialization
|
||||||
|
@ -34,7 +34,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
ArrayOfArrayOfNumberOnly.JSON_PROPERTY_ARRAY_ARRAY_NUMBER
|
ArrayOfArrayOfNumberOnly.JSON_PROPERTY_ARRAY_ARRAY_NUMBER
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ArrayOfArrayOfNumberOnly {
|
public class ArrayOfArrayOfNumberOnly {
|
||||||
public static final String JSON_PROPERTY_ARRAY_ARRAY_NUMBER = "ArrayArrayNumber";
|
public static final String JSON_PROPERTY_ARRAY_ARRAY_NUMBER = "ArrayArrayNumber";
|
||||||
private List<List<BigDecimal>> arrayArrayNumber = null;
|
private List<List<BigDecimal>> arrayArrayNumber = null;
|
||||||
|
@ -34,7 +34,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
ArrayOfNumberOnly.JSON_PROPERTY_ARRAY_NUMBER
|
ArrayOfNumberOnly.JSON_PROPERTY_ARRAY_NUMBER
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ArrayOfNumberOnly {
|
public class ArrayOfNumberOnly {
|
||||||
public static final String JSON_PROPERTY_ARRAY_NUMBER = "ArrayNumber";
|
public static final String JSON_PROPERTY_ARRAY_NUMBER = "ArrayNumber";
|
||||||
private List<BigDecimal> arrayNumber = null;
|
private List<BigDecimal> arrayNumber = null;
|
||||||
|
@ -36,7 +36,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
ArrayTest.JSON_PROPERTY_ARRAY_ARRAY_OF_INTEGER,
|
ArrayTest.JSON_PROPERTY_ARRAY_ARRAY_OF_INTEGER,
|
||||||
ArrayTest.JSON_PROPERTY_ARRAY_ARRAY_OF_MODEL
|
ArrayTest.JSON_PROPERTY_ARRAY_ARRAY_OF_MODEL
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ArrayTest {
|
public class ArrayTest {
|
||||||
public static final String JSON_PROPERTY_ARRAY_OF_STRING = "array_of_string";
|
public static final String JSON_PROPERTY_ARRAY_OF_STRING = "array_of_string";
|
||||||
private List<String> arrayOfString = null;
|
private List<String> arrayOfString = null;
|
||||||
|
@ -36,7 +36,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
Capitalization.JSON_PROPERTY_SC_A_E_T_H_FLOW_POINTS,
|
Capitalization.JSON_PROPERTY_SC_A_E_T_H_FLOW_POINTS,
|
||||||
Capitalization.JSON_PROPERTY_A_T_T_N_A_M_E
|
Capitalization.JSON_PROPERTY_A_T_T_N_A_M_E
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Capitalization {
|
public class Capitalization {
|
||||||
public static final String JSON_PROPERTY_SMALL_CAMEL = "smallCamel";
|
public static final String JSON_PROPERTY_SMALL_CAMEL = "smallCamel";
|
||||||
private String smallCamel;
|
private String smallCamel;
|
||||||
|
@ -36,7 +36,7 @@ import org.openapitools.client.JSON;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
Cat.JSON_PROPERTY_DECLAWED
|
Cat.JSON_PROPERTY_DECLAWED
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
@JsonIgnoreProperties(
|
@JsonIgnoreProperties(
|
||||||
value = "className", // ignore manually set className, it will be automatically generated by Jackson during serialization
|
value = "className", // ignore manually set className, it will be automatically generated by Jackson during serialization
|
||||||
allowSetters = true // allows the className to be set during deserialization
|
allowSetters = true // allows the className to be set during deserialization
|
||||||
|
@ -31,7 +31,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
CatAllOf.JSON_PROPERTY_DECLAWED
|
CatAllOf.JSON_PROPERTY_DECLAWED
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class CatAllOf {
|
public class CatAllOf {
|
||||||
public static final String JSON_PROPERTY_DECLAWED = "declawed";
|
public static final String JSON_PROPERTY_DECLAWED = "declawed";
|
||||||
private Boolean declawed;
|
private Boolean declawed;
|
||||||
|
@ -32,7 +32,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
Category.JSON_PROPERTY_ID,
|
Category.JSON_PROPERTY_ID,
|
||||||
Category.JSON_PROPERTY_NAME
|
Category.JSON_PROPERTY_NAME
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Category {
|
public class Category {
|
||||||
public static final String JSON_PROPERTY_ID = "id";
|
public static final String JSON_PROPERTY_ID = "id";
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@ -31,7 +31,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
ClassModel.JSON_PROPERTY_PROPERTY_CLASS
|
ClassModel.JSON_PROPERTY_PROPERTY_CLASS
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class ClassModel {
|
public class ClassModel {
|
||||||
public static final String JSON_PROPERTY_PROPERTY_CLASS = "_class";
|
public static final String JSON_PROPERTY_PROPERTY_CLASS = "_class";
|
||||||
private String propertyClass;
|
private String propertyClass;
|
||||||
|
@ -31,7 +31,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
Client.JSON_PROPERTY_CLIENT
|
Client.JSON_PROPERTY_CLIENT
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class Client {
|
public class Client {
|
||||||
public static final String JSON_PROPERTY_CLIENT = "client";
|
public static final String JSON_PROPERTY_CLIENT = "client";
|
||||||
private String client;
|
private String client;
|
||||||
|
@ -33,7 +33,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
DeprecatedObject.JSON_PROPERTY_NAME
|
DeprecatedObject.JSON_PROPERTY_NAME
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class DeprecatedObject {
|
public class DeprecatedObject {
|
||||||
public static final String JSON_PROPERTY_NAME = "name";
|
public static final String JSON_PROPERTY_NAME = "name";
|
||||||
private String name;
|
private String name;
|
||||||
|
@ -36,7 +36,7 @@ import org.openapitools.client.JSON;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
Dog.JSON_PROPERTY_BREED
|
Dog.JSON_PROPERTY_BREED
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
@JsonIgnoreProperties(
|
@JsonIgnoreProperties(
|
||||||
value = "className", // ignore manually set className, it will be automatically generated by Jackson during serialization
|
value = "className", // ignore manually set className, it will be automatically generated by Jackson during serialization
|
||||||
allowSetters = true // allows the className to be set during deserialization
|
allowSetters = true // allows the className to be set during deserialization
|
||||||
|
@ -31,7 +31,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
@JsonPropertyOrder({
|
@JsonPropertyOrder({
|
||||||
DogAllOf.JSON_PROPERTY_BREED
|
DogAllOf.JSON_PROPERTY_BREED
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class DogAllOf {
|
public class DogAllOf {
|
||||||
public static final String JSON_PROPERTY_BREED = "breed";
|
public static final String JSON_PROPERTY_BREED = "breed";
|
||||||
private String breed;
|
private String breed;
|
||||||
|
@ -34,7 +34,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
EnumArrays.JSON_PROPERTY_JUST_SYMBOL,
|
EnumArrays.JSON_PROPERTY_JUST_SYMBOL,
|
||||||
EnumArrays.JSON_PROPERTY_ARRAY_ENUM
|
EnumArrays.JSON_PROPERTY_ARRAY_ENUM
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class EnumArrays {
|
public class EnumArrays {
|
||||||
/**
|
/**
|
||||||
* Gets or Sets justSymbol
|
* Gets or Sets justSymbol
|
||||||
|
@ -46,7 +46,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
EnumTest.JSON_PROPERTY_OUTER_ENUM_DEFAULT_VALUE,
|
EnumTest.JSON_PROPERTY_OUTER_ENUM_DEFAULT_VALUE,
|
||||||
EnumTest.JSON_PROPERTY_OUTER_ENUM_INTEGER_DEFAULT_VALUE
|
EnumTest.JSON_PROPERTY_OUTER_ENUM_INTEGER_DEFAULT_VALUE
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class EnumTest {
|
public class EnumTest {
|
||||||
/**
|
/**
|
||||||
* Gets or Sets enumString
|
* Gets or Sets enumString
|
||||||
|
@ -35,7 +35,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
|
|||||||
FileSchemaTestClass.JSON_PROPERTY_FILE,
|
FileSchemaTestClass.JSON_PROPERTY_FILE,
|
||||||
FileSchemaTestClass.JSON_PROPERTY_FILES
|
FileSchemaTestClass.JSON_PROPERTY_FILES
|
||||||
})
|
})
|
||||||
@javax.annotation.processing.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
|
||||||
public class FileSchemaTestClass {
|
public class FileSchemaTestClass {
|
||||||
public static final String JSON_PROPERTY_FILE = "file";
|
public static final String JSON_PROPERTY_FILE = "file";
|
||||||
private ModelFile _file;
|
private ModelFile _file;
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user