@Path("/test")
@ApplicationScoped
public class Application
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Application
public Application()
-
Method Details
-
loadRoutes
@POST
@Path("/load-routes/{name}")
@Consumes("text/plain")
@Produces("application/json")
public jakarta.json.JsonObject loadRoutes(@PathParam("name")
String name,
String code)
throws Exception
- Throws:
Exception