| Class | Description |
|---|---|
| RestConfigApply |
Applies
Rest annotations to a PropertyStoreBuilder. |
| RestMethodConfigApply |
Applies
RestMethod annotations to a PropertyStoreBuilder. |
| RestResourceConfigApply | Deprecated |
| Enum | Description |
|---|---|
| HookEvent |
Identifies servlet and REST call lifecycle events which cause
@RestHook-annotated Java methods
to be called. |
| Annotation Type | Description |
|---|---|
| Attr |
REST request attribute annotation.
|
| HtmlDoc | Deprecated
Use
HtmlDocConfig |
| Logging |
Configures the
RestCallLogger used by REST classes and methods. |
| LoggingRule |
Represents a single logging rule for how to handle logging of HTTP requests/responses.
|
| Method |
Annotation that can be applied to a parameter of a
@RestMethod annotated method to identify it as the HTTP
method. |
| MethodSwagger |
Extended annotation for
RestMethod.swagger(). |
| Property |
Property name/value pair used in the
@Rest(properties) annotation. |
| ResourceSwagger |
Extended annotation for
@Rest(swagger). |
| Rest |
Used to denote that a class is a REST resource and to associate metadata on it.
|
| RestHook |
Identifies Java methods on a resource/servlet class that get invoked during particular lifecycle events of
the servlet or REST call.
|
| RestMethod |
Identifies a REST Java method on a
RestServlet implementation class. |
| RestResource | Deprecated
Use
Rest |
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.