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
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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.