Uses of Class
org.apache.camel.model.PropertyDefinition
-
Packages that use PropertyDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules.org.apache.camel.model.cloud The JAXB POJOs for the remote service call DSLorg.apache.camel.model.dataformat The JAXB POJOs for the Data Formats used to marshal and unmarshal objects to and from streams inside components -
-
Uses of PropertyDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return types with arguments of type PropertyDefinition Modifier and Type Method Description List<PropertyDefinition>
PropertyDefinitions. getProperties()
List<PropertyDefinition>
RouteTemplateBeanDefinition. getProperties()
List<PropertyDefinition>
RouteDefinition. getRouteProperties()
Method parameters in org.apache.camel.model with type arguments of type PropertyDefinition Modifier and Type Method Description void
PropertyDefinitions. setProperties(List<PropertyDefinition> properties)
void
RouteTemplateBeanDefinition. setProperties(List<PropertyDefinition> properties)
Optional properties to set on the created local beanvoid
RouteDefinition. setRouteProperties(List<PropertyDefinition> routeProperties)
To set metadata as properties on the route. -
Uses of PropertyDefinition in org.apache.camel.model.cloud
Fields in org.apache.camel.model.cloud with type parameters of type PropertyDefinition Modifier and Type Field Description protected List<PropertyDefinition>
ServiceCallConfiguration. properties
Methods in org.apache.camel.model.cloud that return types with arguments of type PropertyDefinition Modifier and Type Method Description List<PropertyDefinition>
ServiceCallConfiguration. getProperties()
Method parameters in org.apache.camel.model.cloud with type arguments of type PropertyDefinition Modifier and Type Method Description void
ServiceCallConfiguration. setProperties(List<PropertyDefinition> properties)
Set client properties to use. -
Uses of PropertyDefinition in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return types with arguments of type PropertyDefinition Modifier and Type Method Description List<PropertyDefinition>
XStreamDataFormat. getAliases()
List<PropertyDefinition>
Any23DataFormat. getConfiguration()
List<PropertyDefinition>
XStreamDataFormat. getConverters()
List<PropertyDefinition>
XStreamDataFormat. getImplicitCollections()
List<PropertyDefinition>
XStreamDataFormat. getOmitFields()
Method parameters in org.apache.camel.model.dataformat with type arguments of type PropertyDefinition Modifier and Type Method Description void
XStreamDataFormat. setAliases(List<PropertyDefinition> aliases)
Alias a Class to a shorter name to be used in XML elements.void
Any23DataFormat. setConfiguration(List<PropertyDefinition> configuration)
Configurations for Apache Any23 as key-value pairs in order to customize the extraction process.void
XStreamDataFormat. setConverters(List<PropertyDefinition> converters)
List of class names for using custom XStream converters.void
XStreamDataFormat. setImplicitCollections(List<PropertyDefinition> implicitCollections)
Adds a default implicit collection which is used for any unmapped XML tag.void
XStreamDataFormat. setOmitFields(List<PropertyDefinition> omitFields)
Prevents a field from being serialized.
-