| Interface | Description |
|---|---|
| SoyProtoType |
A
SoyType subinterface which describes a protocol buffer type. |
| SoyProtoTypeImpl.Value |
Interface used to indicate that a value is a proto.
|
| Class | Description |
|---|---|
| JavaQualifiedNames |
Helper class for generating fully qualified Java/GWT identfiers for descriptors.
|
| Protos |
A collection of protobuf utility methods.
|
| SoyProtoTypeImpl |
A
SoyType subclass which describes a protocol buffer type. |
| SoyProtoTypeProvider |
SoyTypeProvider implementation which handles protocol buffer message types.
|
| SoyProtoTypeProvider.Builder |
Helper class that assists in the construction of SoyTypeProviders.
|
| SoyProtoValue |
Soy value that wraps a protocol buffer message object.
|
| SoyProtoValueConverter |
Custom data converter for protocol buffer message types.
|
| Enum | Description |
|---|---|
| Protos.JsType |
Correspond to JavaScript types that a .proto file author might want to specify as the
representation for a proto field's value instead of leaving it up to Soy's inference rules.
|