Uses of Interface
org.jboss.resteasy.spi.interception.MessageBodyReaderInterceptor
-
Packages that use MessageBodyReaderInterceptor Package Description org.jboss.resteasy.core.interception -
-
Uses of MessageBodyReaderInterceptor in org.jboss.resteasy.core.interception
Fields in org.jboss.resteasy.core.interception declared as MessageBodyReaderInterceptor Modifier and Type Field Description protected MessageBodyReaderInterceptor
ReaderInterceptorRegistry.ReaderInterceptorFacade. interceptor
Methods in org.jboss.resteasy.core.interception that return MessageBodyReaderInterceptor Modifier and Type Method Description MessageBodyReaderInterceptor
ReaderInterceptorRegistry.ReaderInterceptorFacade. getInterceptor()
Methods in org.jboss.resteasy.core.interception with parameters of type MessageBodyReaderInterceptor Modifier and Type Method Description void
ReaderInterceptorRegistry. registerLegacy(MessageBodyReaderInterceptor interceptor)
Method parameters in org.jboss.resteasy.core.interception with type arguments of type MessageBodyReaderInterceptor Modifier and Type Method Description void
ReaderInterceptorRegistry. registerLegacy(java.lang.Class<? extends MessageBodyReaderInterceptor> decl)
Constructors in org.jboss.resteasy.core.interception with parameters of type MessageBodyReaderInterceptor Constructor Description ReaderInterceptorFacade(MessageBodyReaderInterceptor interceptor)
-