| 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 |
|---|---|
static SanitizedContent |
LazySanitizedContents.forThunk(RenderableThunk value,
SanitizedContent.ContentKind kind)
Creates a SanitizedContent that wraps the given thunk.
|
| Modifier and Type | Method and Description |
|---|---|
static StringData |
StringData.forThunk(RenderableThunk thunk)
Returns a StringData instance for the given
RenderableThunk. |