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 ServerHelper
protected JaxrsInterceptorRegistry<javax.ws.rs.ext.ReaderInterceptor> getServerReaderInterceptorRegistry(ResteasyProviderFactory parent)
getServerReaderInterceptorRegistry
in class ServerHelper
protected JaxrsInterceptorRegistry<javax.ws.rs.ext.WriterInterceptor> getServerWriterInterceptorRegistry(ResteasyProviderFactory parent)
getServerWriterInterceptorRegistry
in class ServerHelper
protected JaxrsInterceptorRegistry<javax.ws.rs.container.ContainerRequestFilter> getContainerRequestFilterRegistry(ResteasyProviderFactory parent)
getContainerRequestFilterRegistry
in class ServerHelper
protected JaxrsInterceptorRegistry<javax.ws.rs.container.ContainerResponseFilter> getContainerResponseFilterRegistry(ResteasyProviderFactory parent)
getContainerResponseFilterRegistry
in class ServerHelper
protected Set<javax.ws.rs.container.DynamicFeature> getServerDynamicFeatures(ResteasyProviderFactory parent)
getServerDynamicFeatures
in class ServerHelper
protected Map<Class<?>,AsyncResponseProvider> getAsyncResponseProviders(ResteasyProviderFactory parent)
getAsyncResponseProviders
in class ServerHelper
protected Map<Class<?>,AsyncStreamProvider> getAsyncStreamProviders(ResteasyProviderFactory parent)
getAsyncStreamProviders
in class ServerHelper
protected void processProviderContracts(Class provider, Integer priorityOverride, boolean isBuiltin, Map<Class<?>,Integer> contracts, Map<Class<?>,Integer> newContracts, ResteasyProviderFactoryImpl parent)
processProviderContracts
in class ServerHelper
protected void processProviderInstanceContracts(Object provider, Map<Class<?>,Integer> contracts, Integer priorityOverride, boolean builtIn, Map<Class<?>,Integer> newContracts, ResteasyProviderFactoryImpl parent)
processProviderInstanceContracts
in class ServerHelper
protected MediaTypeMap<SortedKey<javax.ws.rs.ext.MessageBodyReader>> getServerMessageBodyReaders(ResteasyProviderFactoryImpl parent)
getServerMessageBodyReaders
in class ServerHelper
protected MediaTypeMap<SortedKey<javax.ws.rs.ext.MessageBodyWriter>> getServerMessageBodyWriters(ResteasyProviderFactoryImpl parent)
getServerMessageBodyWriters
in class ServerHelper
protected void addMessageBodyReader(javax.ws.rs.ext.MessageBodyReader provider, Class<?> providerClass, int priority, boolean isBuiltin, ResteasyProviderFactoryImpl parent)
addMessageBodyReader
in class ServerHelper
protected void addMessageBodyWriter(javax.ws.rs.ext.MessageBodyWriter provider, Class<?> providerClass, int priority, boolean isBuiltin, ResteasyProviderFactoryImpl parent)
addMessageBodyWriter
in class ServerHelper
Copyright © 2019 JBoss by Red Hat. All rights reserved.