Include licenseInfo for all the generated java code files (#19273)

* Include license info for all the generated java code files

* Re-base generate
This commit is contained in:
Fei Wang 2024-08-14 00:13:42 -07:00 committed by GitHub
parent b8001323f6
commit 2bf2d9bb56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
420 changed files with 4712 additions and 0 deletions

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import java.util.Set; import java.util.Set;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.JsonParser;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import java.util.Map; import java.util.Map;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import java.util.HashSet; import java.util.HashSet;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import java.util.LinkedHashMap; import java.util.LinkedHashMap;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.ObjectMapper;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import java.io.UnsupportedEncodingException; import java.io.UnsupportedEncodingException;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import feign.Param; import feign.Param;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import java.util.Date; import java.util.Date;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import feign.RequestInterceptor; import feign.RequestInterceptor;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import com.github.scribejava.core.builder.api.DefaultApi20; import com.github.scribejava.core.builder.api.DefaultApi20;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import feign.RequestInterceptor; import feign.RequestInterceptor;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import feign.RequestInterceptor; import feign.RequestInterceptor;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import com.github.scribejava.core.model.OAuth2AccessToken; import com.github.scribejava.core.model.OAuth2AccessToken;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import com.github.scribejava.core.builder.ServiceBuilder; import com.github.scribejava.core.builder.ServiceBuilder;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import com.github.scribejava.core.builder.ServiceBuilder; import com.github.scribejava.core.builder.ServiceBuilder;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{modelPackage}}; package {{modelPackage}};
import java.util.Map; import java.util.Map;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import {{apiPackage}}.*; import {{apiPackage}}.*;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import {{javaxPackage}}.ws.rs.client.Client; import {{javaxPackage}}.ws.rs.client.Client;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import com.fasterxml.jackson.annotation.*; import com.fasterxml.jackson.annotation.*;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import {{javaxPackage}}.ws.rs.client.Client; import {{javaxPackage}}.ws.rs.client.Client;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import com.fasterxml.jackson.annotation.*; import com.fasterxml.jackson.annotation.*;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import com.fasterxml.jackson.annotation.*; import com.fasterxml.jackson.annotation.*;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
{{#hasOAuthMethods}} {{#hasOAuthMethods}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
{{#hasOAuthMethods}} {{#hasOAuthMethods}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
{{#withXml}} {{#withXml}}

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import org.springframework.http.HttpHeaders; import org.springframework.http.HttpHeaders;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import org.springframework.http.HttpHeaders; import org.springframework.http.HttpHeaders;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import java.nio.charset.StandardCharsets; import java.nio.charset.StandardCharsets;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import java.util.Optional; import java.util.Optional;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import org.springframework.http.HttpHeaders; import org.springframework.http.HttpHeaders;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
public enum OAuthFlow { public enum OAuthFlow {

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import java.io.File; import java.io.File;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import com.fasterxml.jackson.annotation.*; import com.fasterxml.jackson.annotation.*;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
{{#withXml}} {{#withXml}}

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import org.springframework.web.client.RestClientException; import org.springframework.web.client.RestClientException;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import org.springframework.http.HttpHeaders; import org.springframework.http.HttpHeaders;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import org.springframework.http.HttpHeaders; import org.springframework.http.HttpHeaders;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import java.nio.charset.StandardCharsets; import java.nio.charset.StandardCharsets;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import java.util.Optional; import java.util.Optional;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import java.util.Optional; import java.util.Optional;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
public enum OAuthFlow { public enum OAuthFlow {

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
{{#gson}} {{#gson}}

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import java.util.Arrays; import java.util.Arrays;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import com.fasterxml.jackson.annotation.*; import com.fasterxml.jackson.annotation.*;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import java.io.IOException; import java.io.IOException;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import java.io.IOException; import java.io.IOException;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import java.io.IOException; import java.io.IOException;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import static java.net.HttpURLConnection.HTTP_UNAUTHORIZED; import static java.net.HttpURLConnection.HTTP_UNAUTHORIZED;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import java.io.IOException; import java.io.IOException;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import java.io.IOException; import java.io.IOException;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import play.libs.F; import play.libs.F;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import okhttp3.*; import okhttp3.*;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import java.io.IOException; import java.io.IOException;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import java.util.concurrent.CompletionStage; import java.util.concurrent.CompletionStage;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import okhttp3.*; import okhttp3.*;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import java.io.File; import java.io.File;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import java.util.concurrent.CompletionStage; import java.util.concurrent.CompletionStage;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import okhttp3.*; import okhttp3.*;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import {{invokerPackage}}.auth.Authentication; import {{invokerPackage}}.auth.Authentication;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import io.vertx.core.Vertx; import io.vertx.core.Vertx;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}; package {{invokerPackage}};
import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.DeserializationFeature;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import org.springframework.http.HttpHeaders; import org.springframework.http.HttpHeaders;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import org.springframework.http.HttpHeaders; import org.springframework.http.HttpHeaders;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import java.nio.charset.StandardCharsets; import java.nio.charset.StandardCharsets;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import org.springframework.http.HttpHeaders; import org.springframework.http.HttpHeaders;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
import org.springframework.http.HttpHeaders; import org.springframework.http.HttpHeaders;

View File

@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth; package {{invokerPackage}}.auth;
public enum OAuthFlow { public enum OAuthFlow {

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import java.util.Map; import java.util.Map;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import java.util.HashSet; import java.util.HashSet;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import java.util.LinkedHashMap; import java.util.LinkedHashMap;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import java.io.UnsupportedEncodingException; import java.io.UnsupportedEncodingException;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import java.util.Map; import java.util.Map;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import java.util.HashSet; import java.util.HashSet;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client.auth; package org.openapitools.client.auth;
import feign.RequestInterceptor; import feign.RequestInterceptor;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client.auth; package org.openapitools.client.auth;
import feign.RequestInterceptor; import feign.RequestInterceptor;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client.auth; package org.openapitools.client.auth;
import feign.RequestInterceptor; import feign.RequestInterceptor;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client.model; package org.openapitools.client.model;
import java.util.Map; import java.util.Map;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import com.fasterxml.jackson.annotation.*; import com.fasterxml.jackson.annotation.*;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import java.util.Map; import java.util.Map;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import java.util.HashSet; import java.util.HashSet;

View File

@ -1,3 +1,16 @@
/*
* OpenAPI Petstore
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
*
* The version of the OpenAPI document: 1.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import java.util.Map; import java.util.Map;

View File

@ -1,3 +1,16 @@
/*
* OpenAPI Petstore
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
*
* The version of the OpenAPI document: 1.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import java.util.HashSet; import java.util.HashSet;

View File

@ -1,3 +1,16 @@
/*
* OpenAPI Petstore
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
*
* The version of the OpenAPI document: 1.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client.auth; package org.openapitools.client.auth;
import okhttp3.OkHttpClient; import okhttp3.OkHttpClient;

View File

@ -1,3 +1,16 @@
/*
* OpenAPI Petstore
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
*
* The version of the OpenAPI document: 1.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client.auth; package org.openapitools.client.auth;
import org.openapitools.client.ApiException; import org.openapitools.client.ApiException;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import java.util.Map; import java.util.Map;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import java.util.HashSet; import java.util.HashSet;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.DeserializationFeature;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import java.util.Map; import java.util.Map;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import java.util.HashSet; import java.util.HashSet;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client.auth; package org.openapitools.client.auth;
import org.springframework.http.HttpHeaders; import org.springframework.http.HttpHeaders;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client.auth; package org.openapitools.client.auth;
import org.springframework.http.HttpHeaders; import org.springframework.http.HttpHeaders;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client.auth; package org.openapitools.client.auth;
import java.nio.charset.StandardCharsets; import java.nio.charset.StandardCharsets;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client.auth; package org.openapitools.client.auth;
import java.util.Optional; import java.util.Optional;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import java.io.File; import java.io.File;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import com.fasterxml.jackson.annotation.*; import com.fasterxml.jackson.annotation.*;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import java.util.Map; import java.util.Map;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import java.util.HashSet; import java.util.HashSet;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import org.apache.commons.logging.Log; import org.apache.commons.logging.Log;

View File

@ -1,3 +1,16 @@
/*
* Echo Server API
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client; package org.openapitools.client;
import org.springframework.web.client.RestClientException; import org.springframework.web.client.RestClientException;

Some files were not shown because too many files have changed in this diff Show More