Uses of Class
org.glassfish.hk2.api.TypeLiteral

Packages that use TypeLiteral
org.glassfish.hk2   
 

Uses of TypeLiteral in org.glassfish.hk2
 

Methods in org.glassfish.hk2 with parameters of type TypeLiteral
<T> Binder<T>
BinderFactory.bind(TypeLiteral<T> typeLiteral)
          Deprecated. Binds a parameterized type by forcing users to create a subclass of TypeLiteral which will allow HK2 to retrieve the parameterized type at runtime.
<T extends U>
ResolvedBinder<T>
NamedBinder.to(TypeLiteral<T> typeLiteral)
          Deprecated. Resolve this binder to a particular parameterized type.
<T extends U>
ResolvedBinder<T>
NamedBinder.toFactory(TypeLiteral<? extends Factory<? extends T>> factoryType)
          Deprecated. Have this instance resolve to a particular target type literal factory.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.