| 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(org.dhatim.payload.JavaResult.ResultMap result) |
static Integer |
toInteger(org.dhatim.payload.JavaResult.ResultMap result) |
static List |
toList(org.dhatim.payload.JavaResult.ResultMap javaResult,
org.apache.camel.Exchange exchange) |
static Map |
toMap(org.dhatim.payload.JavaResult.ResultMap resultBeans,
org.apache.camel.Exchange exchange) |
static StreamSource |
toStreamSource(org.dhatim.payload.StringResult stringResult) |
static String |
toString(org.dhatim.payload.StringResult result) |
public static final String SMOOKS_RESULT_KEY
@Converter public static List toList(org.dhatim.payload.JavaResult.ResultMap javaResult, org.apache.camel.Exchange exchange)
@Converter public static Integer toInteger(org.dhatim.payload.JavaResult.ResultMap result)
@Converter public static Double toDouble(org.dhatim.payload.JavaResult.ResultMap result)
@Converter public static String toString(org.dhatim.payload.StringResult result)
public static Map toMap(org.dhatim.payload.JavaResult.ResultMap resultBeans, org.apache.camel.Exchange exchange)
@Converter public static StreamSource toStreamSource(org.dhatim.payload.StringResult stringResult)
Copyright © 2017. All rights reserved.