Uses of Enum
net.bytebuddy.utility.GraalImageCode
Packages that use GraalImageCode
Package
Description
This package contains utility classes for common use within any Byte Buddy logic.
-
Uses of GraalImageCode in net.bytebuddy.utility
Subclasses with type arguments of type GraalImageCode in net.bytebuddy.utilityModifier and TypeClassDescriptionenumA utility that resolves Graal VM native image properties.Classes in net.bytebuddy.utility that implement interfaces with type arguments of type GraalImageCodeModifier and TypeClassDescriptionprotected static enumA privileged action to resolve the image code via the current JVM processes input arguments, if available.Fields in net.bytebuddy.utility declared as GraalImageCodeModifier and TypeFieldDescriptionprivate static GraalImageCodeGraalImageCode.currentThe current image code ornullif the image code was not yet resolved.Methods in net.bytebuddy.utility that return GraalImageCodeModifier and TypeMethodDescriptionstatic GraalImageCodeGraalImageCode.getCurrent()Resolves the status of the Graal image code.GraalImageCode.ImageCodeContextAction.run()static GraalImageCodeReturns the enum constant of this type with the specified name.static GraalImageCode[]GraalImageCode.values()Returns an array containing the constants of this enum type, in the order they are declared.