Searched refs:_fromClass (Results 1 – 3 of 3) sorted by relevance
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/ |
D | TypeFactory.java | 406 newType = _fromClass(null, subclass, EMPTY_BINDINGS); in constructSpecializedType() 423 newType = _fromClass(null, subclass, in constructSpecializedType() 432 newType = _fromClass(null, subclass, in constructSpecializedType() 445 newType = _fromClass(null, subclass, EMPTY_BINDINGS); in constructSpecializedType() 452 newType = _fromClass(null, subclass, EMPTY_BINDINGS); in constructSpecializedType() 458 newType = _fromClass(null, subclass, tb); in constructSpecializedType() 477 JavaType tmpSub = _fromClass(null, subclass, b); in _bindingsForSubtype() 713 JavaType resultType = _fromClass(null, (Class<?>) type, bindings); in constructType() 816 _fromClass(null, elementClass, EMPTY_BINDINGS)); in constructCollectionType() 829 CollectionType result = (CollectionType) _fromClass(null, collectionClass, bindings); in constructCollectionType() [all …]
|
D | TypeParser.java | 55 return _factory._fromClass(null, base, b); in parseType() 60 return _factory._fromClass(null, base, TypeBindings.emptyBindings()); in parseType()
|
/external/jackson-databind/release-notes/ |
D | VERSION-2.x | 1606 #435: Performance bottleneck in TypeFactory._fromClass 1610 #435: Performance bottleneck in TypeFactory._fromClass
|