Searched defs:TypeLiteral (Results 1 – 3 of 3) sorted by relevance
63 public class TypeLiteral<T> { class78 protected TypeLiteral() { in TypeLiteral() method in TypeLiteral88 TypeLiteral(Type type) { in TypeLiteral() method in TypeLiteral
80 new TypeLiteral() {}; in testMissingTypeParameter() method
159 InjectionPoint.forConstructor((Constructor) constructor, new TypeLiteral<Set<String>>() {}); in testForConstructor() method