Class StereotypeInfo

java.lang.Object
io.quarkus.arc.processor.StereotypeInfo

public class StereotypeInfo extends Object
  • 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

      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 Details

    • 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()