Uses of Interface
org.apache.camel.spi.TypeConverterRegistry
Packages that use TypeConverterRegistry
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of TypeConverterRegistry in org.apache.camel
Methods in org.apache.camel that return TypeConverterRegistryModifier and TypeMethodDescriptionCamelContext.getTypeConverterRegistry()Returns the type converter registry where type converters can be added or looked upMethods in org.apache.camel with parameters of type TypeConverterRegistryModifier and TypeMethodDescriptionvoidCamelContext.setTypeConverterRegistry(TypeConverterRegistry typeConverterRegistry) Configures the type converter registry to use, where type converters can be added or looked up. -
Uses of TypeConverterRegistry in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type TypeConverterRegistryModifier and TypeMethodDescriptionvoidTypeConverterLoader.load(TypeConverterRegistry registry) A pluggable strategy to load type converters into a registry from some kind of mechanism