T - type of object inside listpublic class WildcardListModel<T> extends GenericBaseModel<List<? extends T>>
Model but for lists of serializable objects.| Constructor and Description |
|---|
WildcardListModel()
Creates empty model
|
WildcardListModel(List<? extends T> list)
Creates model that will contain
list |
| Modifier and Type | Method and Description |
|---|---|
protected List<? extends T> |
createSerializableVersionOf(List<? extends T> object)
Creates a serializable version of the object.
|
protected List<? extends T> createSerializableVersionOf(List<? extends T> object)
createSerializableVersionOf in class GenericBaseModel<List<? extends T>>objectCopyright © 2006–2014 Apache Software Foundation. All rights reserved.