|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeLiteral | |
---|---|
com.caucho.config.event | |
com.caucho.config.inject | |
javax.enterprise.event | Firing and observing events from Java Injection beans. |
javax.enterprise.inject | Java Dependency Injection annotations and exceptions. |
Uses of TypeLiteral in com.caucho.config.event |
---|
Methods in com.caucho.config.event with parameters of type TypeLiteral | ||
---|---|---|
|
EventImpl.select(TypeLiteral<U> subtype,
java.lang.annotation.Annotation... bindings)
|
Uses of TypeLiteral in com.caucho.config.inject |
---|
Methods in com.caucho.config.inject with parameters of type TypeLiteral | ||
---|---|---|
|
InstanceImpl.select(TypeLiteral<U> subtype,
java.lang.annotation.Annotation... bindings)
Restricts the instance to a subtype and bindings. |
Uses of TypeLiteral in javax.enterprise.event |
---|
Methods in javax.enterprise.event with parameters of type TypeLiteral | ||
---|---|---|
|
Event.select(TypeLiteral<U> subtype,
java.lang.annotation.Annotation... qualifiers)
Adds the current set of qualifiers, returning a new Event object. |
Uses of TypeLiteral in javax.enterprise.inject |
---|
Methods in javax.enterprise.inject with parameters of type TypeLiteral | ||
---|---|---|
|
Instance.select(TypeLiteral<U> subtype,
java.lang.annotation.Annotation... qualifiers)
Restricts the instance to a subtype and bindings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |