public class StereotypeInfo extends Object
| Constructor and Description |
|---|
StereotypeInfo(ScopeInfo defaultScope,
List<org.jboss.jandex.AnnotationInstance> interceptorBindings,
boolean alternative,
Integer alternativePriority,
boolean isNamed,
boolean isAdditionalBeanDefiningAnnotation,
boolean isAdditionalStereotypeBuildItem,
org.jboss.jandex.ClassInfo target) |
StereotypeInfo(ScopeInfo defaultScope,
List<org.jboss.jandex.AnnotationInstance> interceptorBindings,
boolean alternative,
Integer alternativePriority,
boolean isNamed,
org.jboss.jandex.ClassInfo target) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAlternativePriority() |
ScopeInfo |
getDefaultScope() |
List<org.jboss.jandex.AnnotationInstance> |
getInterceptorBindings() |
org.jboss.jandex.DotName |
getName() |
org.jboss.jandex.ClassInfo |
getTarget() |
boolean |
isAdditionalBeanDefiningAnnotation() |
boolean |
isAdditionalStereotypeBuildItem() |
boolean |
isAlternative() |
boolean |
isGenuine() |
boolean |
isNamed() |
public StereotypeInfo(ScopeInfo defaultScope, List<org.jboss.jandex.AnnotationInstance> interceptorBindings, boolean alternative, Integer alternativePriority, boolean isNamed, boolean isAdditionalBeanDefiningAnnotation, boolean isAdditionalStereotypeBuildItem, org.jboss.jandex.ClassInfo target)
public ScopeInfo getDefaultScope()
public List<org.jboss.jandex.AnnotationInstance> getInterceptorBindings()
public boolean isAlternative()
public Integer getAlternativePriority()
public boolean isNamed()
public org.jboss.jandex.ClassInfo getTarget()
public org.jboss.jandex.DotName getName()
public boolean isAdditionalBeanDefiningAnnotation()
public boolean isAdditionalStereotypeBuildItem()
public boolean isGenuine()
Copyright © 2021 JBoss by Red Hat. All rights reserved.