forked from OpenAPITools/openapi-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include licenseInfo for all the generated java code files (OpenAPIToo…
…ls#19273) * Include license info for all the generated java code files * Re-base generate
- Loading branch information
Showing
420 changed files
with
4,712 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/BeanValidationException.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import java.util.Set; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/CustomInstantDeserializer.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import com.fasterxml.jackson.core.JsonParser; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/ServerConfiguration.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import java.util.Map; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/ServerVariable.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import java.util.HashSet; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/feign/ApiClient.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import java.util.LinkedHashMap; | ||
|
2 changes: 2 additions & 0 deletions
2
...les/openapi-generator/src/main/resources/Java/libraries/feign/ApiResponseDecoder.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import com.fasterxml.jackson.databind.ObjectMapper; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/feign/EncodingUtils.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import java.io.UnsupportedEncodingException; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/feign/ParamExpander.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import feign.Param; | ||
|
2 changes: 2 additions & 0 deletions
2
...s/openapi-generator/src/main/resources/Java/libraries/feign/auth/ApiErrorDecoder.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import java.util.Date; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/feign/auth/ApiKeyAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import feign.RequestInterceptor; | ||
|
2 changes: 2 additions & 0 deletions
2
.../openapi-generator/src/main/resources/Java/libraries/feign/auth/DefaultApi20Impl.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import com.github.scribejava.core.builder.api.DefaultApi20; | ||
|
2 changes: 2 additions & 0 deletions
2
...les/openapi-generator/src/main/resources/Java/libraries/feign/auth/HttpBasicAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import feign.RequestInterceptor; | ||
|
2 changes: 2 additions & 0 deletions
2
...es/openapi-generator/src/main/resources/Java/libraries/feign/auth/HttpBearerAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import feign.RequestInterceptor; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/feign/auth/OAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import com.github.scribejava.core.model.OAuth2AccessToken; | ||
|
2 changes: 2 additions & 0 deletions
2
...nerator/src/main/resources/Java/libraries/feign/auth/OauthClientCredentialsGrant.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import com.github.scribejava.core.builder.ServiceBuilder; | ||
|
2 changes: 2 additions & 0 deletions
2
...penapi-generator/src/main/resources/Java/libraries/feign/auth/OauthPasswordGrant.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import com.github.scribejava.core.builder.ServiceBuilder; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/feign/model/ApiResponse.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{modelPackage}}; | ||
|
||
import java.util.Map; | ||
|
2 changes: 2 additions & 0 deletions
2
.../openapi-generator/src/main/resources/Java/libraries/google-api-client/ApiClient.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import {{apiPackage}}.*; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/jersey2/ApiClient.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import {{javaxPackage}}.ws.rs.client.Client; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/jersey2/JSON.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import com.fasterxml.jackson.annotation.*; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/jersey3/ApiClient.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import {{javaxPackage}}.ws.rs.client.Client; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/jersey3/JSON.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import com.fasterxml.jackson.annotation.*; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/native/JSON.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import com.fasterxml.jackson.annotation.*; | ||
|
2 changes: 2 additions & 0 deletions
2
...i-generator/src/main/resources/Java/libraries/okhttp-gson/auth/OAuthOkHttpClient.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
{{#hasOAuthMethods}} | ||
package {{invokerPackage}}.auth; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
...enapi-generator/src/main/resources/Java/libraries/okhttp-gson/auth/RetryingOAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
{{#hasOAuthMethods}} | ||
package {{invokerPackage}}.auth; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/restclient/ApiClient.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
{{#withXml}} | ||
|
2 changes: 2 additions & 0 deletions
2
...s/openapi-generator/src/main/resources/Java/libraries/restclient/auth/ApiKeyAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import org.springframework.http.HttpHeaders; | ||
|
2 changes: 2 additions & 0 deletions
2
...enapi-generator/src/main/resources/Java/libraries/restclient/auth/Authentication.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import org.springframework.http.HttpHeaders; | ||
|
2 changes: 2 additions & 0 deletions
2
...penapi-generator/src/main/resources/Java/libraries/restclient/auth/HttpBasicAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import java.nio.charset.StandardCharsets; | ||
|
2 changes: 2 additions & 0 deletions
2
...enapi-generator/src/main/resources/Java/libraries/restclient/auth/HttpBearerAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import java.util.Optional; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/restclient/auth/OAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import org.springframework.http.HttpHeaders; | ||
|
2 changes: 2 additions & 0 deletions
2
...es/openapi-generator/src/main/resources/Java/libraries/restclient/auth/OAuthFlow.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
public enum OAuthFlow { | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/resteasy/ApiClient.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import java.io.File; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/resteasy/JSON.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import com.fasterxml.jackson.annotation.*; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/ApiClient.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
{{#withXml}} | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/BaseApi.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import org.springframework.web.client.RestClientException; | ||
|
2 changes: 2 additions & 0 deletions
2
...openapi-generator/src/main/resources/Java/libraries/resttemplate/auth/ApiKeyAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import org.springframework.http.HttpHeaders; | ||
|
2 changes: 2 additions & 0 deletions
2
...api-generator/src/main/resources/Java/libraries/resttemplate/auth/Authentication.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import org.springframework.http.HttpHeaders; | ||
|
2 changes: 2 additions & 0 deletions
2
...napi-generator/src/main/resources/Java/libraries/resttemplate/auth/HttpBasicAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import java.nio.charset.StandardCharsets; | ||
|
2 changes: 2 additions & 0 deletions
2
...api-generator/src/main/resources/Java/libraries/resttemplate/auth/HttpBearerAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import java.util.Optional; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/auth/OAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import java.util.Optional; | ||
|
2 changes: 2 additions & 0 deletions
2
.../openapi-generator/src/main/resources/Java/libraries/resttemplate/auth/OAuthFlow.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
public enum OAuthFlow { | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/retrofit2/ApiClient.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
{{#gson}} | ||
|
2 changes: 2 additions & 0 deletions
2
.../openapi-generator/src/main/resources/Java/libraries/retrofit2/CollectionFormats.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import java.util.Arrays; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/retrofit2/JSON_jackson.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import com.fasterxml.jackson.annotation.*; | ||
|
2 changes: 2 additions & 0 deletions
2
...es/openapi-generator/src/main/resources/Java/libraries/retrofit2/auth/ApiKeyAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import java.io.IOException; | ||
|
2 changes: 2 additions & 0 deletions
2
...openapi-generator/src/main/resources/Java/libraries/retrofit2/auth/HttpBasicAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import java.io.IOException; | ||
|
2 changes: 2 additions & 0 deletions
2
...penapi-generator/src/main/resources/Java/libraries/retrofit2/auth/HttpBearerAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import java.io.IOException; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/retrofit2/auth/OAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import static java.net.HttpURLConnection.HTTP_UNAUTHORIZED; | ||
|
2 changes: 2 additions & 0 deletions
2
...api-generator/src/main/resources/Java/libraries/retrofit2/auth/OAuthOkHttpClient.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import java.io.IOException; | ||
|
2 changes: 2 additions & 0 deletions
2
...s/openapi-generator/src/main/resources/Java/libraries/retrofit2/play24/ApiClient.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import java.io.IOException; | ||
|
2 changes: 2 additions & 0 deletions
2
...ator/src/main/resources/Java/libraries/retrofit2/play24/Play24CallAdapterFactory.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import play.libs.F; | ||
|
2 changes: 2 additions & 0 deletions
2
...i-generator/src/main/resources/Java/libraries/retrofit2/play24/Play24CallFactory.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import okhttp3.*; | ||
|
2 changes: 2 additions & 0 deletions
2
...s/openapi-generator/src/main/resources/Java/libraries/retrofit2/play25/ApiClient.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import java.io.IOException; | ||
|
2 changes: 2 additions & 0 deletions
2
...ator/src/main/resources/Java/libraries/retrofit2/play25/Play25CallAdapterFactory.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import java.util.concurrent.CompletionStage; | ||
|
2 changes: 2 additions & 0 deletions
2
...i-generator/src/main/resources/Java/libraries/retrofit2/play25/Play25CallFactory.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import okhttp3.*; | ||
|
2 changes: 2 additions & 0 deletions
2
...s/openapi-generator/src/main/resources/Java/libraries/retrofit2/play26/ApiClient.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import java.io.File; | ||
|
2 changes: 2 additions & 0 deletions
2
...ator/src/main/resources/Java/libraries/retrofit2/play26/Play26CallAdapterFactory.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import java.util.concurrent.CompletionStage; | ||
|
2 changes: 2 additions & 0 deletions
2
...i-generator/src/main/resources/Java/libraries/retrofit2/play26/Play26CallFactory.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import okhttp3.*; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/vertx/ApiClient.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import {{invokerPackage}}.auth.Authentication; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/vertx/Configuration.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import io.vertx.core.Vertx; | ||
|
2 changes: 2 additions & 0 deletions
2
modules/openapi-generator/src/main/resources/Java/libraries/webclient/ApiClient.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}; | ||
|
||
import com.fasterxml.jackson.databind.DeserializationFeature; | ||
|
2 changes: 2 additions & 0 deletions
2
...es/openapi-generator/src/main/resources/Java/libraries/webclient/auth/ApiKeyAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import org.springframework.http.HttpHeaders; | ||
|
2 changes: 2 additions & 0 deletions
2
...penapi-generator/src/main/resources/Java/libraries/webclient/auth/Authentication.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import org.springframework.http.HttpHeaders; | ||
|
2 changes: 2 additions & 0 deletions
2
...openapi-generator/src/main/resources/Java/libraries/webclient/auth/HttpBasicAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import java.nio.charset.StandardCharsets; | ||
|
2 changes: 2 additions & 0 deletions
2
...penapi-generator/src/main/resources/Java/libraries/webclient/auth/HttpBearerAuth.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{{>licenseInfo}} | ||
|
||
package {{invokerPackage}}.auth; | ||
|
||
import org.springframework.http.HttpHeaders; | ||
|
Oops, something went wrong.