Class StereotypeInfo


  • public class StereotypeInfo
    extends Object
    • 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.
        use isAdditionalStereotype(); 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()