Interface TestInterface

All Known Implementing Classes:
TestImpl

@Path("test2") @Consumes("application/json") @Produces("application/json") public interface TestInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
     
  • Method Details

    • test1

      @GET @Path("1") jakarta.ws.rs.core.Response test1()