GH-474 Add TypeResolver library and simplify type discovery

For complex cases where deep hierarchies are used there was still an issue with the fix in #473.
By adding TypeResolver library we essentially simplify our discovery process

Resolves #474
This commit is contained in:
Oleg Zhurakousky
2020-03-30 17:26:01 +02:00
parent 73c8f9c1a4
commit 1ec107abbd
5 changed files with 52 additions and 47 deletions

View File

@@ -16,6 +16,11 @@
</parent>
<dependencies>
<dependency>
<groupId>net.jodah</groupId>
<artifactId>typetools</artifactId>
<version>0.6.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>