T - type of object inside collectionpublic class WildcardCollectionModel<T> extends GenericBaseModel<Collection<? extends T>>
Model but for any collections of serializable objects.| Constructor and Description |
|---|
WildcardCollectionModel()
Creates empty model
|
WildcardCollectionModel(Collection<? extends T> collection)
Creates model that will contain
collection |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<? extends T> |
createSerializableVersionOf(Collection<? extends T> object)
Creates a serializable version of the object.
|
public WildcardCollectionModel()
public WildcardCollectionModel(Collection<? extends T> collection)
collectioncollection - protected Collection<? extends T> createSerializableVersionOf(Collection<? extends T> object)
createSerializableVersionOf in class GenericBaseModel<Collection<? extends T>>objectCopyright © 2006–2014 Apache Software Foundation. All rights reserved.