| Package | Description |
|---|---|
| com.google.template.soy.types |
Classes that represent Soy parameter type declarations.
|
| com.google.template.soy.types.aggregate |
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
static MapType |
MapType.EMPTY_MAP |
| Modifier and Type | Method and Description |
|---|---|
static MapType |
MapType.of(SoyType keyType,
SoyType valueType) |