Searched refs:EMPTY_BINDINGS (Results 1 – 1 of 1) sorted by relevance
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/ |
D | TypeFactory.java | 49 protected final static TypeBindings EMPTY_BINDINGS = TypeBindings.emptyBindings(); field in TypeFactory 406 newType = _fromClass(null, subclass, EMPTY_BINDINGS); in constructSpecializedType() 445 newType = _fromClass(null, subclass, EMPTY_BINDINGS); in constructSpecializedType() 452 newType = _fromClass(null, subclass, EMPTY_BINDINGS); in constructSpecializedType() 698 return _fromAny(null, type, EMPTY_BINDINGS); in constructType() 722 return _fromAny(null, typeRef.getType(), EMPTY_BINDINGS); in constructType() 759 bindings = EMPTY_BINDINGS; in constructType() 816 _fromClass(null, elementClass, EMPTY_BINDINGS)); in constructCollectionType() 852 _fromClass(null, elementClass, EMPTY_BINDINGS)); in constructCollectionLikeType() 882 kt = _fromClass(null, keyClass, EMPTY_BINDINGS); in constructMapType() [all …]
|