public class TypeVariablesExtractor extends Object
Constructor and Description |
---|
TypeVariablesExtractor() |
Modifier and Type | Method and Description |
---|---|
static List<com.squareup.javapoet.TypeVariableName> |
getTypeVariables(javax.lang.model.element.TypeElement typeElement)
Get the type variables from the given
TypeElement . |
public static List<com.squareup.javapoet.TypeVariableName> getTypeVariables(javax.lang.model.element.TypeElement typeElement)
TypeElement
.