public class ScopeInfo extends Object
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 and Description |
|---|
ScopeInfo(Class<? extends Annotation> clazz,
boolean isNormal) |
ScopeInfo(org.jboss.jandex.DotName clazz,
boolean isNormal) |
ScopeInfo(org.jboss.jandex.DotName clazz,
boolean isNormal,
boolean declaresInherited) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
declaresInherited() |
boolean |
equals(Object obj) |
org.jboss.jandex.DotName |
getDotName() |
int |
hashCode() |
boolean |
isNormal() |
public ScopeInfo(Class<? extends Annotation> clazz, boolean isNormal)
public ScopeInfo(org.jboss.jandex.DotName clazz,
boolean isNormal)
public ScopeInfo(org.jboss.jandex.DotName clazz,
boolean isNormal,
boolean declaresInherited)
Copyright © 2021 JBoss by Red Hat. All rights reserved.