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

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

    • Resource

      public Resource()
  • Method Details

    • source

      @Path("source") @POST public jakarta.ws.rs.core.Response source(Source source)
    • map

      @Path("map") @POST @Produces("application/x-www-form-urlencoded") @Consumes("application/x-www-form-urlencoded") public jakarta.ws.rs.core.Response map(jakarta.ws.rs.core.MultivaluedMap<String,String> map)
    • chars

      @Path("char") @POST @Consumes("text/plain") @Produces("text/plain") public char chars(char symbol)
    • character

      @Path("character") @POST @Consumes("text/plain") @Produces("text/plain") public Character character(Character character)
    • bool

      @Path("bool") @POST @Consumes("text/plain") @Produces("text/plain") public boolean bool(boolean bool)
    • bigbool

      @Path("boolean") @POST @Consumes("text/plain") @Produces("text/plain") public Boolean bigbool(Boolean bool)
    • number

      @Path("bigdecimal") @POST @Consumes("text/plain") @Produces("text/plain") public BigDecimal number(BigDecimal number)
    • number

      @Path("integer") @POST @Consumes("text/plain") @Produces("text/plain") public Integer number(Integer number)
    • number

      @Path("biglong") @POST @Consumes("text/plain") @Produces("text/plain") public Long number(Long number)
    • number

      @Path("bigdouble") @POST @Consumes("text/plain") @Produces("text/plain") public Double number(Double number)
    • integer

      @Path("int") @POST @Consumes("text/plain") @Produces("text/plain") public int integer(int i)
    • l

      @Path("long") @POST @Consumes("text/plain") @Produces("text/plain") public long l(long l)