Package io.quarkus.arc.processor
Class StereotypeInfo
- java.lang.Object
-
- io.quarkus.arc.processor.StereotypeInfo
-
public class StereotypeInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description StereotypeInfo(ScopeInfo defaultScope, List<org.jboss.jandex.AnnotationInstance> interceptorBindings, boolean alternative, Integer alternativePriority, boolean isNamed, boolean isAdditionalBeanDefiningAnnotation, boolean isAdditionalStereotype, org.jboss.jandex.ClassInfo target, boolean isInherited, List<org.jboss.jandex.AnnotationInstance> parentStereotypes)Deprecated.This constructor will be removed at some time after Quarkus 3.0StereotypeInfo(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)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IntegergetAlternativePriority()ScopeInfogetDefaultScope()List<org.jboss.jandex.AnnotationInstance>getInterceptorBindings()org.jboss.jandex.DotNamegetName()List<org.jboss.jandex.AnnotationInstance>getParentStereotypes()org.jboss.jandex.ClassInfogetTarget()booleanisAdditionalBeanDefiningAnnotation()Deprecated.This method will be removed at some time after Quarkus 3.0booleanisAdditionalStereotype()booleanisAdditionalStereotypeBuildItem()Deprecated.useisAdditionalStereotype(); this method will be removed at some time after Quarkus 3.0booleanisAlternative()booleanisGenuine()booleanisInherited()booleanisNamed()
-
-
-
Constructor Detail
-
StereotypeInfo
@Deprecated public StereotypeInfo(ScopeInfo defaultScope, List<org.jboss.jandex.AnnotationInstance> interceptorBindings, boolean alternative, Integer alternativePriority, boolean isNamed, boolean isAdditionalBeanDefiningAnnotation, boolean isAdditionalStereotype, org.jboss.jandex.ClassInfo target, boolean isInherited, List<org.jboss.jandex.AnnotationInstance> parentStereotypes)
Deprecated.This constructor will be removed at some time after Quarkus 3.0
-
StereotypeInfo
public 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
public 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)
-
-
Method Detail
-
getDefaultScope
public ScopeInfo getDefaultScope()
-
getInterceptorBindings
public List<org.jboss.jandex.AnnotationInstance> getInterceptorBindings()
-
isAlternative
public boolean isAlternative()
-
isInherited
public boolean isInherited()
-
getAlternativePriority
public Integer getAlternativePriority()
-
isNamed
public boolean isNamed()
-
getTarget
public org.jboss.jandex.ClassInfo getTarget()
-
getName
public org.jboss.jandex.DotName getName()
-
isAdditionalBeanDefiningAnnotation
@Deprecated public boolean isAdditionalBeanDefiningAnnotation()
Deprecated.This method will be removed at some time after Quarkus 3.0
-
isAdditionalStereotypeBuildItem
@Deprecated public boolean isAdditionalStereotypeBuildItem()
Deprecated.useisAdditionalStereotype(); this method will be removed at some time after Quarkus 3.0
-
isAdditionalStereotype
public boolean isAdditionalStereotype()
-
isGenuine
public boolean isGenuine()
-
getParentStereotypes
public List<org.jboss.jandex.AnnotationInstance> getParentStereotypes()
-
-