Package org.codehaus.groovy.reflection
Class GeneratedMetaMethod.DgmMethodRecord
java.lang.Object
org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecord
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GeneratedMetaMethod
public static class GeneratedMetaMethod.DgmMethodRecord extends Object implements Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description String
className
String
methodName
Class[]
parameters
Class
returnType
-
Constructor Summary
Constructors Constructor Description DgmMethodRecord()
-
Method Summary
Modifier and Type Method Description static List<GeneratedMetaMethod.DgmMethodRecord>
loadDgmInfo()
static void
saveDgmInfo(List<GeneratedMetaMethod.DgmMethodRecord> records, String file)
-
Field Details
-
className
-
methodName
-
returnType
-
parameters
-
-
Constructor Details
-
DgmMethodRecord
public DgmMethodRecord()
-
-
Method Details
-
saveDgmInfo
public static void saveDgmInfo(List<GeneratedMetaMethod.DgmMethodRecord> records, String file) throws IOException- Throws:
IOException
-
loadDgmInfo
- Throws:
IOException
-