Uses of Class
org.apache.camel.model.rest.RestPropertyDefinition
Packages that use RestPropertyDefinition
-
Uses of RestPropertyDefinition in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return types with arguments of type RestPropertyDefinitionModifier and TypeMethodDescriptionRestConfigurationDefinition.getApiProperties()RestConfigurationDefinition.getComponentProperties()RestConfigurationDefinition.getConsumerProperties()RestConfigurationDefinition.getCorsHeaders()RestConfigurationDefinition.getDataFormatProperties()RestConfigurationDefinition.getEndpointProperties()ParamDefinition.getExamples()ResponseMessageDefinition.getExamples()OAuth2Definition.getScopes()Method parameters in org.apache.camel.model.rest with type arguments of type RestPropertyDefinitionModifier and TypeMethodDescriptionvoidRestConfigurationDefinition.setApiProperties(List<RestPropertyDefinition> apiProperties) Allows to configure as many additional properties for the api documentation.voidRestConfigurationDefinition.setComponentProperties(List<RestPropertyDefinition> componentProperties) Allows to configure as many additional properties for the rest component in use.voidRestConfigurationDefinition.setConsumerProperties(List<RestPropertyDefinition> consumerProperties) Allows to configure as many additional properties for the rest consumer in use.voidRestConfigurationDefinition.setCorsHeaders(List<RestPropertyDefinition> corsHeaders) Allows to configure custom CORS headers.voidRestConfigurationDefinition.setDataFormatProperties(List<RestPropertyDefinition> dataFormatProperties) Allows to configure as many additional properties for the data formats in use.voidRestConfigurationDefinition.setEndpointProperties(List<RestPropertyDefinition> endpointProperties) Allows to configure as many additional properties for the rest endpoint in use.voidParamDefinition.setExamples(List<RestPropertyDefinition> examples) Sets the parameter examples.voidResponseMessageDefinition.setExamples(List<RestPropertyDefinition> examples) Examples of response messagesvoidOAuth2Definition.setScopes(List<RestPropertyDefinition> scopes) The available scopes for an OAuth2 security scheme