Skip to content

Commit 24895e5

Browse files
committed
Add "generateAsyncApi" to README.md
1 parent 1ea0234 commit 24895e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Please refer to:
2929
| subscriptionReturnType | String | Empty | Return type for subscription methods. For example: `org.reactivestreams.Publisher`, `io.reactivex.Observable`, etc. |
3030
| generateEqualsAndHashCode | Boolean | False | Specifies whether generated model classes should have equals and hashCode methods defined. |
3131
| generateToString | Boolean | False | Specifies whether generated model classes should have toString method defined. |
32+
| generateAsyncApi | Boolean | False | If true, then wrap type into `java.util.concurrent.CompletableFuture` or `subscriptionReturnType` |
3233
| jsonConfigurationFile | String | Empty | Path to an external mapping configuration. |
3334

3435
### External mapping configuration

0 commit comments

Comments
 (0)