public static class GeneratedMetaMethod.DgmMethodRecord extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
String | 
className  | 
String | 
methodName  | 
Class[] | 
parameters  | 
Class | 
returnType  | 
| Constructor and Description | 
|---|
DgmMethodRecord()  | 
| Modifier and Type | Method and 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