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
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
className
public String className
methodName
public String methodName
returnType
public Class returnType
parameters
public Class[] parameters
GeneratedMetaMethod.DgmMethodRecord
public GeneratedMetaMethod.DgmMethodRecord()
saveDgmInfo
public static void saveDgmInfo(List<GeneratedMetaMethod.DgmMethodRecord> records,
                               String file)
                        throws IOException
 
- Throws:
 IOException
 
loadDgmInfo
public static List<GeneratedMetaMethod.DgmMethodRecord> loadDgmInfo()
                                                             throws IOException,
                                                                    ClassNotFoundException
 
- Throws:
 IOException
ClassNotFoundException