Uses of Class
se.fortnox.reactivewizard.jaxrs.response.ResponseDecorator.DecoratedResponseBuilder
Packages that use ResponseDecorator.DecoratedResponseBuilder
-
Uses of ResponseDecorator.DecoratedResponseBuilder in se.fortnox.reactivewizard.jaxrs.response
Methods in se.fortnox.reactivewizard.jaxrs.response that return ResponseDecorator.DecoratedResponseBuilderModifier and TypeMethodDescriptionstatic <T> ResponseDecorator.DecoratedResponseBuilder<T>ResponseDecorator.of(T value) Creates a DecoratedResponseBuilder for the supplied Observable.ResponseDecorator.DecoratedResponseBuilder.withHeader(String name, String value) Appends a header to the current header collection.ResponseDecorator.DecoratedResponseBuilder.withHeaders(Map<String, String> headers) Set the headers map that will be used.ResponseDecorator.DecoratedResponseBuilder.withStatus(io.netty.handler.codec.http.HttpResponseStatus status) Set the status that will be returned.ResponseDecorator.DecoratedResponseBuilder.withStatus(AtomicReference<io.netty.handler.codec.http.HttpResponseStatus> status) Set the status that will be returned.