public interface SoyTypeProvider
| Modifier and Type | Method and Description |
|---|---|
SoyType |
getType(String typeName,
SoyTypeRegistry typeRegistry)
Given a fully-qualified name of a type, return the
SoyType
that describes this type, or null if this type provider does
not have a definition for the requested type. |
SoyType getType(String typeName, SoyTypeRegistry typeRegistry)
SoyType
that describes this type, or null if this type provider does
not have a definition for the requested type.typeName - The fully-qualified name of the type.typeRegistry - The global type registry.