Uses of Class
io.quarkus.arc.processor.ScopeInfo
-
Packages that use ScopeInfo Package Description io.quarkus.arc.processor -
-
Uses of ScopeInfo in io.quarkus.arc.processor
Fields in io.quarkus.arc.processor declared as ScopeInfo Modifier and Type Field Description protected ScopeInfoBeanConfiguratorBase. scopeprotected ScopeInfoBeanInfo. scopeFields in io.quarkus.arc.processor with type parameters of type ScopeInfo Modifier and Type Field Description static BuildExtension.Key<Collection<ScopeInfo>>BuildExtension.Key. SCOPESMethods in io.quarkus.arc.processor that return ScopeInfo Modifier and Type Method Description ScopeInfoStereotypeInfo. getDefaultScope()ScopeInfoBuiltinScope. getInfo()ScopeInfoBeanInfo. getScope()Methods in io.quarkus.arc.processor with parameters of type ScopeInfo Modifier and Type Method Description booleanBuiltinScope. is(ScopeInfo scope)static booleanBuiltinScope. isDefault(ScopeInfo scope)THISBeanConfiguratorBase. scope(ScopeInfo scope)Constructors in io.quarkus.arc.processor with parameters of type ScopeInfo Constructor Description StereotypeInfo(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)
-