Uses of Class
org.apache.camel.spi.TransformerKey
Packages that use TransformerKey
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of TransformerKey in org.apache.camel.spi
Methods in org.apache.camel.spi that return TransformerKeyModifier 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.Methods in org.apache.camel.spi with parameters of type TransformerKeyModifier and TypeMethodDescriptionTransformerRegistry.resolveTransformer(TransformerKey key) Lookup aTransformerin the registry which supports the transformation for the data types represented by the key.