@Deprecated public final class PropertyAccessor<T> extends Object implements IValueAccessor<T>
| Constructor and Description |
|---|
PropertyAccessor(Method getmethod,
Method setmethod,
PropertyMetaModel<T> pmm)
Deprecated.
|
PropertyAccessor(PropertyDescriptor pd,
PropertyMetaModel<T> pmm)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getValue(Object in)
Deprecated.
Retrieve the value from this object.
|
boolean |
isReadOnly()
Deprecated.
|
void |
setValue(Object target,
T value)
Deprecated.
|
public PropertyAccessor(Method getmethod, Method setmethod, PropertyMetaModel<T> pmm)
public PropertyAccessor(PropertyDescriptor pd, PropertyMetaModel<T> pmm)
public void setValue(Object target, T value) throws Exception
setValue in interface IValueAccessor<T>Exceptionpublic T getValue(Object in) throws Exception
getValue in interface IValueTransformer<T>ExceptionIValueTransformer.getValue(java.lang.Object)public boolean isReadOnly()
isReadOnly in interface IValueAccessor<T>Copyright © 2017 etc.to. All rights reserved.