Uses of Class
io.quarkus.arc.processor.BuiltinScope
-
Packages that use BuiltinScope Package Description io.quarkus.arc.processor -
-
Uses of BuiltinScope in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return BuiltinScope Modifier and Type Method Description static BuiltinScopeBuiltinScope. from(org.jboss.jandex.ClassInfo clazz)static BuiltinScopeBuiltinScope. from(org.jboss.jandex.DotName scopeAnnotationName)static BuiltinScopeBuiltinScope. valueOf(String name)Returns the enum constant of this type with the specified name.static BuiltinScope[]BuiltinScope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-