Methods in org.glassfish.hk2 with parameters of type TypeLiteral |
|
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. |
|
NamedBinder.to(TypeLiteral<T> typeLiteral)
Deprecated. Resolve this binder to a particular parameterized type. |
|
NamedBinder.toFactory(TypeLiteral<? extends Factory<? extends T>> factoryType)
Deprecated. Have this instance resolve to a particular target type literal factory. |