Uses of Interface
org.glassfish.hk2.Factory

Packages that use Factory
org.glassfish.hk2   
 

Uses of Factory in org.glassfish.hk2
 

Methods in org.glassfish.hk2 with parameters of type Factory
<T extends U>
ResolvedBinder<T>
NamedBinder.toFactory(Factory<T> factory)
          Have this instance resolve to a particular target factory implementation.
 

Method parameters in org.glassfish.hk2 with type arguments of type Factory
<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(TypeLiteral<? extends Factory<? extends T>> factoryType)
          Have this instance resolve to a particular target type literal factory.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.