| Package | Description |
|---|---|
| org.milyn.javabean.pojogen |
| Modifier and Type | Method and Description |
|---|---|
JType |
JMethod.getReturnType() |
JType |
JNamedType.getType() |
| Modifier and Type | Method and Description |
|---|---|
Set<JType> |
JClass.getAnnotationTypes() |
Set<JType> |
JMethod.getExceptions() |
Set<JType> |
JClass.getExtendTypes() |
Set<JType> |
JClass.getImplementTypes() |
Set<JType> |
JClass.getRawImports() |
| Modifier and Type | Method and Description |
|---|---|
JMethod |
JMethod.addParameter(JType type,
String parameterName) |
| Constructor and Description |
|---|
JMethod(JType returnType,
String methodName) |
JNamedType(JType type,
String name) |
Copyright © 2016. All rights reserved.