| Package | Description |
|---|---|
| com.google.template.soy.internal.proto |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Field.Factory<T extends Field>
A factory for field types.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Field> |
Field.getFieldsForType(com.google.protobuf.Descriptors.Descriptor descriptor,
Set<com.google.protobuf.Descriptors.FieldDescriptor> extensions,
Field.Factory<T> factory)
Returns the set of fields indexed by soy accessor name for the given type.
|
| Modifier and Type | Method and Description |
|---|---|
protected static RuntimeException |
Field.ambiguousFieldsError(String name,
Set<? extends Field> fields) |