| Package | Description |
|---|---|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.jbcsrc.api | |
| com.google.template.soy.tofu.internal | |
| com.google.template.soy.types.proto |
| Modifier and Type | Field and Description |
|---|---|
static SoyValueConverter |
SoyValueConverter.UNCUSTOMIZED_INSTANCE
Static instance of this class that does not include any custom value converters.
|
| Modifier and Type | Method and Description |
|---|---|
SoyValueProvider |
SoyCustomValueConverter.convert(SoyValueConverter valueConverter,
Object obj)
Converts the given object into a corresponding SoyValue or SoyValueProvider.
|
| Constructor and Description |
|---|
SoyFutureValueProvider(SoyValueConverter valueConverter,
Future<?> future) |
| Constructor and Description |
|---|
SoySauceImpl(CompiledTemplates templates,
GuiceSimpleScope apiCallScope,
SoyValueConverter converter,
com.google.common.collect.ImmutableMap<String,? extends SoyFunction> functions,
com.google.common.collect.ImmutableMap<String,? extends SoyPrintDirective> printDirectives) |
| Constructor and Description |
|---|
BaseTofu(SoyValueConverter valueConverter,
GuiceSimpleScope apiCallScope,
TemplateRegistry templates,
com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableSortedSet<String>> templateToIjParamsInfoMap) |
| Modifier and Type | Method and Description |
|---|---|
SoyValueProvider |
SoyProtoValueConverter.convert(SoyValueConverter valueConverter,
Object obj) |