@Converter public final class TypeConverter extends Object
Modifier and Type | Method and Description |
---|---|
static Boolean |
toBoolean(groovy.lang.GString value) |
static byte[] |
toByteArray(groovy.lang.GString value,
org.apache.camel.Exchange exchange) |
static char |
toChar(groovy.lang.GString value) |
static Double |
toDouble(groovy.lang.GString value) |
static Float |
toFloat(groovy.lang.GString value) |
static InputStream |
toInputStream(groovy.lang.GString value,
org.apache.camel.Exchange exchange) |
static Integer |
toInteger(groovy.lang.GString value) |
static Long |
toLong(groovy.lang.GString value) |
static StringReader |
toReader(groovy.lang.GString value) |
@Converter public static InputStream toInputStream(groovy.lang.GString value, org.apache.camel.Exchange exchange) throws IOException
IOException
@Converter public static byte[] toByteArray(groovy.lang.GString value, org.apache.camel.Exchange exchange) throws IOException
IOException
@Converter public static StringReader toReader(groovy.lang.GString value)
@Converter public static char toChar(groovy.lang.GString value)
@Converter public static Integer toInteger(groovy.lang.GString value)
@Converter public static Long toLong(groovy.lang.GString value)
@Converter public static Float toFloat(groovy.lang.GString value)
@Converter public static Double toDouble(groovy.lang.GString value)
@Converter public static Boolean toBoolean(groovy.lang.GString value)
Apache Camel