public final class DataType extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DataType.Type
The supported data types.
|
Modifier and Type | Method and Description |
---|---|
String |
getSubType()
Optional sub type to qualify the data type such as a java fully qualified class name, or a xml namespace etc
|
DataType.Type |
getType()
The type one of none, any (you can also use * as any), java, text, xml, or json.
|
String |
toString() |
public DataType.Type getType()
public String getSubType()
Apache Camel