| Package | Description |
|---|---|
| org.apache.camel.tooling.util.srcgen |
| Modifier and Type | Method and Description |
|---|---|
GenericType |
GenericType.getActualTypeArgument(int i) |
GenericType |
Method.getReturnType() |
GenericType |
Property.getType() |
GenericType |
Param.getType() |
GenericType |
Field.getType() |
static GenericType |
GenericType.parse(String type,
ClassLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
Method |
Method.addParameter(GenericType type,
String name) |
Method |
Method.addParameter(GenericType type,
String name,
boolean vararg) |
Property |
JavaClass.addProperty(GenericType type,
String name) |
Method |
Method.addThrows(GenericType type) |
Method |
Method.setReturnType(GenericType returnType) |
void |
Property.setType(GenericType type) |
Field |
Field.setType(GenericType type) |
| Constructor and Description |
|---|
GenericType(Class clazz,
GenericType... parameters) |
GenericType(Class clazz,
GenericType.BoundType boundType,
GenericType... parameters) |
Param(GenericType type,
String name) |
Param(GenericType type,
String name,
boolean vararg) |
Property(GenericType type,
String name) |
Apache Camel