| Package | Description |
|---|---|
| com.google.template.soy.internal.proto |
| Modifier and Type | Method and Description |
|---|---|
static ProtoFlavor |
ProtoFlavor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtoFlavor[] |
ProtoFlavor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
JavaQualifiedNames.getClassName(com.google.protobuf.Descriptors.Descriptor descriptor,
ProtoFlavor flavor)
Gets the fully qualified name for generated classes in Java convention.
|
static String |
JavaQualifiedNames.getClassName(com.google.protobuf.Descriptors.EnumDescriptor descriptor,
ProtoFlavor flavor)
Gets the fully qualified name for generated classes in Java convention.
|
static String |
JavaQualifiedNames.getQualifiedName(com.google.protobuf.Descriptors.Descriptor msg,
ProtoFlavor flavor)
Returns the fully-qualified name for the message descriptor with the given flavor (uses '.'
inner class seperator).
|
static String |
JavaQualifiedNames.getQualifiedName(com.google.protobuf.Descriptors.EnumDescriptor enumType,
ProtoFlavor flavor)
Returns the fully-qualified name for the enum descriptor with the given flavor (uses '.' inner
class seperator).
|