public class StaticMethodTypeConverter
extends org.apache.camel.support.TypeConverterSupport
TypeConverter implementation which invokes a static method to convert from a type to another type| Constructor and Description |
|---|
StaticMethodTypeConverter(Method method,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowNull() |
<T> T |
convertTo(Class<T> type,
org.apache.camel.Exchange exchange,
Object value) |
String |
toString() |
public StaticMethodTypeConverter(Method method, boolean allowNull)
Apache Camel