com.sun.xml.bind.v2.runtime.property
public final class ValueProperty<BeanT> extends PropertyImpl<BeanT>
This one works for both leaves and nodes, scalars and arrays.
Constructor Summary | |
---|---|
ValueProperty(JAXBContextImpl context, RuntimeValuePropertyInfo prop) |
Method Summary | |
---|---|
void | buildChildElementUnmarshallers(UnmarshallerChain chainElem, QNameMap<ChildLoader> handlers) |
String | getIdValue(BeanT bean) |
PropertyKind | getKind() |
boolean | hasSerializeURIAction() |
void | reset(BeanT o) |
void | serializeBody(BeanT o, XMLSerializer w, Object outerPeer) |
void | serializeURIs(BeanT o, XMLSerializer w) |