public interface SoyProtoValue extends SoyValue
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Message |
getProto()
Returns the underlying message.
|
SoyValue |
getProtoField(String name)
Gets a value for the field for the underlying proto object.
|
booleanValue, coerceToBoolean, coerceToString, equals, floatValue, integerValue, longValue, numberValue, render, render, stringValuerenderAndResolve, resolve, statuscom.google.protobuf.Message getProto()
SoyValue getProtoField(String name)
name - The proto field name.