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