Constructors in com.sun.jersey.core.impl.provider.entity with parameters of type Injectable |
DocumentProvider(Injectable<DocumentBuilderFactory> dbf,
Injectable<TransformerFactory> tf)
|
DocumentProvider(Injectable<DocumentBuilderFactory> dbf,
Injectable<TransformerFactory> tf)
|
SourceProvider.DOMSourceReader(Injectable<DocumentBuilderFactory> dbf)
|
SourceProvider.SAXSourceReader(Injectable<SAXParserFactory> spf)
|
SourceProvider.SourceWriter(Injectable<SAXParserFactory> spf,
Injectable<TransformerFactory> tf)
|
SourceProvider.SourceWriter(Injectable<SAXParserFactory> spf,
Injectable<TransformerFactory> tf)
|
XMLJAXBElementProvider.App(Injectable<SAXParserFactory> spf,
javax.ws.rs.ext.Providers ps)
|
XMLJAXBElementProvider.General(Injectable<SAXParserFactory> spf,
javax.ws.rs.ext.Providers ps)
|
XMLJAXBElementProvider.Text(Injectable<SAXParserFactory> spf,
javax.ws.rs.ext.Providers ps)
|
XMLJAXBElementProvider(Injectable<SAXParserFactory> spf,
javax.ws.rs.ext.Providers ps)
|
XMLJAXBElementProvider(Injectable<SAXParserFactory> spf,
javax.ws.rs.ext.Providers ps,
javax.ws.rs.core.MediaType mt)
|
XMLListElementProvider.App(Injectable<XMLInputFactory> xif,
javax.ws.rs.ext.Providers ps)
|
XMLListElementProvider.General(Injectable<XMLInputFactory> xif,
javax.ws.rs.ext.Providers ps)
|
XMLListElementProvider.Text(Injectable<XMLInputFactory> xif,
javax.ws.rs.ext.Providers ps)
|
XMLRootElementProvider.App(Injectable<SAXParserFactory> spf,
javax.ws.rs.ext.Providers ps)
|
XMLRootElementProvider.General(Injectable<SAXParserFactory> spf,
javax.ws.rs.ext.Providers ps)
|
XMLRootElementProvider.Text(Injectable<SAXParserFactory> spf,
javax.ws.rs.ext.Providers ps)
|
XMLRootObjectProvider.App(Injectable<SAXParserFactory> spf,
javax.ws.rs.ext.Providers ps)
|
XMLRootObjectProvider.General(Injectable<SAXParserFactory> spf,
javax.ws.rs.ext.Providers ps)
|
XMLRootObjectProvider.Text(Injectable<SAXParserFactory> spf,
javax.ws.rs.ext.Providers ps)
|
Methods in com.sun.jersey.spi.inject that return Injectable |
|
InjectableProviderContext.getInjectable(Class<? extends Annotation> ac,
ComponentContext ic,
A a,
C c,
ComponentScope s)
Get an injectable. |
|
InjectableProviderContext.getInjectable(Class<? extends Annotation> ac,
ComponentContext ic,
A a,
C c,
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 |
PerRequestTypeInjectableProvider.getInjectable(ComponentContext ic,
A a,
Type c)
|
Injectable<T> |
SingletonTypeInjectableProvider.getInjectable(ComponentContext ic,
A a,
Type c)
|