Class TypeArguments
java.lang.Object
org.eclipse.sisu.plexus.TypeArguments
Utility methods for dealing with generic type arguments.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Type[]Get all type arguments from a generic type, for example[Foo,Bar]fromMap<Foo,Bar>.static TypeGet an indexed type argument from a generic type, for exampleBarfromMap<Foo,Bar>.static Class<?> getRawType(Type type)
-
Method Details
-
get
-
get
-
getRawType
-