Package gw.internal.gosu.parser
Class JavaPropertyInfo.PropertyAccessorAdaptor
- java.lang.Object
-
- gw.internal.gosu.parser.JavaPropertyInfo.PropertyAccessorAdaptor
-
- All Implemented Interfaces:
IPropertyAccessor
- Enclosing class:
- JavaPropertyInfo
public class JavaPropertyInfo.PropertyAccessorAdaptor extends Object implements IPropertyAccessor
-
-
Constructor Summary
Constructors Constructor Description PropertyAccessorAdaptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IJavaClassMethodgetGetterMethod()IJavaClassMethodgetSetterMethod()ObjectgetValue(Object ctx)voidsetValue(Object ctx, Object value)
-
-
-
Method Detail
-
getValue
public Object getValue(Object ctx)
- Specified by:
getValuein interfaceIPropertyAccessor
-
setValue
public void setValue(Object ctx, Object value)
- Specified by:
setValuein interfaceIPropertyAccessor
-
getGetterMethod
public IJavaClassMethod getGetterMethod()
-
getSetterMethod
public IJavaClassMethod getSetterMethod()
-
-