Class SimpleHomogeneousList
java.lang.Object
org.eclipse.persistence.jpa.rs.util.list.SimpleHomogeneousList
This class is used to wrap collection of homogeneous simple java type attributes, such as
Strings, Integers, etc..., and MUST NOT be used to wrap collection of attributes with the type
that is assignable from PersistenceWeavedRest.
- Author:
- gonural
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SimpleHomogeneousList
public SimpleHomogeneousList()Instantiates a new simple list.
-
-
Method Details
-
getItems
Gets the items.- Returns:
- the items
-
setItems
Sets the items.- Parameters:
items
- the new items
-