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)
-
Constructor Details
-
TestRestController
public TestRestController()
-
-
Method Details
-
parameters
-