Uses of Class
io.quarkus.deployment.builditem.nativeimage.ReflectiveMethodBuildItem
Packages that use ReflectiveMethodBuildItem
-
Uses of ReflectiveMethodBuildItem in io.quarkus.deployment
Method parameters in io.quarkus.deployment with type arguments of type ReflectiveMethodBuildItemModifier and TypeMethodDescription(package private) voidSecureRandomProcessor.registerReflectiveMethods(BuildProducer<ReflectiveMethodBuildItem> reflectiveMethods) -
Uses of ReflectiveMethodBuildItem in io.quarkus.deployment.steps
Fields in io.quarkus.deployment.steps with type parameters of type ReflectiveMethodBuildItemModifier and TypeFieldDescription(package private) Set<ReflectiveMethodBuildItem>NativeImageReflectConfigStep.ReflectionInfo.ctorSet(package private) Set<ReflectiveMethodBuildItem>NativeImageReflectConfigStep.ReflectionInfo.methodSet(package private) Set<ReflectiveMethodBuildItem>NativeImageReflectConfigStep.ReflectionInfo.queriedMethodSetMethods in io.quarkus.deployment.steps with parameters of type ReflectiveMethodBuildItemModifier and TypeMethodDescriptionvoidNativeImageReflectConfigStep.addReflectiveMethod(Map<String, NativeImageReflectConfigStep.ReflectionInfo> reflectiveClasses, ReflectiveMethodBuildItem methodInfo) Method parameters in io.quarkus.deployment.steps with type arguments of type ReflectiveMethodBuildItemModifier and TypeMethodDescription(package private) voidNativeImageReflectConfigStep.generateReflectConfig(BuildProducer<GeneratedResourceBuildItem> reflectConfig, NativeConfig nativeConfig, List<ReflectiveMethodBuildItem> reflectiveMethods, List<ReflectiveFieldBuildItem> reflectiveFields, List<ReflectiveClassBuildItem> reflectiveClassBuildItems, List<ForceNonWeakReflectiveClassBuildItem> nonWeakReflectiveClassBuildItems, List<ServiceProviderBuildItem> serviceProviderBuildItems, List<ReflectiveClassConditionBuildItem> reflectiveClassConditionBuildItems)