com.sun.xml.bind.v2.model.core
public interface ArrayInfo<T,C> extends NonElement<T,C>
Most of the times arrays are treated as properties of their enclosing classes, but sometimes we do need to map an array class to its own XML type. This object is used for that purpose.
Method Summary | |
---|---|
NonElement<T,C> | getItemType()
T of T[]. |
Returns: never null