Searched refs:getBoundType (Results 1 – 5 of 5) sorted by relevance
70 assertEquals(Object.class, b.getBoundType(0).getRawClass()); in testBindingsBasics()72 assertNull(b.getBoundType(-1)); in testBindingsBasics()74 assertNull(b.getBoundType(1)); in testBindingsBasics()
287 assertEquals(refdType, bindings.getBoundType(0)); in testConstructReferenceType()
167 this.boundType = getBoundType(); in BoundFieldInfo()170 private TypeLiteral<?> getBoundType() { in getBoundType() method in BoundFieldModule.BoundFieldInfo
97 return _bindings.getBoundType(index); in containedType()
264 public JavaType getBoundType(int index) in getBoundType() method in TypeBindings