| Package | Description |
|---|---|
| com.google.template.soy.basicfunctions |
Plugin package for basic functions.
|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.data.internal | |
| com.google.template.soy.jbcsrc.runtime | |
| com.google.template.soy.types.proto |
| Modifier and Type | Method and Description |
|---|---|
static List<SoyValue> |
KeysFunction.keys(SoyMap map)
Returns a list of all the keys in the given map.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SoyDict
A SoyRecord that also implements the SoyMap interface.
|
interface |
SoyEasyDict
A mutable SoyDict with additional methods for ease-of-use.
|
interface |
SoyEasyList
A mutable list with additional methods for ease-of-use.
|
interface |
SoyList
A list containing values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SoyAbstractList
Abstract implementation of SoyList.
|
class |
SoyAbstractMap
Abstract implementation of SoyMap.
|
class |
SoyListData
A list data node in a Soy data tree.
|
class |
SoyMapData
A map data node in a Soy data tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DictImpl
Internal implementation of SoyDict in terms of a map.
|
class |
EasyDictImpl
Internal implementation of SoyEasyDict.
|
class |
EasyListImpl
Internal implementation of SoyEasyList.
|
class |
ListImpl
Internal implementation of SoyList backed by a list of SoyValueProviders.
|
| Modifier and Type | Method and Description |
|---|---|
static SoyValueProvider |
Runtime.getSoyMapItem(SoyMap soyMap,
SoyValue key) |
| Modifier and Type | Class and Description |
|---|---|
class |
SoyProtoValue
Soy value that wraps a protocol buffer message object.
|