else
return super.serializedClass(type);
}
});
AnnotationMapper a = new AnnotationMapper(m, getConverterRegistry(), getClassLoader(), getReflectionProvider(), getJvm());
a.autodetectAnnotations(true);
mapperInjectionPoint = new MapperInjectionPoint(a);
return mapperInjectionPoint;
}