Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 59ed43c

Browse files
authored
Updates readme (#410)
1 parent f4f07d9 commit 59ed43c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ Currently, the following languages/frameworks are supported:
1717

1818
- python (Stability: Stable)
1919
- 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)
2220

2321
## Join Our Community
2422
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!
7169

7270
- v3.0.0 - [v3.1.0](docs/generators/java.md#schema-feature) OpenAPI Specification support for component schemas
7371
- 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.
7475
- Input types constrained for a Schema in SomeSchema.validate
7576
- validate method can accept arbitrary List/Map/null/int/long/double/float/String json data
7677
- Immutable List output classes generated and returned by validate for List<?> input

0 commit comments

Comments
 (0)