Package de.quantummaid.reflectmaid
Class TypeVariableName
- java.lang.Object
-
- de.quantummaid.reflectmaid.TypeVariableName
-
public final class TypeVariableName extends Object
-
-
Constructor Summary
Constructors Constructor Description TypeVariableName()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()static TypeVariableNametypeVariableName(TypeVariable<?> typeVariable)static TypeVariableNametypeVariableName(String name)static List<TypeVariableName>typeVariableNamesOf(GenericDeclaration type)
-
-
-
Method Detail
-
typeVariableName
public static TypeVariableName typeVariableName(String name)
-
typeVariableName
public static TypeVariableName typeVariableName(TypeVariable<?> typeVariable)
-
typeVariableNamesOf
public static List<TypeVariableName> typeVariableNamesOf(GenericDeclaration type)
-
name
public String name()
-
-