T - public abstract class AbstractCDI<T>
extends javax.enterprise.inject.spi.CDI<T>
getCallingClassName() method.| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
knownClassNames |
| Constructor and Description |
|---|
AbstractCDI() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(T instance) |
T |
get() |
protected String |
getCallingClassName()
Examines
StackTraceElements to figure out which class invoked a method on CDI. |
protected javax.enterprise.inject.Instance<T> |
getInstance()
Subclasses are allowed to override the default behavior, i.e.
|
boolean |
isAmbiguous() |
boolean |
isUnsatisfied() |
Iterator<T> |
iterator() |
javax.enterprise.inject.Instance<T> |
select(Annotation... qualifiers) |
<U extends T> |
select(Class<U> subtype,
Annotation... qualifiers) |
<U extends T> |
select(javax.enterprise.util.TypeLiteral<U> subtype,
Annotation... qualifiers) |
current, getBeanManager, setCDIProviderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic T get()
public javax.enterprise.inject.Instance<T> select(Annotation... qualifiers)
public <U extends T> javax.enterprise.inject.Instance<U> select(Class<U> subtype, Annotation... qualifiers)
public <U extends T> javax.enterprise.inject.Instance<U> select(javax.enterprise.util.TypeLiteral<U> subtype, Annotation... qualifiers)
public boolean isUnsatisfied()
public boolean isAmbiguous()
public void destroy(T instance)
protected String getCallingClassName()
StackTraceElements to figure out which class invoked a method on CDI.protected javax.enterprise.inject.Instance<T> getInstance()
Instance the relevant calls are delegated toCopyright © 2015. All Rights Reserved.