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