public class FieldAccessor extends Object
| Constructor and Description |
|---|
FieldAccessor(Field field,
Method getterMethod,
Method setterMethod) |
public String getName()
public Class<?> getType()
public Field getField()
public Object get(Object target) throws IllegalAccessException, InvocationTargetException
public void set(Object target, Object value) throws IllegalAccessException, InvocationTargetException
Copyright © 2020. All rights reserved.