Skip to content

Commit 718523d

Browse files
committed
fresh samples
1 parent d26b260 commit 718523d

File tree

34 files changed

+0
-306
lines changed

34 files changed

+0
-306
lines changed

samples/client/echo_api/java/apache-httpclient/src/main/java/org/openapitools/client/Configuration.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@
1717
import java.util.concurrent.atomic.AtomicReference;
1818
import java.util.function.Supplier;
1919

20-
/**
21-
* modified version of the java-native version with planned enhancements:
22-
* <ul>
23-
* <li>private ctor (Effective Java item 4)</li>
24-
* <li>thread-safe storage of ApIClient ref</li>
25-
* <li>lazy eval of ApiClient</li>
26-
* <li>configurable callback to create ApiClient on demand</li>
27-
* </ul>
28-
*/
2920
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.12.0-SNAPSHOT")
3021
public class Configuration {
3122
public static final String VERSION = "0.1.0";

samples/client/echo_api/java/native/src/main/java/org/openapitools/client/Configuration.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@
1717
import java.util.concurrent.atomic.AtomicReference;
1818
import java.util.function.Supplier;
1919

20-
/**
21-
* modified version of the java-native version with planned enhancements:
22-
* <ul>
23-
* <li>private ctor (Effective Java item 4)</li>
24-
* <li>thread-safe storage of ApIClient ref</li>
25-
* <li>lazy eval of ApiClient</li>
26-
* <li>configurable callback to create ApiClient on demand</li>
27-
* </ul>
28-
*/
2920
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.12.0-SNAPSHOT")
3021
public class Configuration {
3122
public static final String VERSION = "0.1.0";

samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/Configuration.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@
1717
import java.util.concurrent.atomic.AtomicReference;
1818
import java.util.function.Supplier;
1919

20-
/**
21-
* modified version of the java-native version with planned enhancements:
22-
* <ul>
23-
* <li>private ctor (Effective Java item 4)</li>
24-
* <li>thread-safe storage of ApIClient ref</li>
25-
* <li>lazy eval of ApiClient</li>
26-
* <li>configurable callback to create ApiClient on demand</li>
27-
* </ul>
28-
*/
2920
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.12.0-SNAPSHOT")
3021
public class Configuration {
3122
public static final String VERSION = "1.0.0";

samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/Configuration.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@
1717
import java.util.concurrent.atomic.AtomicReference;
1818
import java.util.function.Supplier;
1919

20-
/**
21-
* modified version of the java-native version with planned enhancements:
22-
* <ul>
23-
* <li>private ctor (Effective Java item 4)</li>
24-
* <li>thread-safe storage of ApIClient ref</li>
25-
* <li>lazy eval of ApiClient</li>
26-
* <li>configurable callback to create ApiClient on demand</li>
27-
* </ul>
28-
*/
2920
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.12.0-SNAPSHOT")
3021
public class Configuration {
3122
public static final String VERSION = "0.1.0";

samples/client/echo_api/java/resteasy/src/main/java/org/openapitools/client/Configuration.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@
1717
import java.util.concurrent.atomic.AtomicReference;
1818
import java.util.function.Supplier;
1919

20-
/**
21-
* modified version of the java-native version with planned enhancements:
22-
* <ul>
23-
* <li>private ctor (Effective Java item 4)</li>
24-
* <li>thread-safe storage of ApIClient ref</li>
25-
* <li>lazy eval of ApiClient</li>
26-
* <li>configurable callback to create ApiClient on demand</li>
27-
* </ul>
28-
*/
2920
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.12.0-SNAPSHOT")
3021
public class Configuration {
3122
public static final String VERSION = "0.1.0";

samples/client/others/java/jersey2-oneOf-Mixed/src/main/java/org/openapitools/client/Configuration.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@
1717
import java.util.concurrent.atomic.AtomicReference;
1818
import java.util.function.Supplier;
1919

20-
/**
21-
* modified version of the java-native version with planned enhancements:
22-
* <ul>
23-
* <li>private ctor (Effective Java item 4)</li>
24-
* <li>thread-safe storage of ApIClient ref</li>
25-
* <li>lazy eval of ApiClient</li>
26-
* <li>configurable callback to create ApiClient on demand</li>
27-
* </ul>
28-
*/
2920
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.12.0-SNAPSHOT")
3021
public class Configuration {
3122
public static final String VERSION = "1.0.0";

samples/client/others/java/jersey2-oneOf-duplicates/src/main/java/org/openapitools/client/Configuration.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@
1717
import java.util.concurrent.atomic.AtomicReference;
1818
import java.util.function.Supplier;
1919

20-
/**
21-
* modified version of the java-native version with planned enhancements:
22-
* <ul>
23-
* <li>private ctor (Effective Java item 4)</li>
24-
* <li>thread-safe storage of ApIClient ref</li>
25-
* <li>lazy eval of ApiClient</li>
26-
* <li>configurable callback to create ApiClient on demand</li>
27-
* </ul>
28-
*/
2920
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.12.0-SNAPSHOT")
3021
public class Configuration {
3122
public static final String VERSION = "1.0.0";

samples/client/others/java/okhttp-gson-oneOf-array/src/main/java/org/openapitools/client/Configuration.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@
1717
import java.util.concurrent.atomic.AtomicReference;
1818
import java.util.function.Supplier;
1919

20-
/**
21-
* modified version of the java-native version with planned enhancements:
22-
* <ul>
23-
* <li>private ctor (Effective Java item 4)</li>
24-
* <li>thread-safe storage of ApIClient ref</li>
25-
* <li>lazy eval of ApiClient</li>
26-
* <li>configurable callback to create ApiClient on demand</li>
27-
* </ul>
28-
*/
2920
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.12.0-SNAPSHOT")
3021
public class Configuration {
3122
public static final String VERSION = "1.0.0";

samples/client/others/java/okhttp-gson-oneOf/src/main/java/org/openapitools/client/Configuration.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@
1717
import java.util.concurrent.atomic.AtomicReference;
1818
import java.util.function.Supplier;
1919

20-
/**
21-
* modified version of the java-native version with planned enhancements:
22-
* <ul>
23-
* <li>private ctor (Effective Java item 4)</li>
24-
* <li>thread-safe storage of ApIClient ref</li>
25-
* <li>lazy eval of ApiClient</li>
26-
* <li>configurable callback to create ApiClient on demand</li>
27-
* </ul>
28-
*/
2920
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.12.0-SNAPSHOT")
3021
public class Configuration {
3122
public static final String VERSION = "1.0.0";

samples/client/others/java/okhttp-gson-streaming/src/main/java/org/openapitools/client/Configuration.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@
1717
import java.util.concurrent.atomic.AtomicReference;
1818
import java.util.function.Supplier;
1919

20-
/**
21-
* modified version of the java-native version with planned enhancements:
22-
* <ul>
23-
* <li>private ctor (Effective Java item 4)</li>
24-
* <li>thread-safe storage of ApIClient ref</li>
25-
* <li>lazy eval of ApiClient</li>
26-
* <li>configurable callback to create ApiClient on demand</li>
27-
* </ul>
28-
*/
2920
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.12.0-SNAPSHOT")
3021
public class Configuration {
3122
public static final String VERSION = "1.0";

0 commit comments

Comments
 (0)