Home
last modified time | relevance | path

Searched refs:getBoundType (Results 1 – 5 of 5) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
DTestTypeBindings.java70 assertEquals(Object.class, b.getBoundType(0).getRawClass()); in testBindingsBasics()
72 assertNull(b.getBoundType(-1)); in testBindingsBasics()
74 assertNull(b.getBoundType(1)); in testBindingsBasics()
DTestJavaType.java287 assertEquals(refdType, bindings.getBoundType(0)); in testConstructReferenceType()
/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
DBoundFieldModule.java167 this.boundType = getBoundType(); in BoundFieldInfo()
170 private TypeLiteral<?> getBoundType() { in getBoundType() method in BoundFieldModule.BoundFieldInfo
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeBase.java97 return _bindings.getBoundType(index); in containedType()
DTypeBindings.java264 public JavaType getBoundType(int index) in getBoundType() method in TypeBindings