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.
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,6 @@ Currently, the following languages/frameworks are supported:
17
17
18
18
- python (Stability: Stable)
19
19
- java (Stability: Experimental)
20
-
- So far schema validation for v3.0.0-v3.1.0 has been implemented for Java
21
-
- If you want to use this generator as a Java client, please consider filing PRs adding openapi features in [this project](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/issues/290)
22
20
23
21
## Join Our Community
24
22
We use a Discord server as a place to ask questions and help each other. It offers functionality very similar to Slack.
@@ -71,6 +69,9 @@ And many more!
71
69
72
70
- v3.0.0 - [v3.1.0](docs/generators/java.md#schema-feature) OpenAPI Specification support for component schemas
73
71
- Very [thorough documentation generated in the style of javadocs, includes code samples](samples/client/petstore/java/docs/components/schemas/Money.md#money)
72
+
- Sealed classes used to define different endpoint responses.
73
+
Sealed classes used to define different response body classes.
74
+
Endpoint code samples include exhaustive handling of the sealed classes.
74
75
- Input types constrained for a Schema in SomeSchema.validate
75
76
- validate method can accept arbitrary List/Map/null/int/long/double/float/String json data
76
77
- Immutable List output classes generated and returned by validate for List<?> input
0 commit comments