| 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 |
BasicFunctionsRuntime.augmentMap(SoyDict first,
SoyDict second)
Combine the two maps.
|
static SoyDict |
BasicFunctionsRuntime.mapToLegacyObjectMap(SoyMapImpl map) |
| Modifier and Type | Method and Description |
|---|---|
static SoyDict |
BasicFunctionsRuntime.augmentMap(SoyDict first,
SoyDict second)
Combine the two maps.
|
static SoyMapImpl |
BasicFunctionsRuntime.legacyObjectMapToMap(SoyDict map) |
| 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 |
SoyValueConverter.EMPTY_DICT
An immutable empty dict.
|
| Modifier and Type | Method and Description |
|---|---|
SoyDict |
SoyValueConverter.newDictFromMap(Map<String,?> javaStringMap)
Creates a Soy dictionary from a Java string map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DictImpl
Frankenstein class that can represent a Soy legacy object map
legacy_object_map<K,V>, a
Soy map map<K, V>, or a Soy record [field1: type1, ...] at runtime. |