Home
last modified time | relevance | path

Searched refs:getBoundName (Results 1 – 4 of 4) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
DTestTypeBindings.java71 assertNull(b.getBoundName(-1)); in testBindingsBasics()
73 assertNull(b.getBoundName(1)); in testBindingsBasics()
DTestJavaType.java289 assertEquals("V", bindings.getBoundName(0)); in testConstructReferenceType()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeBase.java103 return _bindings.getBoundName(index); in containedTypeName()
DTypeBindings.java256 public String getBoundName(int index) in getBoundName() method in TypeBindings