D | AnnotatedClassResolver.java | 92 … public static AnnotatedClass resolveWithoutSuperTypes(MapperConfig<?> config, Class<?> forType) { in resolveWithoutSuperTypes() method in AnnotatedClassResolver 93 return resolveWithoutSuperTypes(config, forType, config); in resolveWithoutSuperTypes() 96 public static AnnotatedClass resolveWithoutSuperTypes(MapperConfig<?> config, JavaType forType, in resolveWithoutSuperTypes() method in AnnotatedClassResolver 102 return new AnnotatedClassResolver(config, forType, r).resolveWithoutSuperTypes(); in resolveWithoutSuperTypes() 105 public static AnnotatedClass resolveWithoutSuperTypes(MapperConfig<?> config, Class<?> forType, in resolveWithoutSuperTypes() method in AnnotatedClassResolver 111 return new AnnotatedClassResolver(config, forType, r).resolveWithoutSuperTypes(); in resolveWithoutSuperTypes() 151 AnnotatedClass resolveWithoutSuperTypes() { in resolveWithoutSuperTypes() method in AnnotatedClassResolver
|