| Package | Description |
|---|---|
| com.google.template.soy.basicfunctions |
Plugin package for basic functions.
|
| com.google.template.soy.data.internal | |
| com.google.template.soy.jbcsrc.runtime |
| Modifier and Type | Method and Description |
|---|---|
static List<SoyValue> |
BasicFunctionsRuntime.mapKeys(SoyMap map)
Returns a list of all the keys in the given 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. |
class |
SoyMapImpl
A map containing key-to-value mappings referred to as items.
|
| Modifier and Type | Method and Description |
|---|---|
static SoyValueProvider |
JbcSrcRuntime.getSoyMapItem(SoyMap soyMap,
SoyValue key) |