Skip to content
Snippets Groups Projects
Commit c152f597 authored by felmer's avatar felmer
Browse files

SSDM-7238: adapt to reflections lib version 0.9.10

parent a73e8d9b
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ public class JsonReflectionsBaseTypeToSubTypesMapping implements IJsonBaseTypeTo
Reflections reflections = new Reflections(configBuilder);
Set<Class<?>> types = reflections.getTypesAnnotatedWith(JsonObject.class);
Set<Class<?>> types = reflections.getTypesAnnotatedWith(JsonObject.class, true);
Map<Class<?>, Set<NamedType>> subTypesMap = new HashMap<Class<?>, Set<NamedType>>();
if (types != null)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment