Uses of Class
org.apache.camel.model.config.PropertyDefinition

Packages that use PropertyDefinition
org.apache.camel.model.config The JAXB POJOs for various configurations for the XML Configuration of the routing rules. 
 

Uses of PropertyDefinition in org.apache.camel.model.config
 

Methods in org.apache.camel.model.config that return types with arguments of type PropertyDefinition
 List<PropertyDefinition> PropertiesDefinition.getProperties()
           
 

Method parameters in org.apache.camel.model.config with type arguments of type PropertyDefinition
 void PropertiesDefinition.setProperties(List<PropertyDefinition> properties)
           
 



Apache Camel