Package org.apache.camel.spi
Interface TransformerLoader
public interface TransformerLoader
A pluggable strategy to load data types into a
TransformerRegistry. Loads one to many data type transformers
to the given registry.-
Method Summary
Modifier and TypeMethodDescriptionvoidload(TransformerRegistry registry) A pluggable strategy to load transformers into a given registry.
-
Method Details
-
load
A pluggable strategy to load transformers into a given registry.- Parameters:
registry- the registry the transformers get added to.
-