Uses of Class
org.apache.camel.spi.Transformer
Packages that use Transformer
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of Transformer in org.apache.camel
Methods in org.apache.camel that return TransformerModifier and TypeMethodDescriptionCamelContext.resolveTransformer
(String name) Resolve a transformer given a schemeCamelContext.resolveTransformer
(DataType from, DataType to) Resolve a transformer given from/to data type. -
Uses of Transformer in org.apache.camel.spi
Methods in org.apache.camel.spi that return TransformerModifier and TypeMethodDescriptionModelReifierFactory.createTransformer
(CamelContext camelContext, Object transformerDefinition) Creates the transformer from the model.TransformerResolver.resolve
(K key, CamelContext camelContext) Attempts to resolve the transformer for the given key.TransformerRegistry.resolveTransformer
(TransformerKey key) Lookup aTransformer
in the registry which supports the transformation for the data types represented by the key.Set 'from' data type.Set the name for this transformer.Set the scheme and/or name for this transformer.Set 'to' data type.Methods in org.apache.camel.spi with parameters of type TransformerModifier and TypeMethodDescriptionstatic TransformerKey
TransformerKey.createFrom
(Transformer answer) Create the transformer key for the given transformer either using the transformer name or it's specified from/to data type name.