Uses of Class
io.quarkus.arc.processor.StereotypeInfo
-
Packages that use StereotypeInfo Package Description io.quarkus.arc.processor -
-
Uses of StereotypeInfo in io.quarkus.arc.processor
Fields in io.quarkus.arc.processor with type parameters of type StereotypeInfo Modifier and Type Field Description protected List<StereotypeInfo>BeanConfiguratorBase. stereotypesstatic BuildExtension.Key<Map<org.jboss.jandex.DotName,StereotypeInfo>>BuildExtension.Key. STEREOTYPESMethods in io.quarkus.arc.processor that return types with arguments of type StereotypeInfo Modifier and Type Method Description Collection<StereotypeInfo>BeanDeployment. getStereotypes()List<StereotypeInfo>BeanInfo. getStereotypes()static List<StereotypeInfo>Beans. stereotypesWithTransitive(List<StereotypeInfo> stereotypes, Map<org.jboss.jandex.DotName,StereotypeInfo> allStereotypes)Methods in io.quarkus.arc.processor with parameters of type StereotypeInfo Modifier and Type Method Description THISBeanConfiguratorBase. addStereotype(StereotypeInfo stereotype)THISBeanConfiguratorBase. stereotypes(StereotypeInfo... stereotypes)Method parameters in io.quarkus.arc.processor with type arguments of type StereotypeInfo Modifier and Type Method Description IntegerAlternativePriorities. compute(org.jboss.jandex.AnnotationTarget target, Collection<StereotypeInfo> stereotypes)static List<StereotypeInfo>Beans. stereotypesWithTransitive(List<StereotypeInfo> stereotypes, Map<org.jboss.jandex.DotName,StereotypeInfo> allStereotypes)static List<StereotypeInfo>Beans. stereotypesWithTransitive(List<StereotypeInfo> stereotypes, Map<org.jboss.jandex.DotName,StereotypeInfo> allStereotypes)
-