Home
last modified time | relevance | path

Searched defs:TypeLiteral (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/reflect/
DTypeLiteral.java75 public abstract class TypeLiteral<T> implements Typed<T> { class
90 protected TypeLiteral() { in TypeLiteral() method in TypeLiteral
/external/guice/core/src/com/google/inject/
DTypeLiteral.java61 public class TypeLiteral<T> { class
74 protected TypeLiteral() { in TypeLiteral() method in TypeLiteral
82 TypeLiteral(Type type) { in TypeLiteral() method in TypeLiteral
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/reflect/
DTypeLiteralTest.java35 new TypeLiteral<List<String>>() {}.value)); in testBasic() method
/external/guice/core/test/com/google/inject/
DTypeLiteralTest.java75 new TypeLiteral() {}; in testMissingTypeParameter() method
/external/guice/core/test/com/google/inject/spi/
DInjectionPointTest.java182 InjectionPoint.forConstructor((Constructor) constructor, new TypeLiteral<Set<String>>() {}); in testForConstructor() method