com.sun.xml.bind.v2.runtime.property
abstract class ArrayElementProperty<BeanT,ListT,ItemT> extends ArrayERProperty<BeanT,ListT,ItemT>
Field Summary | |
---|---|
protected RuntimeElementPropertyInfo | prop
Set by the constructor and reset in the wrapUp method. |
Constructor Summary | |
---|---|
protected | ArrayElementProperty(JAXBContextImpl grammar, RuntimeElementPropertyInfo prop) |
Method Summary | |
---|---|
void | createBodyUnmarshaller(UnmarshallerChain chain, QNameMap<ChildLoader> loaders) |
Accessor | getElementPropertyAccessor(String nsUri, String localName) |
PropertyKind | getKind() |
protected abstract void | serializeItem(JaxBeanInfo expected, ItemT item, XMLSerializer w)
Serializes one item of the property. |
protected void | serializeListBody(BeanT beanT, XMLSerializer w, ListT list) |
void | wrapUp() |