Uses of Class
javax.inject.TypeLiteral

Packages that use TypeLiteral
javax.inject.manager   
 

Uses of TypeLiteral in javax.inject.manager
 

Methods in javax.inject.manager with parameters of type TypeLiteral
<T> Manager
Manager.addObserver(Observer<T> observer, TypeLiteral<T> eventType, java.lang.annotation.Annotation... bindings)
          Register an observer with the container
<T> T
Manager.getInstanceByType(TypeLiteral<T> type, java.lang.annotation.Annotation... bindings)
          Obtains an instance of a bean by considering bean type, bindings, and deployment precedence.
<T> Manager
Manager.removeObserver(Observer<T> observer, TypeLiteral<T> eventType, java.lang.annotation.Annotation... bindings)
          Remove an observer registration
<T> java.util.Set<Bean<T>>
Manager.resolveByType(TypeLiteral<T> type, java.lang.annotation.Annotation... bindings)
          Allows beans to be matched to injection point by considering bean type, bindings, and deployment precedence.
 



Copyright © 2008-2009. All Rights Reserved.