Class | Description |
---|---|
CollectionModel<T> |
Based on
Model but for any collections of serializable objects. |
GenericBaseModel<T> |
Base class for models that contain instances that do not appear to be serializable and cannot
thus use
Model directly. |
ListModel<T> |
Based on
Model but for lists of serializable objects. |
MapModel<K,V> |
Based on
Model but for maps of serializable objects. |
SetModel<T> |
Based on
Model but for sets of serializable objects. |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.