Package com.google.template.soy.data

Java representation of Soy data types.

See:
          Description

Interface Summary
SanitizedContentOperator An operator that takes sanitized content of a particular kind and produces sanitized content of the same kind.
 

Class Summary
SanitizedContent A chunk of sanitized content of a known kind, e.g.
SanitizedContents Creation utilities for SanitizedContent objects for common use cases.
SoyData Abstract base class for all nodes in a Soy data tree.
SoyListData A list data node in a Soy data tree.
SoyMapData A map data node in a Soy data tree.
UnsafeSanitizedContentOrdainer Restricted class to create SanitizedContent objects.
 

Enum Summary
SanitizedContent.ContentKind A kind of textual content.
 

Exception Summary
SoyDataException Exception thrown when an error occurs in the data package.
 

Package com.google.template.soy.data Description

Java representation of Soy data types.