Class JAXBCollection<T>

java.lang.Object
org.verapdf.core.JAXBCollection<T>

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

    • JAXBCollection

      public JAXBCollection(Collection<T> contents)
    • JAXBCollection

      public JAXBCollection()
  • Method Details

    • getItems

      public List<T> getItems()