org.jclouds.util
Class TypeTokens2

java.lang.Object
  extended by org.jclouds.util.TypeTokens2

public class TypeTokens2
extends Object

Author:
Adrian Cole

Constructor Summary
TypeTokens2()
           
 
Method Summary
static
<T> com.google.common.reflect.TypeToken<T>
checkBound(com.google.common.reflect.TypeToken<T> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeTokens2

public TypeTokens2()
Method Detail

checkBound

public static <T> com.google.common.reflect.TypeToken<T> checkBound(com.google.common.reflect.TypeToken<T> type)
                                                         throws IllegalStateException
Throws:
IllegalStateException - if the type is an instanceof TypeVariable


Copyright © 2009-2013 jclouds. All Rights Reserved.