| Interface | Description |
|---|---|
| RestContainer |
Container to hold
Rest. |
| Class | Description |
|---|---|
| DeleteVerbDefinition |
Rest DELETE command
|
| GetVerbDefinition |
Rest GET command
|
| HeadVerbDefinition |
Rest HEAD command
|
| OptionsVerbDefinition | Deprecated |
| PatchVerbDefinition |
Rest PATCH command
|
| PostVerbDefinition |
Rest POST command
|
| PutVerbDefinition |
Rest PUT command
|
| RestBindingDefinition |
To configure rest binding
|
| RestConfigurationDefinition |
To configure rest
|
| RestConstants | |
| RestDefinition |
Defines a rest service using the rest-dsl
|
| RestOperationParamDefinition |
To specify the rest operation parameters using Swagger.
|
| RestOperationResponseHeaderDefinition |
To specify the rest operation response headers using Swagger.
|
| RestOperationResponseMsgDefinition |
To specify the rest operation response messages using Swagger.
|
| RestPropertyDefinition |
A key value pair
|
| RestsDefinition |
A series of rest services defined using the rest-dsl
|
| RestSecuritiesDefinition |
To configure rest security definitions.
|
| RestSecurityApiKey |
Rest security basic auth definition
|
| RestSecurityBasicAuth |
Rest security basic auth definition
|
| RestSecurityDefinition |
To specify the rest security definitions using Swagger.
|
| RestSecurityOAuth2 |
Rest security OAuth2 definition
|
| SecurityDefinition |
Rest security definition
|
| VerbDefinition |
Rest command
|
| Enum | Description |
|---|---|
| CollectionFormat | |
| RestBindingMode | |
| RestHostNameResolver |
To configure the rest hostname resolver
|
| RestParamType |
Rest parameter types
|
Apache Camel