Annotation Type Element and Description |
---|
io.vertx.codegen.annotations.DataObject.base64Type
instead declare a
JsonGen.base64Type() |
io.vertx.codegen.json.annotations.JsonGen.base64Type
avoid using this attribute which defaults to
base64url which is the only type supported in Vert.x 5 |
io.vertx.codegen.annotations.DataObject.generateConverter
instead declare a
JsonGen annotation |
io.vertx.codegen.annotations.DataObject.inheritConverter
instead declare a
JsonGen.inheritConverter() |
io.vertx.codegen.annotations.DataObject.jsonPropertyNameFormatter
instead declare a
JsonGen.jsonPropertyNameFormatter() |
io.vertx.codegen.annotations.DataObject.publicConverter
instead declare a
JsonGen.publicConverter() |
Copyright © 2025 Eclipse. All rights reserved.