public abstract class TypeReference<T> extends Object
TypeReference<Function<Integer,Integer>> ref = new TypeReference<Function<Integer,Integer>>(){};
| Modifier | Constructor and Description |
|---|---|
protected |
TypeReference() |
protected |
TypeReference(Type type) |
Copyright © 2016. All rights reserved.