public final class NOOPServerHelper extends ServerHelper
| Modifier and Type | Field and Description |
|---|---|
static NOOPServerHelper |
INSTANCE |
public static final NOOPServerHelper INSTANCE
protected void initialize(ResteasyProviderFactoryImpl parent)
initialize in class ServerHelperprotected JaxrsInterceptorRegistry<javax.ws.rs.ext.ReaderInterceptor> getServerReaderInterceptorRegistry(ResteasyProviderFactory parent)
getServerReaderInterceptorRegistry in class ServerHelperprotected JaxrsInterceptorRegistry<javax.ws.rs.ext.WriterInterceptor> getServerWriterInterceptorRegistry(ResteasyProviderFactory parent)
getServerWriterInterceptorRegistry in class ServerHelperprotected JaxrsInterceptorRegistry<javax.ws.rs.container.ContainerRequestFilter> getContainerRequestFilterRegistry(ResteasyProviderFactory parent)
getContainerRequestFilterRegistry in class ServerHelperprotected JaxrsInterceptorRegistry<javax.ws.rs.container.ContainerResponseFilter> getContainerResponseFilterRegistry(ResteasyProviderFactory parent)
getContainerResponseFilterRegistry in class ServerHelperprotected Set<javax.ws.rs.container.DynamicFeature> getServerDynamicFeatures(ResteasyProviderFactory parent)
getServerDynamicFeatures in class ServerHelperprotected Map<Class<?>,AsyncResponseProvider> getAsyncResponseProviders(ResteasyProviderFactory parent)
getAsyncResponseProviders in class ServerHelperprotected Map<Class<?>,AsyncStreamProvider> getAsyncStreamProviders(ResteasyProviderFactory parent)
getAsyncStreamProviders in class ServerHelperprotected void processProviderContracts(Class provider, Integer priorityOverride, boolean isBuiltin, Map<Class<?>,Integer> contracts, Map<Class<?>,Integer> newContracts, ResteasyProviderFactoryImpl parent)
processProviderContracts in class ServerHelperprotected void processProviderInstanceContracts(Object provider, Map<Class<?>,Integer> contracts, Integer priorityOverride, boolean builtIn, Map<Class<?>,Integer> newContracts, ResteasyProviderFactoryImpl parent)
processProviderInstanceContracts in class ServerHelperprotected MediaTypeMap<SortedKey<javax.ws.rs.ext.MessageBodyReader>> getServerMessageBodyReaders(ResteasyProviderFactoryImpl parent)
getServerMessageBodyReaders in class ServerHelperprotected MediaTypeMap<SortedKey<javax.ws.rs.ext.MessageBodyWriter>> getServerMessageBodyWriters(ResteasyProviderFactoryImpl parent)
getServerMessageBodyWriters in class ServerHelperprotected void addMessageBodyReader(javax.ws.rs.ext.MessageBodyReader provider,
Class<?> providerClass,
int priority,
boolean isBuiltin,
ResteasyProviderFactoryImpl parent)
addMessageBodyReader in class ServerHelperprotected void addMessageBodyWriter(javax.ws.rs.ext.MessageBodyWriter provider,
Class<?> providerClass,
int priority,
boolean isBuiltin,
ResteasyProviderFactoryImpl parent)
addMessageBodyWriter in class ServerHelperCopyright © 2019 JBoss by Red Hat. All rights reserved.