Uses of Class
io.quarkus.deployment.BootstrapConfig.MisalignedPlatformImports
-
Packages that use BootstrapConfig.MisalignedPlatformImports Package Description io.quarkus.deployment -
-
Uses of BootstrapConfig.MisalignedPlatformImports in io.quarkus.deployment
Fields in io.quarkus.deployment declared as BootstrapConfig.MisalignedPlatformImports Modifier and Type Field Description BootstrapConfig.MisalignedPlatformImportsBootstrapConfig. misalignedPlatformImportsWhether to throw an error, warn or silently ignore misaligned platform BOM importsMethods in io.quarkus.deployment that return BootstrapConfig.MisalignedPlatformImports Modifier and Type Method Description static BootstrapConfig.MisalignedPlatformImportsBootstrapConfig.MisalignedPlatformImports. valueOf(String name)Returns the enum constant of this type with the specified name.static BootstrapConfig.MisalignedPlatformImports[]BootstrapConfig.MisalignedPlatformImports. values()Returns an array containing the constants of this enum type, in the order they are declared.
-