Uses of Class
org.apache.camel.model.transformer.TransformerDefinition
Packages that use TransformerDefinition
Package
Description
The JAXB POJOs for the XML Configuration of the routing
rules.
The JAXB POJOs for the Transformers used to transform message
contents according to declared data types inside components
-
Uses of TransformerDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return types with arguments of type TransformerDefinitionModifier and TypeMethodDescriptionModel.getTransformers()Gets the transformers that can be referenced in the routes.Methods in org.apache.camel.model with parameters of type TransformerDefinitionModifier and TypeMethodDescriptionvoidModelCamelContext.registerTransformer(TransformerDefinition transformer) Registers the route transformerMethod parameters in org.apache.camel.model with type arguments of type TransformerDefinitionModifier and TypeMethodDescriptionvoidModel.setTransformers(List<TransformerDefinition> transformers) Sets the transformers that can be referenced in the routes. -
Uses of TransformerDefinition in org.apache.camel.model.transformer
Subclasses of TransformerDefinition in org.apache.camel.model.transformerModifier and TypeClassDescriptionclassRepresents a CustomTransformer.classRepresents aDataFormatTransformerwhich leveragesDataFormatto perform transformation.classRepresents an endpointTransformerwhich leverages camelEndpointto perform transformation.classLoads one to manyTransformerviaTransformerLoader.Methods in org.apache.camel.model.transformer that return types with arguments of type TransformerDefinitionMethod parameters in org.apache.camel.model.transformer with type arguments of type TransformerDefinitionModifier and TypeMethodDescriptionvoidTransformersDefinition.setTransformers(List<TransformerDefinition> transformers) The configured transformers