Class ModelRestController

java.lang.Object
org.tkit.onecx.quarkus.it.tenant.ModelRestController

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

    • ModelRestController

      public ModelRestController()
  • Method Details

    • getAll

      @GET public jakarta.ws.rs.core.Response getAll()
    • get

      @GET @Path("{id}") public jakarta.ws.rs.core.Response get(@PathParam("id") String id)