Home
last modified time | relevance | path

Searched defs:resolveWithoutSuperTypes (Results 1 – 1 of 1) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DAnnotatedClassResolver.java92 … public static AnnotatedClass resolveWithoutSuperTypes(MapperConfig<?> config, Class<?> forType) { in resolveWithoutSuperTypes() method in AnnotatedClassResolver
96 public static AnnotatedClass resolveWithoutSuperTypes(MapperConfig<?> config, JavaType forType, in resolveWithoutSuperTypes() method in AnnotatedClassResolver
105 public static AnnotatedClass resolveWithoutSuperTypes(MapperConfig<?> config, Class<?> forType, in resolveWithoutSuperTypes() method in AnnotatedClassResolver
151 AnnotatedClass resolveWithoutSuperTypes() { in resolveWithoutSuperTypes() method in AnnotatedClassResolver