| Package | Description |
|---|---|
| org.jboss.weld |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.bean.builtin |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.inject | |
| org.jboss.weld.manager |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCDI<T>
Abstract implementation of CDI which forwards all Instance methods to a delegate.
|
class |
SimpleCDI
Provides convenient way to access the CDI container.
|
| Modifier and Type | Method and Description |
|---|---|
protected WeldInstance<T> |
AbstractCDI.getInstance()
Subclasses are allowed to override the default behavior, i.e. to cache instance per BeanManager.
|
WeldInstance<T> |
AbstractCDI.select(Annotation... qualifiers) |
<U extends T> |
AbstractCDI.select(Class<U> subtype,
Annotation... qualifiers) |
<U extends T> |
AbstractCDI.select(javax.enterprise.util.TypeLiteral<U> subtype,
Annotation... qualifiers) |
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceImpl<T>
Helper implementation for Instance for getting instances
|
| Modifier and Type | Method and Description |
|---|---|
WeldInstance<T> |
InstanceImpl.select(Annotation... qualifiers) |
<U extends T> |
InstanceImpl.select(Class<U> subtype,
Annotation... qualifiers) |
<U extends T> |
InstanceImpl.select(javax.enterprise.util.TypeLiteral<U> subtype,
Annotation... qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
WeldInstance<T> |
WeldInstance.select(Annotation... qualifiers) |
<U extends T> |
WeldInstance.select(Class<U> subtype,
Annotation... qualifiers) |
<U extends T> |
WeldInstance.select(javax.enterprise.util.TypeLiteral<U> subtype,
Annotation... qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
<T> WeldInstance<Object> |
BeanManagerImpl.getInstance(javax.enterprise.context.spi.CreationalContext<?> ctx) |
Copyright © 2016. All rights reserved.