public class JavaPropertyInfo.PropertyAccessorAdaptor extends Object implements IPropertyAccessor
| Constructor and Description |
|---|
PropertyAccessorAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
IJavaClassMethod |
getGetterMethod() |
IJavaClassMethod |
getSetterMethod() |
Object |
getValue(Object ctx) |
void |
setValue(Object ctx,
Object value) |
public Object getValue(Object ctx)
getValue in interface IPropertyAccessorpublic void setValue(Object ctx, Object value)
setValue in interface IPropertyAccessorpublic IJavaClassMethod getGetterMethod()
public IJavaClassMethod getSetterMethod()
Copyright © 2016. All rights reserved.