Andrei Zagorneanu

Results 1 issues of Andrei Zagorneanu

Given the following endpoint and response classes: ``` @Path("/test_polymorphic") @Tag(name = "/test_polymorphic") public interface PolymorphicEntityEndpoints { @GET @Path("/{id}") @Operation(summary = "Get the entity by id") EntityResponse get( @Parameter(description = "The...