Uses of Class
org.apache.camel.TypeConversionException
Packages that use TypeConversionException
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of TypeConversionException in org.apache.camel
Subclasses of TypeConversionException in org.apache.camelMethods in org.apache.camel that throw TypeConversionExceptionModifier and TypeMethodDescription<T> TConverts the value to the specified type<T> TConverts the value to the specified type in the context of an exchange<T> TTypeConverter.mandatoryConvertTo(Class<T> type, Object value) Converts the value to the specified type<T> TTypeConverter.mandatoryConvertTo(Class<T> type, Exchange exchange, Object value) Converts the value to the specified type in the context of an exchange -
Uses of TypeConversionException in org.apache.camel.spi
Methods in org.apache.camel.spi that throw TypeConversionExceptionModifier and TypeMethodDescription<T> TConverts the value to the specified type in the context of an exchangedefault <T> Tdefault <T> Tdefault <T> TBulkTypeConverters.mandatoryConvertTo(Class<?> from, Class<T> to, Exchange exchange, Object value) Converts the value to the specified type in the context of an exchangedefault <T> TBulkTypeConverters.mandatoryConvertTo(Class<T> type, Object value) default <T> TBulkTypeConverters.mandatoryConvertTo(Class<T> type, Exchange exchange, Object value) default <T> TBulkTypeConverters.tryConvertTo(Class<?> from, Class<T> to, Exchange exchange, Object value) Tries to convert the value to the specified type, returning null if not possible to convert.