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 SummaryFields Modifier and Type Field Description java.lang.StringclassNamejava.lang.StringmethodNamejava.lang.Class[]parametersjava.lang.ClassreturnType
- 
Constructor SummaryConstructors Constructor Description DgmMethodRecord()
- 
Method SummaryModifier and Type Method Description static java.util.List<GeneratedMetaMethod.DgmMethodRecord>loadDgmInfo()static voidsaveDgmInfo(java.util.List<GeneratedMetaMethod.DgmMethodRecord> records, java.lang.String file)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
classNamepublic java.lang.String className
- 
methodNamepublic java.lang.String methodName
- 
returnTypepublic java.lang.Class returnType
- 
parameterspublic java.lang.Class[] parameters
 
- 
- 
Constructor Details- 
DgmMethodRecordpublic DgmMethodRecord()
 
- 
- 
Method Details- 
saveDgmInfopublic static void saveDgmInfo(java.util.List<GeneratedMetaMethod.DgmMethodRecord> records, java.lang.String file) throws java.io.IOException- Throws:
- java.io.IOException
 
- 
loadDgmInfopublic static java.util.List<GeneratedMetaMethod.DgmMethodRecord> loadDgmInfo() throws java.io.IOException- Throws:
- java.io.IOException
 
 
-