public final class PropertyAccessor extends AbstractAccessor implements TypeAwareAccessor
| Constructor and Description |
|---|
PropertyAccessor(String propertyName,
Method readMethod,
Method writeMethod) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object target) |
Element |
getPathElement() |
String |
getPropertyName() |
Class<?> |
getType() |
void |
set(Object target,
Object value) |
String |
toString() |
void |
unset(Object target) |
getCategories, isEqualsOnly, isIgnored, setCategories, setEqualsOnly, setIgnoredclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCategories, isEqualsOnly, isIgnoredpublic Class<?> getType()
getType in interface TypeAwareAccessorpublic String getPropertyName()
public Element getPathElement()
getPathElement in interface PropertyDescriptorCopyright © 2012. All Rights Reserved.