com.heroku.api.parser
Class TypeReference<T>

java.lang.Object
  extended by com.heroku.api.parser.TypeReference<T>

public abstract class TypeReference<T>
extends Object

Provides a java.lang.reflect.Type for generically-typed arguments. Source is based on Neal Gafter's TypeReference class http://gafter.blogspot.com/2006/12/super-type-tokens.html

Author:
Naaman Newbold

Constructor Summary
protected TypeReference()
           
 
Method Summary
 Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeReference

protected TypeReference()
Method Detail

getType

public Type getType()


Copyright © 2012. All Rights Reserved.