|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Factory | |
|---|---|
| org.glassfish.hk2 | |
| Uses of Factory in org.glassfish.hk2 |
|---|
| Methods in org.glassfish.hk2 with parameters of type Factory | ||
|---|---|---|
|
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 | ||
|---|---|---|
|
NamedBinder.toFactory(Class<? extends Factory<? extends T>> factoryType)
Have this instance resolve to a particular target factory class type. |
|
|
NamedBinder.toFactory(TypeLiteral<? extends Factory<? extends T>> factoryType)
Have this instance resolve to a particular target type literal factory. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||