Interface | Description |
---|---|
GenericResponse<T> |
A JAX-RS based response with additional generic information about the response entity body.
|
Class | Description |
---|---|
DelegatingGenericResponse<T> |
A
GenericResponse implementation that delegates to an underlying JAX-RS Response . |
ErrorBody |
A one-time stream of the response entity body representing an error.
|
GenericResponseBuilder<T> |
A class for building
GenericResponse instances. |
GenericResponseBuilderFactory |
A factory for creating an instance of a
GenericResponseBuilder . |
GenericResponses |
A class that contains most of the static utility methods for
GenericResponse
corresponding to the utility methods from the Response class. |
JaxRsModule |
A guice module for providing jax-rs specific bindings.
|
JaxRsParamConditions |
Simple static methods to be called at the start of jax-rs resource methods to verify correct
parameter conditions.
|
ResponseToStringWrapper | |
StreamingWriterOutput |
A streaming output for
OutputStreamWriter s. |
Annotation Type | Description |
---|---|
PATCH | Deprecated
Use PATCH annotation from JAX-RS 2.1, https://jax-rs.github.io/apidocs/2.1/javax/ws/rs/PATCH.html
|
Copyright © 2020 Cerner Innovation, Inc.. All rights reserved.