| 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 |
| Modifier and Type | Method and Description |
|---|---|
static SoyDict |
AugmentMapFunction.augmentMap(SoyDict first,
SoyDict second)
Combine the two maps.
|
| Modifier and Type | Method and Description |
|---|---|
static SoyDict |
AugmentMapFunction.augmentMap(SoyDict first,
SoyDict second)
Combine the two maps.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SoyEasyDict
A mutable SoyDict with additional methods for ease-of-use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SoyMapData
A map data node in a Soy data tree.
|
| Modifier and Type | Field and Description |
|---|---|
static SoyDict |
SoyValueHelper.EMPTY_DICT
An immutable empty dict.
|
| Modifier and Type | Method and Description |
|---|---|
SoyEasyDict |
SoyValueHelper.newEasyDictFromDict(SoyDict dict)
IMPORTANT: Do not use this method.
|
void |
SoyEasyDict.setItemsFromDict(SoyDict dict)
Sets items in this dict from another dict.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DictImpl
Internal implementation of SoyDict in terms of a map.
|
class |
EasyDictImpl
Internal implementation of SoyEasyDict.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EasyDictImpl.setItemsFromDict(SoyDict dict) |