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 |
---|
GeneratedMetaMethod.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
IOException
public static List<GeneratedMetaMethod.DgmMethodRecord> loadDgmInfo() throws IOException, ClassNotFoundException
IOException
ClassNotFoundException