Hi, I'm having issue with setting *pom.xml* file in my Maven project which 
is using vertx-jooq 
<https://github.com/jklingsporn/vertx-jooq/tree/master/vertx-jooq-classic-reactive>
 
library (combo of *vertx* and *jOOQ* library).

I've recreated custom converter which is used to convert *to/from String 
to/from* java.time.LocalDateTime type in order to be able to work with 
*Timestamp* field type because Vert.x JsonObject does NOT have 
getter/setter methods for Timestamp type implemented. I did this by adding 
another project as a dependency in my original project and by changing (to 
be more precise *adding*) 2 methods in class which is used as *generator 
class*.

Also, I did a research on how to properly utilize CustomGenerator in 
pom.xml file but no luck, so can someone please point out what should I 
do/look for?
Thank you in advance.

*PS.* I'm using *jooq-codegen-maven 3.13.1* version in Maven project.

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jooq-user/57086ac5-59ac-4f55-9f90-f8354ff44617n%40googlegroups.com.

Reply via email to