public class RawAccessorWrapper extends Object implements PropertyAccessor
| Constructor and Description |
|---|
RawAccessorWrapper(com.sun.xml.bind.api.RawAccessor a) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(Object bean)
Gets the value of the property of the given bean object.
|
int |
hashCode() |
void |
set(Object bean,
Object value)
Sets the value of the property of the given bean object.
|
String |
toString() |
public Object get(Object bean) throws DatabindingException
PropertyAccessorget in interface PropertyAccessorbean - must not be null.DatabindingExceptionpublic void set(Object bean, Object value) throws DatabindingException
PropertyAccessorset in interface PropertyAccessorbean - must not be null.value - the value to be set. Setting value to null means resetting
to the VM default value (even for primitive properties.)DatabindingExceptionCopyright © 2015 Oracle Corporation. All rights reserved.