See: Description
| Interface | Description |
|---|---|
| SoyEnumType |
Type representing an enumeration.
|
| SoyObjectType |
Type representing an object.
|
| SoyType |
Interface for all classes that describe a data type in Soy.
|
| SoyTypeProvider |
Interface used to lookup information about an object type.
|
| Class | Description |
|---|---|
| SoyTypeOps |
Common operations on types.
|
| SoyTypeRegistry |
Registry of types which can be looked up by name.
|
| SoyTypes |
Utility methods for operating on
SoyType instances. |
| Enum | Description |
|---|---|
| SoyType.Kind |
Enum that identifies the kind of type this is.
|