You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
* Adds ApiResponse interface
* Adds ApiResponse and ResponseDeserializer
* Adds partial test of ResponseDeserializer
* Changes all autogen schema classes to use selaed interfaces rather than a sealed class
* Changes all json schema selead clases to sealed interfaces
* Updates sealed schema classes to use records
* Java petstore sample updated
* Fixes typo
* Adds validateAndBox method to all generated schemas
* Adds validateAndBox to all schemas
* Fixes json deserialization of numbers into doubles and longs
* Changes request bodies to use sealed interface nd record, updates schema and request body docs
* Adds missing methods and line breaks to docs
* Handles case where response lacks content
* Adds subpackage to responses
* Fixes response filenames in java
* Fixes MediaType usages in RequestBodySerializer and ResponseDeserializer
* Changes MediaType into sealed interface and record classes
* Updates response deserializer gson instance
* Updates request body dos to show sealed media type interface
* Fixes request body doc for content value, adds comment about schema generic
* Fixes response class names
* Fixes handling or responses with no schema definition
* Fixes solidus package path
* Adds validateAndBox method requiremnt for JsonSchemas
* Passes generic into JsonSchema classes
* Adds more needed JsonSchema ? generics
* Adds and uses deserializeBody method
* Adds more needed ? generecs for JsonSchemas
* Improves RequestBodySerializerTest
* Fixes validator tests
* Fixes build warnings
* Fixes java tests
* Response getBody methods generated
* Uses MapUtils.makeMap when there are no response schemas
* Petstore updated with response docs
* Samples and docs updated
* Sample regen with python fix
* Samples regen
* Fixes nullable check when using gson toJson
* Adds missing import
* Adds missing response class for java
* Adds another nullness fix
* Adds -e and -X flags to mvn test
* Adds mvn version info to log
* Adds java.net.http as a module when building
* Adds testCompilerArgument
* Surefire plugin updated
* Samples updated, maven-surefire-plugin version updated
* Updates parallelism to use classes
Copy file name to clipboardExpand all lines: samples/client/3_0_3_unit_test/java/docs/components/schemas/AdditionalpropertiesAllowsASchemaWhichShouldValidate.md
|static class|[AdditionalpropertiesCanExistByItself.AdditionalpropertiesCanExistByItself1BoxedMap](#additionalpropertiescanexistbyitself1boxedmap)<br> boxed class to store validated Map payloads |
15
+
|sealed interface|[AdditionalpropertiesCanExistByItself.AdditionalpropertiesCanExistByItself1Boxed](#additionalpropertiescanexistbyitself1boxed)<br> sealed interface for validated payloads|
16
+
|record|[AdditionalpropertiesCanExistByItself.AdditionalpropertiesCanExistByItself1BoxedMap](#additionalpropertiescanexistbyitself1boxedmap)<br> boxed class to store validated Map payloads |
17
17
| static class |[AdditionalpropertiesCanExistByItself.AdditionalpropertiesCanExistByItself1](#additionalpropertiescanexistbyitself1)<br> schema class |
18
18
| static class |[AdditionalpropertiesCanExistByItself.AdditionalpropertiesCanExistByItselfMapBuilder](#additionalpropertiescanexistbyitselfmapbuilder)<br> builder for Map payloads |
19
19
| static class |[AdditionalpropertiesCanExistByItself.AdditionalpropertiesCanExistByItselfMap](#additionalpropertiescanexistbyitselfmap)<br> output class for Map payloads |
|static class|[AdditionalpropertiesCanExistByItself.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)<br> boxed class to store validated boolean payloads |
20
+
|sealed interface|[AdditionalpropertiesCanExistByItself.AdditionalPropertiesBoxed](#additionalpropertiesboxed)<br> sealed interface for validated payloads|
21
+
|record|[AdditionalpropertiesCanExistByItself.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)<br> boxed class to store validated boolean payloads |
22
22
| static class |[AdditionalpropertiesCanExistByItself.AdditionalProperties](#additionalproperties)<br> schema class |
23
23
24
24
## AdditionalpropertiesCanExistByItself1Boxed
25
-
public static abstract sealed class AdditionalpropertiesCanExistByItself1Boxed<br>
25
+
public sealed interface AdditionalpropertiesCanExistByItself1Boxed<br>
0 commit comments