| Package | Description |
|---|---|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.data.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SoyEasyList
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SoyListData
A list data node in a Soy data tree.
|
| Modifier and Type | Field and Description |
|---|---|
static SoyList |
SoyValueConverter.EMPTY_LIST
An immutable empty list.
|
| Modifier and Type | Method and Description |
|---|---|
SoyEasyList |
SoyValueConverter.newEasyListFromList(SoyList list)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EasyListImpl
Deprecated.
|
class |
ListImpl
Internal implementation of SoyList backed by a list of SoyValueProviders.
|