KEYCLOAK-19374 Create implementation based on annotation processor

Use of boxed types as started in 009d4ca445 is finalized here
to enable storing data in a map. MapClientEntity methods are
reordered for the sake of grouping the collection-based
properties together and understanding the connections between those.
This commit is contained in:
Hynek Mlnarik
2021-09-21 10:16:37 +02:00
committed by Hynek Mlnařík
parent 12d4837fa9
commit 3abf9283a8
17 changed files with 728 additions and 752 deletions
+1
View File
@@ -34,5 +34,6 @@
<module>jpa</module>
<module>infinispan</module>
<module>map</module>
<module>build-processor</module>
</modules>
</project>