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
PropertyAccessor
get
in interface PropertyAccessor
bean
- must not be null.DatabindingException
public void set(Object bean, Object value) throws DatabindingException
PropertyAccessor
set
in interface PropertyAccessor
bean
- 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.)DatabindingException
Copyright © 2015 Oracle Corporation. All rights reserved.