| Package | Description |
|---|---|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.data.internal |
| Modifier and Type | Method and Description |
|---|---|
SoyEasyDict |
SoyEasyDict.makeImmutable()
Makes this dict immutable.
|
SoyEasyDict |
SoyValueHelper.newEasyDict()
IMPORTANT: Do not use this method.
|
SoyEasyDict |
SoyValueHelper.newEasyDict(Object... alternatingKeysAndValues)
IMPORTANT: Do not use this method.
|
SoyEasyDict |
SoyValueHelper.newEasyDictFromDict(SoyDict dict)
IMPORTANT: Do not use this method.
|
SoyEasyDict |
SoyValueHelper.newEasyDictFromJavaStringMap(Map<String,?> javaStringMap)
IMPORTANT: Do not use this method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EasyDictImpl
Internal implementation of SoyEasyDict.
|
| Modifier and Type | Method and Description |
|---|---|
SoyEasyDict |
EasyDictImpl.makeImmutable() |