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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Responseparameters(String name, String type) jakarta.ws.rs.core.Response
-
Constructor Details
-
TestRestController
public TestRestController()
-
-
Method Details
-
parameters
-
testParam
@GET @Path("testParam") public jakarta.ws.rs.core.Response testParam()
-