|
||||||||||
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(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. |
|
|
NamedBinder.to(TypeLiteral<T> typeLiteral)
Deprecated. Resolve this binder to a particular parameterized type. |
|
|
NamedBinder.toFactory(Class<? extends Factory<? extends T>> factoryType)
Deprecated. Have this instance resolve to a particular target factory class type. |
|
|
NamedBinder.toFactory(Factory<T> factory)
Deprecated. Have this instance resolve to a particular target factory implementation. |
|
|
NamedBinder.toFactory(TypeLiteral<? extends Factory<? extends T>> factoryType)
Deprecated. Have this instance resolve to a particular target type literal factory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |