Skip to content

Commit

Permalink
fix: missing method generation for Rx (#96)
Browse files Browse the repository at this point in the history
see vert-x3/vertx-rx#320

Signed-off-by: Pascal Krause <[email protected]>
  • Loading branch information
pk-work authored Jan 9, 2025
1 parent 507d459 commit 92808e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/io/vertx/openapi/validation/Parameter.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@

import io.vertx.codegen.annotations.CacheReturn;
import io.vertx.codegen.annotations.Nullable;
import io.vertx.codegen.annotations.VertxGen;
import io.vertx.core.buffer.Buffer;
import io.vertx.core.json.JsonArray;
import io.vertx.core.json.JsonObject;

@VertxGen(concrete = false)
public interface Parameter {
/**
* @return null if value is not a {@link String}, otherwise it returns value
Expand Down

0 comments on commit 92808e2

Please sign in to comment.