| Package | Description |
|---|---|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.data.internal | |
| com.google.template.soy.sharedpasses.opti | |
| com.google.template.soy.sharedpasses.render | |
| com.google.template.soy.tofu.internal |
| Modifier and Type | Field and Description |
|---|---|
static SoyValueHelper |
SoyValueHelper.UNCUSTOMIZED_INSTANCE
Static instance of this class that does not include any custom value converters.
|
| Constructor and Description |
|---|
SoyFutureValueProvider(SoyValueHelper valueHelper,
Future<?> future) |
| Constructor and Description |
|---|
EasyDictImpl(SoyValueHelper valueHelper)
Important: Do not use outside of Soy code (treat as superpackage-private).\
|
EasyListImpl(SoyValueHelper valueHelper)
Important: Do not use outside of Soy code (treat as superpackage-private).
|
| Constructor and Description |
|---|
PreevalVisitorFactory(SoyValueHelper valueHelper) |
| Constructor and Description |
|---|
EvalVisitor(SoyValueHelper valueHelper,
SoyRecord ijData,
Environment env) |
EvalVisitorFactoryImpl(SoyValueHelper valueHelper) |
| Constructor and Description |
|---|
BaseTofu(SoyValueHelper valueHelper,
GuiceSimpleScope apiCallScope,
com.google.template.soy.tofu.internal.TofuRenderVisitorFactory tofuRenderVisitorFactory,
TemplateRegistry templates,
com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableSortedSet<String>> templateToIjParamsInfoMap,
com.google.common.collect.ImmutableMap<String,? extends SoyPrintDirective> printDirectives) |