public class Reference<T> extends GroovyObjectSupport implements Serializable
Represents a reference to a value
Type Params | Return Type | Name and description |
---|---|---|
|
public T |
get() |
|
public Object |
getProperty(String property) |
|
public Object |
invokeMethod(String name, Object args) |
|
public void |
set(T value) |
|
public void |
setProperty(String property, Object newValue) |
Methods inherited from class | Name |
---|---|
class GroovyObjectSupport |
getMetaClass, setMetaClass |
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.