Package | Description |
---|---|
org.apache.cxf.jaxrs.provider |
Modifier and Type | Field and Description |
---|---|
protected Map<ProviderFactory.NameKey,ProviderInfo<javax.ws.rs.ext.ReaderInterceptor>> |
ProviderFactory.readerInterceptors |
protected Map<ProviderFactory.NameKey,ProviderInfo<javax.ws.rs.ext.WriterInterceptor>> |
ProviderFactory.writerInterceptors |
Modifier and Type | Method and Description |
---|---|
int |
ProviderFactory.NameKeyComparator.compare(ProviderFactory.NameKey key1,
ProviderFactory.NameKey key2) |
Modifier and Type | Method and Description |
---|---|
protected static <T> List<ProviderInfo<T>> |
ProviderFactory.getBoundFilters(Map<ProviderFactory.NameKey,ProviderInfo<T>> boundFilters,
Set<String> names) |
protected static <T> void |
ProviderFactory.mapInterceptorFilters(Map<ProviderFactory.NameKey,ProviderInfo<T>> map,
List<ProviderInfo<T>> filters,
Class<?> providerCls,
boolean ascending) |
Apache CXF