com.sun.xml.bind.v2.runtime.property

Class ArrayElementLeafProperty<BeanT,ListT,ItemT>

final class ArrayElementLeafProperty<BeanT,ListT,ItemT> extends ArrayElementProperty<BeanT,ListT,ItemT>

ArrayProperty that contains only one leaf type.

This class is optimized for the case where there's only one kind of types in the array and that type is a leaf type.

Constructor Summary
ArrayElementLeafProperty(JAXBContextImpl p, RuntimeElementPropertyInfo prop)
Method Summary
voidserializeItem(JaxBeanInfo bi, ItemT item, XMLSerializer w)

Constructor Detail

ArrayElementLeafProperty

public ArrayElementLeafProperty(JAXBContextImpl p, RuntimeElementPropertyInfo prop)

Method Detail

serializeItem

public void serializeItem(JaxBeanInfo bi, ItemT item, XMLSerializer w)