public class IdentityAccessor<T> extends Object implements IValueAccessor<T>
| Constructor and Description |
|---|
IdentityAccessor() |
| Modifier and Type | Method and Description |
|---|---|
T |
getValue(Object in) |
boolean |
isReadOnly() |
void |
setValue(Object target,
T value) |
public T getValue(Object in) throws Exception
getValue in interface IValueTransformer<T>Exceptionpublic void setValue(Object target, T value) throws Exception
setValue in interface IValueAccessor<T>Exceptionpublic boolean isReadOnly()
isReadOnly in interface IValueAccessor<T>Copyright © 2017 etc.to. All rights reserved.