| 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 |
| Modifier and Type | Method and Description |
|---|---|
static List<SoyValue> |
BasicFunctionsRuntime.keys(SoyLegacyObjectMap 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 |
SoyEasyList
Deprecated.
|
interface |
SoyList
A list containing values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SoyListData
A list data node in a Soy data tree.
|
class |
SoyMapData
A map data node in a Soy data tree.
|
class |
SoyProtoValueImpl
Soy value that wraps a protocol buffer message object.
|
| 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 |
EasyListImpl
Deprecated.
|
class |
ListImpl
Internal implementation of SoyList backed by a list of SoyValueProviders.
|
| Modifier and Type | Method and Description |
|---|---|
static SoyValueProvider |
JbcSrcRuntime.getSoyLegacyObjectMapItem(SoyLegacyObjectMap legacyObjectMap,
SoyValue key) |