You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then you extend the compiling process with annotation processing[2], and the processor autogenerates implementation for the interfaces, so you can use them.
The question is: how can we extend this annotation processor so we can declare the interfaces with Vert.x Futures.
There is support for mappers in the latest major version of Datastax driver[1]. It works in the following way: you define :
Then you extend the compiling process with annotation processing[2], and the processor autogenerates implementation for the interfaces, so you can use them.
The question is: how can we extend this annotation processor so we can declare the interfaces with Vert.x Futures.
[1] - https://docs.datastax.com/en/developer/java-driver/4.4/manual/mapper/
[2] - https://docs.datastax.com/en/developer/java-driver/4.4/manual/mapper/config/#configuring-the-annotation-processor
The text was updated successfully, but these errors were encountered: