Uses of Interface
org.jboss.resteasy.spi.interception.MessageBodyReaderInterceptor
Packages that use MessageBodyReaderInterceptor
-
Uses of MessageBodyReaderInterceptor in org.jboss.resteasy.core.interception
Fields in org.jboss.resteasy.core.interception declared as MessageBodyReaderInterceptorModifier and TypeFieldDescriptionprotected final MessageBodyReaderInterceptor
ReaderInterceptorRegistry.ReaderInterceptorFacade.interceptor
Methods in org.jboss.resteasy.core.interception that return MessageBodyReaderInterceptorModifier and TypeMethodDescriptionReaderInterceptorRegistry.ReaderInterceptorFacade.getInterceptor()
Methods in org.jboss.resteasy.core.interception with parameters of type MessageBodyReaderInterceptorModifier and TypeMethodDescriptionvoid
ReaderInterceptorRegistry.registerLegacy
(MessageBodyReaderInterceptor interceptor) Method parameters in org.jboss.resteasy.core.interception with type arguments of type MessageBodyReaderInterceptorModifier and TypeMethodDescriptionvoid
ReaderInterceptorRegistry.registerLegacy
(Class<? extends MessageBodyReaderInterceptor> decl) Constructors in org.jboss.resteasy.core.interception with parameters of type MessageBodyReaderInterceptor