Class CastorArrayList<E>

java.lang.Object
org.cristalise.kernel.utils.CastorArrayList<E>
Type Parameters:
E - the class specialisation
Direct Known Subclasses:
CollectionArrayList, CollectionMemberList, JobArrayList, ModuleImports, PropertyArrayList, PropertyDescriptionList

public abstract class CastorArrayList<E> extends Object
Wrapper for a root element to an ArrayList. Castor marshalls arraylists as multiple elements, so this class is needed to provide a root element to stop it crashing.
  • Field Details

  • Constructor Details

    • CastorArrayList

      public CastorArrayList()
    • CastorArrayList

      public CastorArrayList(List<E> list)
  • Method Details