Uses of Class
se.fortnox.reactivewizard.jaxrs.JaxRsRequest
Packages that use JaxRsRequest
Package
Description
-
Uses of JaxRsRequest in se.fortnox.reactivewizard.jaxrs
Methods in se.fortnox.reactivewizard.jaxrs that return JaxRsRequestModifier and TypeMethodDescriptionprotected JaxRsRequestJaxRsRequest.create(reactor.netty.http.server.HttpServerRequest req, Matcher matcher, byte[] body, ByteBufCollector collector) Methods in se.fortnox.reactivewizard.jaxrs that return types with arguments of type JaxRsRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<JaxRsRequest>JaxRsRequest.loadBody()Load the body.Methods in se.fortnox.reactivewizard.jaxrs with parameters of type JaxRsRequestModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<JaxRsResult<T>>JaxRsResource.call(JaxRsRequest request) booleanJaxRsResource.canHandleRequest(JaxRsRequest request) JaxRsResources.findResource(JaxRsRequest request) Return the request resource. -
Uses of JaxRsRequest in se.fortnox.reactivewizard.jaxrs.params
Methods in se.fortnox.reactivewizard.jaxrs.params with parameters of type JaxRsRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<T>ParamResolver.resolve(JaxRsRequest request) -
Uses of JaxRsRequest in se.fortnox.reactivewizard.jaxrs.params.annotated
Methods in se.fortnox.reactivewizard.jaxrs.params.annotated with parameters of type JaxRsRequestModifier and TypeMethodDescriptionprotected StringBeanParamResolver.getValue(JaxRsRequest request) protected StringCookieParamResolver.getValue(JaxRsRequest request) reactor.core.publisher.Mono<T>BeanParamResolver.resolve(JaxRsRequest request) Constructor parameters in se.fortnox.reactivewizard.jaxrs.params.annotated with type arguments of type JaxRsRequestModifierConstructorDescriptionBeanParamResolver(Function<JaxRsRequest, reactor.core.publisher.Mono<T>> resolver)