Uses of Interface
org.apache.camel.TypeConverters
-
Packages that use TypeConverters Package Description org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of TypeConverters in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type TypeConverters Modifier and Type Method Description void
TypeConverterRegistry. addTypeConverters(TypeConverters typeConverters)
Registers all the type converters from the class, each converter must be implemented as a method and annotated withConverter
.
-