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 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 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()booleanisAdditionalStereotype()booleanisAlternative()booleanisGenuine()booleanisInherited()booleanisNamed()
-
-
-
Constructor Detail
-
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()
-
isAdditionalStereotype
public boolean isAdditionalStereotype()
-
isGenuine
public boolean isGenuine()
-
getParentStereotypes
public List<org.jboss.jandex.AnnotationInstance> getParentStereotypes()
-
-