BraintagsGmbH/vertx-pojo-mapper

Possibility to set Null keygenerator

Closed this issue · 1 comments

If the default keygenerator is set to any concrete implementation, it is not possible to define a mapper, which shall NOT use a KeyGenerator. The annotation should react to UNDEFINED

Implemented with the possibility to define the annotation KeyGenerator as

@keygenerator(value = KeyGenerator.NULL_KEY_GENERATOR)