[Java] Class DgmMethodRecord

  • org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecord
All Implemented Interfaces and Traits:
Serializable
public static class GeneratedMetaMethod.DgmMethodRecord

Field Summary

Fields
Modifiers Name Description
String className
String methodName
Class[] parameters
Class returnType

Methods Summary

Methods
Type Params Return Type Name and description
static List<DgmMethodRecord> loadDgmInfo()
static void saveDgmInfo(List<DgmMethodRecord> records, String file)

Inherited Methods Summary

Inherited Methods
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.5.14/html/gapi/org/codehaus/groovy/reflection/GeneratedMetaMethod.DgmMethodRecord.html