Class TestRestController

java.lang.Object
org.tkit.onecx.quarkus.it.parameter.TestRestController

@Path("parameters") @Produces("application/json") @Consumes("application/json") public class TestRestController extends Object
  • Constructor Details

    • TestRestController

      public TestRestController()
  • Method Details

    • parameters

      @GET @Path("{name}/{type}") public jakarta.ws.rs.core.Response parameters(@PathParam("name") String name, @PathParam("type") String type)