Package io.quarkus.arc.processor
Class StereotypeInfo
java.lang.Object
io.quarkus.arc.processor.StereotypeInfo
-
Constructor Summary
ConstructorsConstructorDescriptionStereotypeInfo(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
-
Constructor Details
-
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
-
-
Method Details
-
getDefaultScope
-
getInterceptorBindings
-
isAlternative
public boolean isAlternative() -
isInherited
public boolean isInherited() -
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
-