Uses of Class
io.quarkus.arc.InjectableBean.Kind
-
Packages that use InjectableBean.Kind Package Description io.quarkus.arc io.quarkus.arc.impl -
-
Uses of InjectableBean.Kind in io.quarkus.arc
Methods in io.quarkus.arc that return InjectableBean.Kind Modifier and Type Method Description static InjectableBean.KindInjectableBean.Kind. from(String value)default InjectableBean.KindInjectableBean. getKind()default InjectableBean.KindInjectableDecorator. getKind()default InjectableBean.KindInjectableInterceptor. getKind()InjectableBean.KindRemovedBean. getKind()static InjectableBean.KindInjectableBean.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static InjectableBean.Kind[]InjectableBean.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InjectableBean.Kind in io.quarkus.arc.impl
Methods in io.quarkus.arc.impl that return InjectableBean.Kind Modifier and Type Method Description InjectableBean.KindRemovedBeanImpl. getKind()Constructors in io.quarkus.arc.impl with parameters of type InjectableBean.Kind Constructor Description RemovedBeanImpl(InjectableBean.Kind kind, String description, Set<Type> types, Set<Annotation> qualifiers)
-