void |
RestConfigurationDefinition.setApiProperties(List<RestPropertyDefinition> apiProperties) |
Allows to configure as many additional properties for the api documentation.
|
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 |
RestOperationParamDefinition.setExamples(List<RestPropertyDefinition> examples) |
Sets the parameter examples.
|
void |
RestOperationResponseMsgDefinition.setExamples(List<RestPropertyDefinition> examples) |
Examples of response messages
|
void |
RestSecurityOAuth2.setScopes(List<RestPropertyDefinition> scopes) |
The available scopes for an OAuth2 security scheme
|