Package org.apache.camel.impl.converter
Class ArrayTypeConverter
- java.lang.Object
-
- org.apache.camel.support.TypeConverterSupport
-
- org.apache.camel.impl.converter.ArrayTypeConverter
-
- All Implemented Interfaces:
org.apache.camel.TypeConverter
public class ArrayTypeConverter extends org.apache.camel.support.TypeConverterSupportA type converter which is used to convert to and from array types particularly for derived types of array component types and dealing with primitive array types.
-
-
Constructor Summary
Constructors Constructor Description ArrayTypeConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TconvertTo(Class<T> type, org.apache.camel.Exchange exchange, Object value)
-