Uses of Class
org.apache.camel.NoTypeConversionAvailableException
-
Packages that use NoTypeConversionAvailableException 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 NoTypeConversionAvailableException in org.apache.camel
Methods in org.apache.camel that throw NoTypeConversionAvailableException Modifier and Type Method Description <T> T
TypeConverter. mandatoryConvertTo(Class<T> type, Object value)
Converts the value to the specified type<T> T
TypeConverter. 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 NoTypeConversionAvailableException Modifier and Type Method Description default <T> T
BulkTypeConverters. mandatoryConvertTo(Class<?> from, Class<T> to, Exchange exchange, Object value)
Converts the value to the specified type in the context of an exchangedefault <T> T
BulkTypeConverters. mandatoryConvertTo(Class<T> type, Object value)
default <T> T
BulkTypeConverters. mandatoryConvertTo(Class<T> type, Exchange exchange, Object value)
-