Uses of Class
org.apache.camel.NoTypeConversionAvailableException
Packages that use NoTypeConversionAvailableException
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of NoTypeConversionAvailableException in org.apache.camel
Methods in org.apache.camel that throw NoTypeConversionAvailableExceptionModifier and TypeMethodDescription<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 NoTypeConversionAvailableException in org.apache.camel.spi
Methods in org.apache.camel.spi that throw NoTypeConversionAvailableExceptionModifier and TypeMethodDescriptiondefault <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)