Enum | Description |
---|---|
Stream.MODE |
Annotation Type | Description |
---|---|
Body | |
ClientResponseType | Deprecated |
ContentEncoding |
Meta annotation that specifies a Content-Encoding to be applied via the annotated annotation
|
DecorateTypes |
Must be placed on a DecoratorProcessor class to specify the supported types
|
Decorator |
Meta-annotation to be placed on another annotation that triggers decoration
|
Form |
This can be used as a value object for incoming/outgoing request/responses.
|
GZIP | |
LinkHeaderParam | |
Query |
Created by Simon Ström on 7/11/14.
|
ResponseObject | |
SseElementType |
Use to indicate MediaType of elements in SSE streams.
|
Status | |
Stream |
Use on async streams to push them to the client as they become available
over the OutputStream, rather than collected into collections.
|
StringParameterUnmarshallerBinder |
Meta-annotation to be placed on another annotation that triggers a StringParameterUnmarshaller to be applied
to a string based annotation injector i.e.
|
Suspend | Deprecated
Replaced by javax.ws.rs.container.Suspended
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.