get Type Parameter
@Nullable
Return
ParameterizedType if there is a parameterized type defined in the recordDeclaration with matching name, null instead
Parameters
record Declaration
that is instantiated by a template containing parameterizedtypes
name
of the ParameterizedType we want to get
@Nullable
Searches templateToTypeParameters for ParameterizedTypes that were defined in a template matching the provided name
Return
Parameters
template Declaration
that includes the ParameterizedType we are looking for
name
name of the ParameterizedType we are looking for