Skip to content
Discussion options

You must be logged in to vote

@geoand @Ladicek I've implemented this solution and it works just fine for my needs.

import io.quarkus.deployment.annotations.BuildProducer;
import io.quarkus.deployment.annotations.BuildStep;
import io.quarkus.deployment.builditem.*;
import io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem;
import io.quarkus.deployment.builditem.nativeimage.ReflectiveHierarchyBuildItem;
import io.quarkus.deployment.pkg.steps.NativeOrNativeSourcesBuild;
import org.jboss.jandex.AnnotationInstance;
import org.jboss.jandex.ClassInfo;
import org.jboss.jandex.DotName;
import org.jboss.logging.Logger;

import java.lang.reflect.Modifier;
import java.util.List;

public class ReflectionProcessor…

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@geoand
Comment options

geoand Nov 7, 2025
Collaborator

@IvanPuntev
Comment options

@geoand
Comment options

geoand Nov 7, 2025
Collaborator

@IvanPuntev
Comment options

Answer selected by IvanPuntev
@Ladicek
Comment options

Ladicek Nov 7, 2025
Collaborator

@IvanPuntev
Comment options

@geoand
Comment options

geoand Nov 8, 2025
Collaborator

@Ladicek
Comment options

Ladicek Nov 10, 2025
Collaborator

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants