| Package | Description |
|---|---|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.data.internal | |
| com.google.template.soy.data.restricted | |
| com.google.template.soy.types.proto |
| Modifier and Type | Class and Description |
|---|---|
class |
SanitizedContent
A chunk of sanitized content of a known kind, e.g.
|
class |
SoyAbstractCachingRecord
Abstract implementation of SoyRecord that caches previously retrieved field value providers.
|
class |
SoyAbstractList
Abstract implementation of SoyList.
|
class |
SoyAbstractMap
Abstract implementation of SoyMap.
|
class |
SoyAbstractRecord
Abstract implementation of SoyRecord.
|
class |
SoyData
Abstract base class for all nodes in a Soy data tree.
|
class |
SoyListData
A list data node in a Soy data tree.
|
class |
SoyMapData
A map data node in a Soy data tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AugmentedParamStore
Implementation of ParamStore that represents a backing store augmented with additional fields
(params).
|
class |
BasicParamStore
Basic implementation of ParamStore.
|
class |
DictImpl
Internal implementation of SoyDict in terms of a map.
|
class |
EasyDictImpl
Internal implementation of SoyEasyDict.
|
class |
EasyListImpl
Internal implementation of SoyEasyList.
|
class |
ListImpl
Internal implementation of SoyList backed by a list of SoyValueProviders.
|
class |
ParamStore
Internal-use param store for passing data in subtemplate calls.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanData
Boolean data.
|
class |
CollectionData
Abstract superclass for a node in a Soy data tree that represents a collection of data (i.e.
|
class |
FloatData
Float data.
|
class |
IntegerData
Integer data.
|
class |
NullData
Null data.
|
class |
NumberData
Abstract superclass for number data (integers and floats).
|
class |
PrimitiveData
Abstract superclass for a node in a Soy data tree that represents a piece of primitive data
(i.e.
|
class |
StringData
String data.
|
class |
UndefinedData
Undefined data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SoyProtoValue
Soy value that wraps a protocol buffer message object.
|