| com.sun.xml.bind.v2.runtime.property.Property
Property | public interface Property extends StructureLoaderBuilder(Code) | | A JAXB property that constitutes a JAXB-bound bean.
author: Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) |
getElementPropertyAccessor | Accessor getElementPropertyAccessor(String nsUri, String localName)(Code) | | If this property is mapped to the specified element,
return an accessor to it.
null if the property is not mapped to the specified element. |
reset | void reset(BeanT o) throws AccessorException(Code) | | Resets the property value on the given object.
... for example by setting 0 or null.
|
wrapUp | void wrapUp()(Code) | | Called at the end of the
JAXBContext initialization phase
to clean up any unnecessary references.
|
|
|