Uses of Class
org.apache.camel.spi.Transformer
Packages that use Transformer
-
Uses of Transformer in org.apache.camel
Methods in org.apache.camel that return TransformerModifier and TypeMethodDescription@Nullable TransformerCamelContext.resolveTransformer(String name) Resolve a transformer given a scheme@Nullable TransformerCamelContext.resolveTransformer(DataType from, DataType to) Resolve a transformer given from/to data type. -
Uses of Transformer in org.apache.camel.spi
Subinterfaces with type arguments of type Transformer in org.apache.camel.spiModifier and TypeInterfaceDescriptioninterfaceRegistry that stores and resolvesTransformerinstances for Camel's data type contract mechanism.Methods in org.apache.camel.spi that return TransformerModifier and TypeMethodDescriptionModelReifierFactory.createTransformer(CamelContext camelContext, Object transformerDefinition) Creates the transformer from the model.@Nullable TransformerTransformerResolver.resolve(K key, CamelContext camelContext) Attempts to resolve the transformer for the given key.@Nullable TransformerTransformerRegistry.resolveTransformer(TransformerKey key) Lookup aTransformerin the registry which supports the transformation for the data types represented by the key.Set 'from' data type.Set the scheme and/or name for this transformer.Set the name for this transformer.Set 'to' data type.Methods in org.apache.camel.spi with parameters of type TransformerModifier and TypeMethodDescriptionstatic TransformerKeyTransformerKey.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.