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 componentsorg.apache.camel.model.language -
-
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>BeanFactoryDefinition. getProperties()List<PropertyDefinition>PropertyDefinitions. getProperties()List<PropertyDefinition>RouteDefinition. getRouteProperties()Method parameters in org.apache.camel.model with type arguments of type PropertyDefinition Modifier and Type Method Description voidBeanFactoryDefinition. setProperties(List<PropertyDefinition> properties)Optional properties to set on the created local beanvoidPropertyDefinitions. setProperties(List<PropertyDefinition> properties)voidRouteDefinition. 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. propertiesMethods 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 voidServiceCallConfiguration. 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 voidXStreamDataFormat. setAliases(List<PropertyDefinition> aliases)Alias a Class to a shorter name to be used in XML elements.voidAny23DataFormat. setConfiguration(List<PropertyDefinition> configuration)Configurations for Apache Any23 as key-value pairs in order to customize the extraction process.voidXStreamDataFormat. setConverters(List<PropertyDefinition> converters)List of class names for using custom XStream converters.voidXStreamDataFormat. setImplicitCollections(List<PropertyDefinition> implicitCollections)Adds a default implicit collection which is used for any unmapped XML tag.voidXStreamDataFormat. setOmitFields(List<PropertyDefinition> omitFields)Prevents a field from being serialized. -
Uses of PropertyDefinition in org.apache.camel.model.language
Methods in org.apache.camel.model.language that return types with arguments of type PropertyDefinition Modifier and Type Method Description List<PropertyDefinition>NamespaceAwareExpression. getNamespace()Method parameters in org.apache.camel.model.language with type arguments of type PropertyDefinition Modifier and Type Method Description voidNamespaceAwareExpression. setNamespace(List<PropertyDefinition> namespace)Injects the XML Namespaces of prefix -> uri mappings
-