Uses of Enum Class
io.quarkus.arc.deployment.ArcConfig.OptimizeContexts
Packages that use ArcConfig.OptimizeContexts
-
Uses of ArcConfig.OptimizeContexts in io.quarkus.arc.deployment
Fields in io.quarkus.arc.deployment declared as ArcConfig.OptimizeContextsModifier and TypeFieldDescriptionArcConfig.optimizeContextsIf set totrue, the container should try to optimize the contexts for some of the scopes.Methods in io.quarkus.arc.deployment that return ArcConfig.OptimizeContextsModifier and TypeMethodDescriptionstatic ArcConfig.OptimizeContextsReturns the enum constant of this class with the specified name.static ArcConfig.OptimizeContexts[]ArcConfig.OptimizeContexts.values()Returns an array containing the constants of this enum class, in the order they are declared.