Serializablepublic static class GeneratedMetaMethod.DgmMethodRecord extends Object implements Serializable
| Modifier and Type | Field | Description |
|---|---|---|
String |
className |
|
String |
methodName |
|
Class[] |
parameters |
|
Class |
returnType |
| Constructor | Description |
|---|---|
DgmMethodRecord() |
| Modifier and Type | Method | Description |
|---|---|---|
static List<GeneratedMetaMethod.DgmMethodRecord> |
loadDgmInfo() |
|
static void |
saveDgmInfo(List<GeneratedMetaMethod.DgmMethodRecord> records,
String file) |
public String className
public String methodName
public Class returnType
public Class[] parameters
public static void saveDgmInfo(List<GeneratedMetaMethod.DgmMethodRecord> records, String file) throws IOException
IOExceptionpublic static List<GeneratedMetaMethod.DgmMethodRecord> loadDgmInfo() throws IOException
IOException