java.lang.Object
ee.jakarta.tck.ws.rs.spec.provider.standardwithjaxrsclient.Resource
@Path("resource")
public class Resource
extends Object
-
Constructor Summary
Constructors
-
Method Summary
boolean
char
int
long
jakarta.ws.rs.core.Response
jakarta.ws.rs.core.Response
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Resource
public Resource()
-
Method Details
-
-
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)