Uses of Interface
org.jboss.weld.inject.WeldInstance
Packages that use WeldInstance
-
Uses of WeldInstance in org.jboss.weld.inject
Methods in org.jboss.weld.inject that return WeldInstanceModifier and TypeMethodDescription<U extends T>
WeldInstance<U>WeldInstance.select(jakarta.enterprise.util.TypeLiteral<U> subtype, Annotation... qualifiers) WeldInstance.select(Annotation... qualifiers) <U extends T>
WeldInstance<U>WeldInstance.select(Class<U> subtype, Annotation... qualifiers) <X> WeldInstance<X>WeldInstance.select(Type subtype, Annotation... qualifiers) Obtains a childInstancefor the given required type and additional required qualifiers.