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