public class RawAccessorWrapper extends Object implements PropertyAccessor
| Constructor and Description |
|---|
RawAccessorWrapper(com.sun.xml.bind.api.RawAccessor a) |
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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.