| Package | Description |
|---|---|
| com.google.template.soy.types |
Classes that represent Soy parameter type declarations.
|
| Modifier and Type | Method and Description |
|---|---|
RecordType |
SoyTypeRegistry.getOrCreateRecordType(Map<String,SoyType> fields)
Factory function which creates a record type, given a map of fields.
|
static RecordType |
RecordType.of(Map<String,? extends SoyType> members) |