| Package | Description |
|---|---|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.data.restricted |
| Modifier and Type | Method and Description |
|---|---|
SoyMapData |
SoyListData.getMapData(int index)
Precondition: The specified index contains a SoyMapData object.
|
| Modifier and Type | Method and Description |
|---|---|
SoyMapData |
CollectionData.getMapData(String keyStr)
Precondition: The specified key string is the path to a SoyMapData object.
|