| Package | Description |
|---|---|
| com.google.template.soy.jbcsrc.restricted | |
| com.google.template.soy.types |
Classes that represent Soy parameter type declarations.
|
| Modifier and Type | Method and Description |
|---|---|
static SoyExpression |
SoyExpression.forLegacyObjectMap(LegacyObjectMapType mapType,
Expression delegate) |
| Modifier and Type | Field and Description |
|---|---|
static LegacyObjectMapType |
LegacyObjectMapType.ANY_MAP |
static LegacyObjectMapType |
LegacyObjectMapType.EMPTY_MAP |
| Modifier and Type | Method and Description |
|---|---|
LegacyObjectMapType |
SoyTypeRegistry.getOrCreateLegacyObjectMapType(SoyType keyType,
SoyType valueType)
Factory function which creates a legacy object map type, given a key and value type.
|
static LegacyObjectMapType |
LegacyObjectMapType.of(SoyType keyType,
SoyType valueType) |