Uses of Class
org.apache.camel.TypeConversionException
Packages that use TypeConversionException
-
Uses of TypeConversionException in org.apache.camel
Subclasses of TypeConversionException in org.apache.camelModifier and TypeClassDescriptionclassThrown when stream caching of a message body fails.Methods in org.apache.camel that throw TypeConversionExceptionModifier and TypeMethodDescription<T> @Nullable TConverts the value to the specified type<T> @Nullable TConverts the value to the specified type in the context of an exchange<T> TTypeConverter.mandatoryConvertTo(Class<T> type, @Nullable Object value) Converts the value to the specified type<T> TTypeConverter.mandatoryConvertTo(Class<T> type, @Nullable Exchange exchange, @Nullable 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> @Nullable TBulkTypeConverters.convertTo(Class<?> from, Class<T> to, @Nullable Exchange exchange, @Nullable Object value) Converts the value to the specified type in the context of an exchangedefault <T> @Nullable Tdefault <T> @Nullable Tdefault <T> TBulkTypeConverters.mandatoryConvertTo(Class<?> from, Class<T> to, @Nullable Exchange exchange, @Nullable Object value) Converts the value to the specified type in the context of an exchangedefault <T> TBulkTypeConverters.mandatoryConvertTo(Class<T> type, @Nullable Object value) default <T> TBulkTypeConverters.mandatoryConvertTo(Class<T> type, @Nullable Exchange exchange, @Nullable Object value) default <T> @Nullable TBulkTypeConverters.tryConvertTo(Class<?> from, Class<T> to, @Nullable Exchange exchange, @Nullable Object value) Tries to convert the value to the specified type, returning null if not possible to convert.