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) voidBacklogDebugger.setExchangePropertyOnBreakpoint(String nodeId, String exchangePropertyName, Object value) Sets the exchange property at the given breakpointvoidBacklogDebugger.setExchangePropertyOnBreakpoint(String nodeId, String exchangePropertyName, Object value, Class<?> type) Updates the exchange property at the given breakpointvoidBacklogDebugger.setExchangeVariableOnBreakpoint(String nodeId, String variableName, Object value) Updates/adds the variable (uses same type as old variableName value) on the suspended breakpoint at the given node idvoidBacklogDebugger.setExchangeVariableOnBreakpoint(String nodeId, String variableName, Object value, Class<?> type) Updates/adds the variable (with a new type) on the suspended breakpoint at the given node idvoidBacklogDebugger.setMessageHeaderOnBreakpoint(String nodeId, String headerName, Object value) Sets the message header at the given breakpointvoidBacklogDebugger.setMessageHeaderOnBreakpoint(String nodeId, String headerName, Object value, Class<?> type) Sets the message header at the given breakpoint