| Package | Description |
|---|---|
| com.sun.jersey.core.spi.factory |
Provides support for factories of particular component types.
|
| com.sun.jersey.spi.inject |
Provides support for injection onto resource and provider classes.
|
| Modifier and Type | Method and Description |
|---|---|
<A extends java.lang.annotation.Annotation,C> |
InjectableProviderFactory.getInjectableWithScope(java.lang.Class<? extends java.lang.annotation.Annotation> ac,
ComponentContext ic,
A a,
C c,
java.util.List<ComponentScope> ls) |
| Modifier and Type | Method and Description |
|---|---|
<A extends java.lang.annotation.Annotation,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.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.