Package | Description |
---|---|
javax.ws.rs |
High-level interfaces and annotations used to create RESTful service
resources.
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
org.jboss.resteasy.core | |
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.jsapi | |
org.jboss.resteasy.plugins.interceptors | |
org.jboss.resteasy.plugins.interceptors.encoding | |
org.jboss.resteasy.plugins.providers | |
org.jboss.resteasy.plugins.providers.atom | |
org.jboss.resteasy.plugins.providers.jackson | |
org.jboss.resteasy.plugins.providers.jaxb | |
org.jboss.resteasy.plugins.providers.jaxb.json | |
org.jboss.resteasy.plugins.providers.multipart | |
org.jboss.resteasy.plugins.stats | |
org.jboss.resteasy.spi | |
org.jboss.resteasy.spi.interception |
Class and Description |
---|
HttpMethod
Associates the name of a HTTP method with an annotation.
|
Class and Description |
---|
WebApplicationException
Runtime exception for applications.
|
Class and Description |
---|
WebApplicationException
Runtime exception for applications.
|
Class and Description |
---|
Consumes
Defines the media types that the methods of a resource class or
MessageBodyReader can accept. |
DefaultValue
Defines the default value of request metadata that is bound using one of the
following annotations:
PathParam ,
QueryParam ,
MatrixParam ,
CookieParam ,
FormParam ,
or HeaderParam . |
DELETE
Indicates that the annotated method responds to HTTP DELETE requests
|
GET
Indicates that the annotated method responds to HTTP GET requests
|
Path
Identifies the URI path that a resource class or class method will serve
requests for.
|
PathParam
Binds the value of a URI template parameter or a path segment
containing the template parameter to a resource method parameter, resource
class field, or resource class
bean property.
|
POST
Indicates that the annotated method responds to HTTP POST requests
|
QueryParam
Binds the value(s) of a HTTP query parameter to a resource method parameter,
resource class field, or resource class bean property.
|
WebApplicationException
Runtime exception for applications.
|
Class and Description |
---|
WebApplicationException
Runtime exception for applications.
|
Class and Description |
---|
Path
Identifies the URI path that a resource class or class method will serve
requests for.
|
Class and Description |
---|
WebApplicationException
Runtime exception for applications.
|
Class and Description |
---|
WebApplicationException
Runtime exception for applications.
|
Class and Description |
---|
Consumes
Defines the media types that the methods of a resource class or
MessageBodyReader can accept. |
Produces
Defines the media type(s) that the methods of a resource class or
MessageBodyWriter can produce. |
WebApplicationException
Runtime exception for applications.
|
Class and Description |
---|
Consumes
Defines the media types that the methods of a resource class or
MessageBodyReader can accept. |
Produces
Defines the media type(s) that the methods of a resource class or
MessageBodyWriter can produce. |
WebApplicationException
Runtime exception for applications.
|
Class and Description |
---|
Consumes
Defines the media types that the methods of a resource class or
MessageBodyReader can accept. |
Produces
Defines the media type(s) that the methods of a resource class or
MessageBodyWriter can produce. |
WebApplicationException
Runtime exception for applications.
|
Class and Description |
---|
Consumes
Defines the media types that the methods of a resource class or
MessageBodyReader can accept. |
Produces
Defines the media type(s) that the methods of a resource class or
MessageBodyWriter can produce. |
WebApplicationException
Runtime exception for applications.
|
Class and Description |
---|
Consumes
Defines the media types that the methods of a resource class or
MessageBodyReader can accept. |
Produces
Defines the media type(s) that the methods of a resource class or
MessageBodyWriter can produce. |
WebApplicationException
Runtime exception for applications.
|
Class and Description |
---|
Consumes
Defines the media types that the methods of a resource class or
MessageBodyReader can accept. |
Produces
Defines the media type(s) that the methods of a resource class or
MessageBodyWriter can produce. |
WebApplicationException
Runtime exception for applications.
|
Class and Description |
---|
GET
Indicates that the annotated method responds to HTTP GET requests
|
Path
Identifies the URI path that a resource class or class method will serve
requests for.
|
Produces
Defines the media type(s) that the methods of a resource class or
MessageBodyWriter can produce. |
Class and Description |
---|
WebApplicationException
Runtime exception for applications.
|
Class and Description |
---|
WebApplicationException
Runtime exception for applications.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.