Uses of Enum Class
io.quarkus.deployment.builditem.nativeimage.FfmType
Packages that use FfmType
-
Uses of FfmType in io.quarkus.deployment.builditem.nativeimage
Methods in io.quarkus.deployment.builditem.nativeimage that return FfmTypeModifier and TypeMethodDescriptionstatic FfmTypeReturns the enum constant of this class with the specified name.static FfmType[]FfmType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkus.deployment.builditem.nativeimage with parameters of type FfmTypeModifierConstructorDescriptionFfmCallBuildItem(FfmType returnType, FfmType... parameterTypes) FfmDowncallBuildItem(FfmType returnType, FfmType... parameterTypes) FfmUpcallBuildItem(FfmType returnType, FfmType... parameterTypes)