Uses of Class
io.quarkus.deployment.pkg.NativeConfig.BuilderImageProvider
-
Packages that use NativeConfig.BuilderImageProvider Package Description io.quarkus.deployment.pkg -
-
Uses of NativeConfig.BuilderImageProvider in io.quarkus.deployment.pkg
Methods in io.quarkus.deployment.pkg that return NativeConfig.BuilderImageProvider Modifier and Type Method Description static NativeConfig.BuilderImageProviderNativeConfig.BuilderImageProvider. valueOf(String name)Returns the enum constant of this type with the specified name.static NativeConfig.BuilderImageProvider[]NativeConfig.BuilderImageProvider. values()Returns an array containing the constants of this enum type, in the order they are declared.
-