Package org.jclouds.reflect
Class Types2
java.lang.Object
org.jclouds.reflect.Types2
- Since:
- 1.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> com.google.common.reflect.TypeToken
<T> checkBound
(com.google.common.reflect.TypeToken<T> type) Helpful when you are capturing the type inside a constructor.
-
Constructor Details
-
Types2
public Types2()
-
-
Method Details
-
checkBound
public static <T> com.google.common.reflect.TypeToken<T> checkBound(com.google.common.reflect.TypeToken<T> type) throws IllegalStateException Helpful when you are capturing the type inside a constructor.- Throws:
IllegalStateException
- if the type is an instanceofTypeVariable
-