| Class and Description |
|---|
| com.google.template.soy.shared.restricted.SoyJavaRuntimeFunctionUtils
Simply use
*Data.forValue() directly. |
| com.google.template.soy.tofu.restricted.SoyTofuFunctionUtils
Simply use
*Data.forValue() directly. |
| Field and Description |
|---|
| com.google.template.soy.base.SourceLocation.UNKNOWN
There is no reason to use this other than laziness. Soy has complete source
location information.
|
| Constructor and Description |
|---|
| com.google.template.soy.data.restricted.BooleanData(boolean) |
| com.google.template.soy.data.restricted.FloatData(double) |
| com.google.template.soy.SoyFileSet.Builder()
Use the static SoyFileSet.builder() method, or inject SoyFileSet.Builder
using Guice with SoyModule installed. The behavior of this builder is unpredictable and
will use the Soy configuration from the most recently configured Injector containing a
SoyModule, because it relies on Guice's static injection.
|
| com.google.template.soy.base.SoySyntaxException(String)
Do not use outside of Soy code (treat as superpackage-private).
|
| com.google.template.soy.data.restricted.UndefinedData() |