public class PropertyAccessor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyAccessor.PropertyAccessType |
| Constructor and Description |
|---|
PropertyAccessor(Field field) |
PropertyAccessor(Method method) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Field |
getField() |
Method |
getMethod() |
PropertyAccessor.PropertyAccessType |
getPropertyAccessType() |
Object |
getValue(Object target) |
int |
hashCode() |
public PropertyAccessor(Method method)
public PropertyAccessor(Field field)
public Object getValue(Object target)
target - The object from which to get the value.public Method getMethod()
public Field getField()
public PropertyAccessor.PropertyAccessType getPropertyAccessType()
Copyright © 2013. All rights reserved.