Package | Description |
---|---|
org.apache.camel.model.rest |
The JAXB POJOs for the REST DSL
|
Modifier and Type | Method and Description |
---|---|
List<RestPropertyDefinition> |
RestConfigurationDefinition.getApiProperties() |
List<RestPropertyDefinition> |
RestConfigurationDefinition.getComponentProperties() |
List<RestPropertyDefinition> |
RestConfigurationDefinition.getConsumerProperties() |
List<RestPropertyDefinition> |
RestConfigurationDefinition.getCorsHeaders() |
List<RestPropertyDefinition> |
RestConfigurationDefinition.getDataFormatProperties() |
List<RestPropertyDefinition> |
RestConfigurationDefinition.getEndpointProperties() |
List<RestPropertyDefinition> |
RestOperationResponseMsgDefinition.getExamples() |
List<RestPropertyDefinition> |
RestOperationParamDefinition.getExamples() |
List<RestPropertyDefinition> |
RestSecurityOAuth2.getScopes() |
Modifier and Type | Method and Description |
---|---|
void |
RestConfigurationDefinition.setApiProperties(List<RestPropertyDefinition> apiProperties)
Allows to configure as many additional properties for the api documentation (swagger).
|
void |
RestConfigurationDefinition.setComponentProperties(List<RestPropertyDefinition> componentProperties)
Allows to configure as many additional properties for the rest component in use.
|
void |
RestConfigurationDefinition.setConsumerProperties(List<RestPropertyDefinition> consumerProperties)
Allows to configure as many additional properties for the rest consumer in use.
|
void |
RestConfigurationDefinition.setCorsHeaders(List<RestPropertyDefinition> corsHeaders)
Allows to configure custom CORS headers.
|
void |
RestConfigurationDefinition.setDataFormatProperties(List<RestPropertyDefinition> dataFormatProperties)
Allows to configure as many additional properties for the data formats in use.
|
void |
RestConfigurationDefinition.setEndpointProperties(List<RestPropertyDefinition> endpointProperties)
Allows to configure as many additional properties for the rest endpoint in use.
|
void |
RestOperationResponseMsgDefinition.setExamples(List<RestPropertyDefinition> examples)
Examples of response messages
|
void |
RestOperationParamDefinition.setExamples(List<RestPropertyDefinition> examples)
Sets the Swagger Parameter examples.
|
void |
RestSecurityOAuth2.setScopes(List<RestPropertyDefinition> scopes)
The available scopes for an OAuth2 security scheme
|
Apache Camel