|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoTypeConversionAvailableException | |
---|---|
org.apache.camel | The JAXB POJOs for the XML Configuration of the routing rules. |
org.apache.camel.impl.converter | Default implementation classes the Type Conversion Strategies |
org.apache.camel.util | Utility classes used by the core of Camel and useful for Camel component developers |
Uses of NoTypeConversionAvailableException in org.apache.camel |
---|
Methods in org.apache.camel that throw NoTypeConversionAvailableException | ||
---|---|---|
|
TypeConverter.mandatoryConvertTo(Class<T> type,
Exchange exchange,
Object value)
Converts the value to the specified type in the context of an exchange Used when conversion requires extra information from the current exchange (such as encoding). |
|
|
TypeConverter.mandatoryConvertTo(Class<T> type,
Object value)
Converts the value to the specified type |
Uses of NoTypeConversionAvailableException in org.apache.camel.impl.converter |
---|
Methods in org.apache.camel.impl.converter that throw NoTypeConversionAvailableException | ||
---|---|---|
|
FutureTypeConverter.mandatoryConvertTo(Class<T> type,
Exchange exchange,
Object value)
|
|
|
DefaultTypeConverter.mandatoryConvertTo(Class<T> type,
Exchange exchange,
Object value)
|
|
|
FutureTypeConverter.mandatoryConvertTo(Class<T> type,
Object value)
|
|
|
DefaultTypeConverter.mandatoryConvertTo(Class<T> type,
Object value)
|
Uses of NoTypeConversionAvailableException in org.apache.camel.util |
---|
Methods in org.apache.camel.util that throw NoTypeConversionAvailableException | ||
---|---|---|
static
|
ExchangeHelper.convertToMandatoryType(Exchange exchange,
Class<T> type,
Object value)
Converts the value to the given expected type or throws an exception |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |