Methods in com.sun.jersey.core.spi.factory with parameters of type ComponentContext |
<A extends java.lang.annotation.Annotation,C>
Injectable |
|
InjectableProviderFactory.getInjectable(java.lang.Class<? extends java.lang.annotation.Annotation> ac,
ComponentContext ic,
A a,
C c,
ComponentScope s)
|
<A extends java.lang.annotation.Annotation,C>
Injectable |
|
InjectableProviderFactory.getInjectable(java.lang.Class<? extends java.lang.annotation.Annotation> ac,
ComponentContext ic,
A a,
C c,
java.util.List<ComponentScope> ls)
|
|
InjectableProviderFactory.getInjectableWithScope(java.lang.Class<? extends java.lang.annotation.Annotation> ac,
ComponentContext ic,
A a,
C c,
java.util.List<ComponentScope> ls)
|
Methods in com.sun.jersey.spi.inject with parameters of type ComponentContext |
<A extends java.lang.annotation.Annotation,C>
Injectable |
|
InjectableProviderContext.getInjectable(java.lang.Class<? extends java.lang.annotation.Annotation> ac,
ComponentContext ic,
A a,
C c,
ComponentScope s)
Get an injectable. |
<A extends java.lang.annotation.Annotation,C>
Injectable |
|
InjectableProviderContext.getInjectable(java.lang.Class<? extends java.lang.annotation.Annotation> ac,
ComponentContext ic,
A a,
C c,
java.util.List<ComponentScope> ls)
Get an injectable. |
abstract Injectable<T> |
PerRequestTypeInjectableProvider.getInjectable(ComponentContext ic,
A a)
Get an injectable for type T. |
Injectable |
InjectableProvider.getInjectable(ComponentContext ic,
A a,
C c)
Get an injectable. |
Injectable<T> |
SingletonTypeInjectableProvider.getInjectable(ComponentContext ic,
A a,
java.lang.reflect.Type c)
|
Injectable |
PerRequestTypeInjectableProvider.getInjectable(ComponentContext ic,
A a,
java.lang.reflect.Type c)
|
|
InjectableProviderContext.getInjectableWithScope(java.lang.Class<? extends java.lang.annotation.Annotation> ac,
ComponentContext ic,
A a,
C c,
java.util.List<ComponentScope> ls)
Get an injectable. |