Modifier and Type | Field and Description |
---|---|
static String |
SMOOKS_RESULT_KEY |
Modifier and Type | Method and Description |
---|---|
static <T> T |
convertTo(Class<T> type,
org.apache.camel.Exchange exchange,
Object value,
org.apache.camel.spi.TypeConverterRegistry registry) |
static Node |
toDocument(DOMResult domResult) |
static Double |
toDouble(JavaResult.ResultMap result) |
static Integer |
toInteger(JavaResult.ResultMap result) |
static List |
toList(JavaResult.ResultMap javaResult,
org.apache.camel.Exchange exchange) |
static Map |
toMap(JavaResult.ResultMap resultBeans,
org.apache.camel.Exchange exchange) |
static StreamSource |
toStreamSource(StringResult stringResult) |
static String |
toString(StringResult result) |
public static final String SMOOKS_RESULT_KEY
@Converter public static List toList(JavaResult.ResultMap javaResult, org.apache.camel.Exchange exchange)
@Converter public static Integer toInteger(JavaResult.ResultMap result)
@Converter public static Double toDouble(JavaResult.ResultMap result)
@Converter public static String toString(StringResult result)
public static Map toMap(JavaResult.ResultMap resultBeans, org.apache.camel.Exchange exchange)
@Converter public static StreamSource toStreamSource(StringResult stringResult)
Copyright © 2020. All rights reserved.