Package io.quarkus.arc.processor
Class ScopeInfo
java.lang.Object
io.quarkus.arc.processor.ScopeInfo
ScopeInfo is used to create a custom scope for use with BeanConfigurator.
If using built in scopes, use BuiltinScope instead to get a ScopeInfo instance.-
Constructor Summary
ConstructorsConstructorDescriptionScopeInfo(Class<? extends Annotation> clazz, boolean isNormal) ScopeInfo(org.jboss.jandex.DotName clazz, boolean isNormal) ScopeInfo(org.jboss.jandex.DotName clazz, boolean isNormal, boolean declaresInherited) -
Method Summary
-
Constructor Details
-
ScopeInfo
-
ScopeInfo
public ScopeInfo(org.jboss.jandex.DotName clazz, boolean isNormal) -
ScopeInfo
public ScopeInfo(org.jboss.jandex.DotName clazz, boolean isNormal, boolean declaresInherited)
-
-
Method Details