Uses of Class
org.apache.camel.spi.TransformerKey
Packages that use TransformerKey
-
Uses of TransformerKey in org.apache.camel.spi
Subinterfaces with type arguments of type TransformerKey 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 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 TypeMethodDescription@Nullable TransformerTransformerRegistry.resolveTransformer(TransformerKey key) Lookup aTransformerin the registry which supports the transformation for the data types represented by the key.