public class ExpectObjectWrapperWrapper extends groovy.lang.GroovyObjectSupport implements WrappedObject<Object>, groovy.lang.GroovyInterceptable
| Constructor and Description |
|---|
ExpectObjectWrapperWrapper(Object realValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getProperty(String property) |
Object |
getRealValue() |
Object |
getValue()
Get the underline object, please note this may still return a WrappedObject
|
int |
hashCode() |
Object |
invokeMethod(String name,
Object args)
All method call will goes here first as we implements GroovyInterceptable
|
void |
leftShift(Object obj) |
static void |
leftShift(Object self,
Object obj) |
Object |
minus(Object obj) |
Object |
plus(Object obj) |
void |
setValue(Object value) |
String |
toString() |
getMetaClass, setMetaClass, setPropertypublic ExpectObjectWrapperWrapper(Object realValue)
public void leftShift(Object obj)
public Object getRealValue()
public Object getValue()
WrappedObjectgetValue in interface WrappedObject<Object>public void setValue(Object value)
setValue in interface WrappedObject<Object>public Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class groovy.lang.GroovyObjectSupportCopyright © 2019. All rights reserved.