| Package | Description |
|---|---|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.jbcsrc.shared | |
| com.google.template.soy.types.proto |
| Modifier and Type | Class and Description |
|---|---|
class |
SoyValueHelper
IMPORTANT: This class is partially open for public use.
|
| Modifier and Type | Method and Description |
|---|---|
SoyValueProvider |
SoyCustomValueConverter.convert(SoyValueConverter valueConverter,
Object obj)
Converts the given object into a corresponding SoyValue or SoyValueProvider.
|
| Modifier and Type | Method and Description |
|---|---|
RenderContext.Builder |
RenderContext.Builder.withConverter(SoyValueConverter converter) |
| Modifier and Type | Method and Description |
|---|---|
SoyValueProvider |
SoyProtoValueConverter.convert(SoyValueConverter valueConverter,
Object obj) |