| Package | Description |
|---|---|
| com.google.template.soy.data.internal |
| Modifier and Type | Method and Description |
|---|---|
static DictImpl.RuntimeType |
DictImpl.RuntimeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DictImpl.RuntimeType[] |
DictImpl.RuntimeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DictImpl |
DictImpl.forProviderMap(Map<String,? extends SoyValueProvider> providerMap,
DictImpl.RuntimeType mapType)
Creates a SoyDict implementation for a particular underlying provider map.
|