Uses of Class
org.apache.camel.model.rest.RestPropertyDefinition

Packages that use RestPropertyDefinition
org.apache.camel.model.rest The JAXB POJOs for the REST DSL 
 

Uses of RestPropertyDefinition in org.apache.camel.model.rest
 

Methods in org.apache.camel.model.rest that return types with arguments of type RestPropertyDefinition
 List<RestPropertyDefinition> RestConfigurationDefinition.getComponentProperties()
           
 List<RestPropertyDefinition> RestConfigurationDefinition.getConsumerProperties()
           
 List<RestPropertyDefinition> RestConfigurationDefinition.getDataFormatProperties()
           
 List<RestPropertyDefinition> RestConfigurationDefinition.getEndpointProperties()
           
 

Method parameters in org.apache.camel.model.rest with type arguments of type RestPropertyDefinition
 void RestConfigurationDefinition.setComponentProperties(List<RestPropertyDefinition> componentProperties)
           
 void RestConfigurationDefinition.setConsumerProperties(List<RestPropertyDefinition> consumerProperties)
           
 void RestConfigurationDefinition.setDataFormatProperties(List<RestPropertyDefinition> dataFormatProperties)
           
 void RestConfigurationDefinition.setEndpointProperties(List<RestPropertyDefinition> endpointProperties)
           
 



Apache Camel