简体   繁体   中英

Quarkus register for reflection external POJOs

i have an external lib with POJOs (about +100). I want to register all for reflection as i will use it on my rest client.

Is there a way to RegisterForReflection a whole package? Should i do it programmatically ReflectiveClassBuildItem.

There is no GraalVM configuration or Quarkus build item that allows a complete package to be registered

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM