Searched refs:_addSuperTypes (Results 1 – 2 of 2) sorted by relevance
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
D | AnnotatedClassResolver.java | 140 _addSuperTypes(_type, superTypes, false); in resolveFully() 159 private static void _addSuperTypes(JavaType type, List<JavaType> result, in _addSuperTypes() method in AnnotatedClassResolver 179 _addSuperTypes(superType, result, true); in _addSuperTypes()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | ClassUtil.java | 65 _addSuperTypes(type, endBefore, result, addClassItself); in findSuperTypes() 119 … private static void _addSuperTypes(JavaType type, Class<?> endBefore, Collection<JavaType> result, in _addSuperTypes() method in ClassUtil 134 _addSuperTypes(intCls, endBefore, result, true); in _addSuperTypes() 136 _addSuperTypes(type.getSuperClass(), endBefore, result, true); in _addSuperTypes()
|