Class SmallRyeJwtBuildProcessor
java.lang.Object
io.quarkus.smallrye.jwt.build.deployment.SmallRyeJwtBuildProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidaddClassesForReflection(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClasses) (package private) voidregisterNativeImageResources(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.NativeImageResourceBuildItem> nativeImageResource) If the configuration specified a deployment local key resource, register it in native mode
-
Constructor Details
-
SmallRyeJwtBuildProcessor
SmallRyeJwtBuildProcessor()
-
-
Method Details
-
addClassesForReflection
void addClassesForReflection(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClasses) -
registerNativeImageResources
void registerNativeImageResources(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.NativeImageResourceBuildItem> nativeImageResource) If the configuration specified a deployment local key resource, register it in native mode
-