java.lang.Object
ee.jakarta.tck.ws.rs.spec.provider.visibility.Resource

@Path("resource") public class Resource extends Object
  • Constructor Details

    • Resource

      public Resource()
  • Method Details

    • contextresolver

      @Path("contextresolver") @GET public jakarta.ws.rs.core.Response contextresolver(@Context jakarta.ws.rs.ext.Providers providers)
    • exceptionMapper

      @Path("exceptionmapper") @GET public String exceptionMapper()
    • bodyWriter

      @Path("bodywriter") @GET public DummyClass bodyWriter()
    • bodyWriter

      @Path("bodyreader") @POST public String bodyWriter(String text)