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(java.lang.Class<? extends T> serviceClass)
          Resolve this binder to a particular target implementation class type.
 ResolvedBinder<U> NamedBinder.to(java.lang.String className)
          Have this instance resolve to a particular target implementation class name.
<T extends U>
ResolvedBinder<T>
NamedBinder.to(TypeLiteral<T> typeLiteral)
          Resolve this binder to a particular parameterized type.
<T extends U>
ResolvedBinder<T>
NamedBinder.toFactory(java.lang.Class<? extends Factory<? extends T>> factoryType)
          Have this instance resolve to a particular target factory class type.
<T extends U>
ResolvedBinder<T>
NamedBinder.toFactory(Factory<T> factory)
          Have this instance resolve to a particular target factory implementation.
<T extends U>
ResolvedBinder<T>
NamedBinder.toFactory(TypeLiteral<? extends Factory<? extends T>> factoryType)
          Have this instance resolve to a particular target type literal factory.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.