Uses of Class
io.quarkus.deployment.builditem.nativeimage.ReflectiveMethodBuildItem
-
Packages that use ReflectiveMethodBuildItem Package Description io.quarkus.deployment.steps -
-
Uses of ReflectiveMethodBuildItem in io.quarkus.deployment.steps
Fields in io.quarkus.deployment.steps with type parameters of type ReflectiveMethodBuildItem Modifier and Type Field Description (package private) Set<ReflectiveMethodBuildItem>NativeImageAutoFeatureStep.ReflectionInfo. ctorSet(package private) Set<ReflectiveMethodBuildItem>NativeImageAutoFeatureStep.ReflectionInfo. methodSetMethods in io.quarkus.deployment.steps with parameters of type ReflectiveMethodBuildItem Modifier and Type Method Description voidNativeImageAutoFeatureStep. addReflectiveMethod(Map<String,NativeImageAutoFeatureStep.ReflectionInfo> reflectiveClasses, ReflectiveMethodBuildItem methodInfo)
-