Searched defs:TypeLiteral (Results 1 – 3 of 3) sorted by relevance
61 public class TypeLiteral<T> { class74 protected TypeLiteral() { in TypeLiteral() method in TypeLiteral82 TypeLiteral(Type type) { in TypeLiteral() method in TypeLiteral
75 new TypeLiteral() {}; in testMissingTypeParameter() method
182 InjectionPoint.forConstructor((Constructor) constructor, new TypeLiteral<Set<String>>() {}); in testForConstructor() method