Uses of Class
io.quarkus.arc.processor.ScopeInfo
Packages that use ScopeInfo
-
Uses of ScopeInfo in io.quarkus.arc.processor
Fields in io.quarkus.arc.processor declared as ScopeInfoModifier and TypeFieldDescriptionprotected ScopeInfoBeanConfiguratorBase.scopeprotected final ScopeInfoBeanInfo.scopeFields in io.quarkus.arc.processor with type parameters of type ScopeInfoModifier and TypeFieldDescriptionstatic final BuildExtension.Key<Collection<ScopeInfo>> BuildExtension.Key.SCOPESMethods in io.quarkus.arc.processor that return ScopeInfoModifier and TypeMethodDescriptionStereotypeInfo.getDefaultScope()BuiltinScope.getInfo()BeanInfo.getScope()Methods in io.quarkus.arc.processor with parameters of type ScopeInfoModifier and TypeMethodDescriptionbooleanstatic booleanConstructors in io.quarkus.arc.processor with parameters of type ScopeInfoModifierConstructorDescriptionStereotypeInfo(ScopeInfo defaultScope, List<org.jboss.jandex.AnnotationInstance> interceptorBindings, boolean alternative, Integer alternativePriority, boolean isNamed, boolean isAdditionalStereotype, org.jboss.jandex.ClassInfo target, boolean isInherited, List<org.jboss.jandex.AnnotationInstance> parentStereotypes) StereotypeInfo(ScopeInfo defaultScope, List<org.jboss.jandex.AnnotationInstance> interceptorBindings, boolean alternative, Integer alternativePriority, boolean isNamed, org.jboss.jandex.ClassInfo target, boolean isInherited, List<org.jboss.jandex.AnnotationInstance> parentStereotype)