Class TypeParameter
java.lang.Object
org.openrewrite.java.internal.template.TypeParameter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<String,JavaType.GenericTypeVariable> parseGenericTypes(Set<String> genericTypes) static TemplateParameterParserstatic JavaTypetoJavaType(@Nullable TemplateParameterParser.TypeContext type, Map<String, JavaType.GenericTypeVariable> genericTypes)
-
Constructor Details
-
TypeParameter
public TypeParameter()
-
-
Method Details
-
parser
-
toJavaType
public static JavaType toJavaType(@Nullable TemplateParameterParser.TypeContext type, Map<String, JavaType.GenericTypeVariable> genericTypes) -
parseGenericTypes
-