| Package | Description |
|---|---|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.data.restricted |
| Modifier and Type | Method and Description |
|---|---|
Iterable<StringData> |
SoyMapData.getItemKeys() |
| Modifier and Type | Field and Description |
|---|---|
static StringData |
StringData.EMPTY_STRING
Static instance of StringData with value "".
|
| Modifier and Type | Method and Description |
|---|---|
static StringData |
StringData.forThunk(RenderableThunk thunk)
Returns a StringData instance for the given
RenderableThunk. |
static StringData |
StringData.forValue(String value)
Gets a StringData instance for the given value.
|