Package org.apache.camel.impl.converter
Class ToStringTypeConverter
java.lang.Object
org.apache.camel.support.TypeConverterSupport
org.apache.camel.impl.converter.ToStringTypeConverter
- All Implemented Interfaces:
org.apache.camel.TypeConverter
public class ToStringTypeConverter
extends org.apache.camel.support.TypeConverterSupport
A simple converter that can convert any object to a String type by using the toString() method of the object.
-
Field Summary
Fields inherited from interface org.apache.camel.TypeConverter
MISS_VALUE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.camel.support.TypeConverterSupport
allowNull, convertTo, mandatoryConvertTo, mandatoryConvertTo, tryConvertTo, tryConvertTo
-
Constructor Details
-
ToStringTypeConverter
public ToStringTypeConverter()
-
-
Method Details
-
convertTo
-