Skip to content

Jandex integration #301

@Ladicek

Description

@Ladicek

We use Jandex as the language model all across Quarkus, and Gizmo is very often used in Quarkus. We should provide some level of integration, for example:

  • create a method from Jandex MethodInfo (meaning: use the name, signature, modifiers)
  • create a field from Jandex FieldInfo (meaning: use the name, type, modifiers)
  • add a Jandex AnnotationInstance as an annotation
  • maybe a few more

This doesn't necessarily have to be in the main Gizmo module, if we don't want a Jandex dependency. We could create a second module just for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    2.xIssue applies to Gizmo 2.x

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions