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 MessageBodyReaderInterceptorReaderInterceptorRegistry.ReaderInterceptorFacade. interceptorMethods in org.jboss.resteasy.core.interception that return MessageBodyReaderInterceptor Modifier and Type Method Description MessageBodyReaderInterceptorReaderInterceptorRegistry.ReaderInterceptorFacade. getInterceptor()Methods in org.jboss.resteasy.core.interception with parameters of type MessageBodyReaderInterceptor Modifier and Type Method Description voidReaderInterceptorRegistry. registerLegacy(MessageBodyReaderInterceptor interceptor)Method parameters in org.jboss.resteasy.core.interception with type arguments of type MessageBodyReaderInterceptor Modifier and Type Method Description voidReaderInterceptorRegistry. registerLegacy(java.lang.Class<? extends MessageBodyReaderInterceptor> decl)Constructors in org.jboss.resteasy.core.interception with parameters of type MessageBodyReaderInterceptor Constructor Description ReaderInterceptorFacade(MessageBodyReaderInterceptor interceptor)
-