Uses of Interface
org.glassfish.hk2.ResolvedBinder

Packages that use ResolvedBinder
org.glassfish.hk2   
 

Uses of ResolvedBinder in org.glassfish.hk2
 

Methods in org.glassfish.hk2 that return ResolvedBinder
<T extends U>
ResolvedBinder<T>
NamedBinder.to(Class<? extends T> serviceClass)
          Deprecated. Resolve this binder to a particular target implementation class type.
 ResolvedBinder<U> NamedBinder.to(String className)
          Deprecated. Have this instance resolve to a particular target implementation class name.
<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(Class<? extends Factory<? extends T>> factoryType)
          Deprecated. Have this instance resolve to a particular target factory class type.
<T extends U>
ResolvedBinder<T>
NamedBinder.toFactory(Factory<T> factory)
          Deprecated. Have this instance resolve to a particular target factory implementation.
<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.