Class ArrayTypeConverter

  • All Implemented Interfaces:
    org.apache.camel.TypeConverter

    public class ArrayTypeConverter
    extends org.apache.camel.support.TypeConverterSupport
    A 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 Detail

      • ArrayTypeConverter

        public ArrayTypeConverter()
    • Method Detail

      • convertTo

        public <T> T convertTo​(Class<T> type,
                               org.apache.camel.Exchange exchange,
                               Object value)