Package org.symphonyoss.s2.canon.runtime
Interface IEntityList<T>
-
- All Superinterfaces:
IBaseEntity,IEntityArray,org.symphonyoss.s2.common.dom.json.IJsonDomNodeProvider
- All Known Implementing Classes:
EntityList
public interface IEntityList<T> extends IEntityArray
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<T>getElements()org.symphonyoss.s2.common.dom.json.ImmutableJsonListgetJsonList()-
Methods inherited from interface org.symphonyoss.s2.canon.runtime.IBaseEntity
getJsonDomNode, serialize
-
Methods inherited from interface org.symphonyoss.s2.canon.runtime.IEntityArray
size
-
-
-
-
Method Detail
-
getElements
com.google.common.collect.ImmutableList<T> getElements()
-
getJsonList
org.symphonyoss.s2.common.dom.json.ImmutableJsonList getJsonList()
-
-