| 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.forMap(MapType mapType,
Expression delegate) |
| Modifier and Type | Field and Description |
|---|---|
static MapType |
MapType.ANY_MAP |
static MapType |
MapType.EMPTY_MAP |
| Modifier and Type | Method and Description |
|---|---|
MapType |
SoyTypeRegistry.getOrCreateMapType(SoyType keyType,
SoyType valueType)
Factory function which creates a map type, given a key and value type.
|
static MapType |
MapType.of(SoyType keyType,
SoyType valueType) |