| 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 SoyMapImpl |
BasicFunctionsRuntime.legacyObjectMapToMap(SoyDict map) |
| Modifier and Type | Method and Description |
|---|---|
static SoyDict |
BasicFunctionsRuntime.mapToLegacyObjectMap(SoyMapImpl map) |
| Modifier and Type | Field and Description |
|---|---|
static SoyMapImpl |
SoyValueConverter.EMPTY_MAP
An immutable empty map.
|
| Modifier and Type | Method and Description |
|---|---|
static SoyMapImpl |
SoyMapImpl.forProviderMap(Map<? extends SoyValue,? extends SoyValueProvider> providerMap)
Creates a SoyDict implementation for a particular underlying provider map.
|