Class JAXBCollection<T>


  • public class JAXBCollection<T>
    extends Object
    Generic collection wrapper class. Makes it easier to (un)marshall a collectiono of a single type.
    Author:
    Arno Moonen
    • Constructor Detail

      • JAXBCollection

        public JAXBCollection​(Collection<T> contents)
      • JAXBCollection

        public JAXBCollection()
    • Method Detail

      • getItems

        public List<T> getItems()