Uses of Interface
org.apache.camel.spi.TypeConverterRegistry
-
Packages that use TypeConverterRegistry Package Description org.apache.camel The core Camel API.org.apache.camel.spi 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 TypeConverterRegistry Modifier and Type Method Description TypeConverterRegistryCamelContext. getTypeConverterRegistry()Returns the type converter registry where type converters can be added or looked upMethods in org.apache.camel with parameters of type TypeConverterRegistry Modifier and Type Method Description voidCamelContext. 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 TypeConverterRegistry Modifier and Type Method Description voidTypeConverterLoader. load(TypeConverterRegistry registry)A pluggable strategy to load type converters into a registry from some kind of mechanism
-