[Java] Class DgmMethodRecord
- org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecord
- All Implemented Interfaces and Traits:
- Serializable
public static class GeneratedMetaMethod.DgmMethodRecord
Field Summary
Modifiers | Name | Description |
---|---|---|
String | className | |
String | methodName | |
Class[] | parameters | |
Class | returnType |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
static List<DgmMethodRecord> |
loadDgmInfo() | |
static void |
saveDgmInfo(List<DgmMethodRecord> records, String file) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail
public String className
public String methodName
public Class[] parameters
public Class returnType
Method Detail
public static List<DgmMethodRecord> loadDgmInfo()
public static void saveDgmInfo(List<DgmMethodRecord> records, String file)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/reflection/GeneratedMetaMethod.DgmMethodRecord.html