Class TypeExtractor
java.lang.Object
no.sikt.graphitron.definitions.helpers.TypeExtractor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TypeExtractor
public TypeExtractor()
-
-
Method Details
-
extractType
- Returns:
- If the type is a parameterized type such as a List or Set, return the class of the parameter, otherwise return the class of the argument.
-